Searched refs:thisarg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/m4/
H A Dgnum4.c523 const char *thisarg = NULL; local
576 thisarg = argv[pos++];
581 thisarg = temp;
588 l = strlen(thisarg);
595 addchars(thisarg, l);
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c10869 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
10873 assert ((thisarg & N_EQK) != 0);
10875 neon_modify_type_size (thisarg, &dest.type, &dest.size);
11051 unsigned thisarg = va_arg (ap, unsigned);
11052 if (thisarg == N_IGNORE_TYPE)
11057 types[i] = thisarg;
11058 if ((thisarg & N_KEY) != 0)
11118 unsigned thisarg = types[i];
11119 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
11120 ? modify_types_allowed (key_allowed, thisarg)
10859 neon_type_promote(struct neon_type_el *key, unsigned thisarg) argument
11041 unsigned thisarg = va_arg (ap, unsigned); local
11108 unsigned thisarg = types[i]; local
[all...]

Completed in 197 milliseconds