Searched refs:TYPE2 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_type_has_equal_space_bin_templ.c3 #undef TYPE2 macro
4 #define TYPE2 TYPE macro
H A Disl_type_has_equal_space_templ.c21 __isl_keep TYPE2 *obj2)
26 space2 = FN(TYPE2,PEEK_SPACE)(obj2);
H A Disl_type_check_equal_space_templ.c13 __isl_keep TYPE2 *obj2)
H A Disl_point.c51 #undef TYPE2 macro
52 #define TYPE2 isl_point macro
H A Disl_map.c9285 #undef TYPE2 macro
9286 #define TYPE2 isl_basic_map macro
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmkisofs.h90 #define FDECL3(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2) \
91 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2)
92 #define FDECL4(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3) \
93 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3)
94 #define FDECL5(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3, TYPE4, ARG4) \
95 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3, TYPE4 ARG4)
96 #define FDECL6(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3, TYPE4, ARG4, TYPE5, ARG5) \
97 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3, TYPE4 ARG4, TYPE5 ARG5)
102 #define FDECL3(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2) \
103 NAME(ARG0, ARG1, ARG2) TYPE0 ARG0; TYPE1 ARG1; TYPE2 ARG
[all...]
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dhmap_templ.c21 #define ISL_xS(TYPE1,TYPE2,NAME) struct isl_ ## TYPE1 ## _ ## TYPE2 ## _ ## NAME
22 #define ISL_yS(TYPE1,TYPE2,NAME) ISL_xS(TYPE1,TYPE2,NAME)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h730 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
732 #define same_type_p(TYPE1, TYPE2) \
733 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5735 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, or if TYPE2
5736 is derived from TYPE1, or if TYPE2 is a pointer (reference) to a
5738 #define same_or_base_type_p(TYPE1, TYPE2) \
5739 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h760 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
762 #define same_type_p(TYPE1, TYPE2) \
763 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5972 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, or if TYPE2
5973 is derived from TYPE1, or if TYPE2 is a pointer (reference) to a
5975 #define same_or_base_type_p(TYPE1, TYPE2) \
5976 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)

Completed in 315 milliseconds