Searched +defs:a +defs:tuple (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/bus/pccard/ |
H A D | pccardvar.h | 255 #define pccard_cis_read_1(tuple, idx0) \ argument 258 #define pccard_tuple_read_1(tuple, idx1) \ argument 261 #define pccard_tuple_read_2(tuple, idx2) \ argument 265 #define pccard_tuple_read_3(tuple, idx3) \ argument 270 #define pccard_tuple_read_4(tuple, idx4) \ argument 276 #define pccard_tuple_read_n(tuple, n, idxn) \ argument 368 #define PCCARD_S(a, b) PCMCIA_STR_ ## a ## _ ## b argument 369 #define PCCARD_P(a, b) PCMCIA_PRODUCT_ ## a ## _ ## b argument 370 #define PCCARD_C(a, b) PCMCIA_CIS_ ## a ## _ ## b argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 3828 tree a = copy_node (TREE_VALUE (header)); in current_template_args() local 4676 tree a, t, current, parms; in push_template_decl_real() local 7094 tree a; in lookup_template_class_1() local 9493 tree tuple; in tsubst_template_parms() local 16559 tree a; in unify() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 4585 tree a = copy_node (parms); in template_parms_level_to_args() local 4616 tree a = template_parms_level_to_args (TREE_VALUE (header)); in template_parms_to_args() local 5677 tree a, t, current, parms; in push_template_decl_real() local 7991 else if (tree a = type_uses_auto (t)) in convert_template_argument() local 12523 tree tuple = TREE_VEC_ELT (parms, i); in tsubst_template_parms_level() local 21736 if (tree a = type_uses_auto (tparm)) in unify() local 22018 tree a; in unify() local
|