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

/freebsd-11.0-release/usr.bin/m4/
H A Dgnum4.c531 const char *thisarg = NULL; local
584 thisarg = argv[pos++];
589 thisarg = temp;
596 l = strlen(thisarg);
603 addchars(thisarg, l);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c10923 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
10927 assert ((thisarg & N_EQK) != 0);
10929 neon_modify_type_size (thisarg, &dest.type, &dest.size);
11105 unsigned thisarg = va_arg (ap, unsigned);
11106 if (thisarg == N_IGNORE_TYPE)
11111 types[i] = thisarg;
11112 if ((thisarg & N_KEY) != 0)
11172 unsigned thisarg = types[i];
11173 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
11174 ? modify_types_allowed (key_allowed, thisarg)
10913 neon_type_promote(struct neon_type_el *key, unsigned thisarg) argument
11095 unsigned thisarg = va_arg (ap, unsigned); local
11162 unsigned thisarg = types[i]; local
[all...]

Completed in 137 milliseconds