Home
last modified time | relevance | path

Searched refs:TYPE2 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmkisofs.h90 #define FDECL3(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2) \ argument
91 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2)
92 #define FDECL4(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3) \ argument
93 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3)
94 #define FDECL5(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3, TYPE4, ARG4) \ argument
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) \ argument
97 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3, TYPE4 ARG4, TYPE5 ARG5)
102 #define FDECL3(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2) \ argument
103 NAME(ARG0, ARG1, ARG2) TYPE0 ARG0; TYPE1 ARG1; TYPE2 ARG2;
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_type_has_equal_space_bin_templ.c3 #undef TYPE2
4 #define TYPE2 TYPE macro
H A Disl_type_has_equal_space_templ.c21 __isl_keep TYPE2 *obj2) in FN()
26 space2 = FN(TYPE2,PEEK_SPACE)(obj2); in FN()
H A Disl_type_check_equal_space_templ.c13 __isl_keep TYPE2 *obj2) in FN()
H A Disl_point.c51 #undef TYPE2
52 #define TYPE2 isl_point macro
H A Disl_map.c9285 #undef TYPE2
9286 #define TYPE2 isl_basic_map macro
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dhmap_templ.c21 #define ISL_xS(TYPE1,TYPE2,NAME) struct isl_ ## TYPE1 ## _ ## TYPE2 ## _ ## NAME argument
22 #define ISL_yS(TYPE1,TYPE2,NAME) ISL_xS(TYPE1,TYPE2,NAME) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h729 #define same_type_p(TYPE1, TYPE2) \ argument
730 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5728 #define same_or_base_type_p(TYPE1, TYPE2) \ argument
5729 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h759 #define same_type_p(TYPE1, TYPE2) \ argument
760 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5965 #define same_or_base_type_p(TYPE1, TYPE2) \ argument
5966 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.def2232 /* Return zero if the attributes on TYPE1 and TYPE2 are incompatible,
5302 is not permitted on TYPE1 and TYPE2, NULL otherwise. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.info35007 TYPE1, const_tree TYPE2)
35009 vector types TYPE1 and TYPE2 as distinct types. The caller has
40871 const_tree TYPE2)
40873 the attributes on TYPE1 and TYPE2 are incompatible, one if they are
40883 TYPE2)
40886 'TYPE_ATTRIBUTES' of TYPE1 and TYPE2. It is assumed that
42411 const_tree TYPE1, const_tree TYPE2)
42413 invalid to apply operation OP to operands of types TYPE1 and TYPE2,
H A Dgcc.info42392 -- Built-in Function: bool __builtin_add_overflow (TYPE1 a, TYPE2 b,
42426 -- Built-in Function: bool __builtin_sub_overflow (TYPE1 a, TYPE2 b,
42446 -- Built-in Function: bool __builtin_mul_overflow (TYPE1 a, TYPE2 b,
42469 -- Built-in Function: bool __builtin_add_overflow_p (TYPE1 a, TYPE2 b,
42471 -- Built-in Function: bool __builtin_sub_overflow_p (TYPE1 a, TYPE2 b,
42473 -- Built-in Function: bool __builtin_mul_overflow_p (TYPE1 a, TYPE2 b,
43005 -- Built-in Function: int __builtin_types_compatible_p (TYPE1, TYPE2)
43011 types TYPE1 and TYPE2 (which are types, not expressions) are
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info36454 TYPE1, const_tree TYPE2)
36456 vector types TYPE1 and TYPE2 as distinct types. The caller has
42286 const_tree TYPE2)
42288 the attributes on TYPE1 and TYPE2 are incompatible, one if they are
42298 TYPE2)
42301 'TYPE_ATTRIBUTES' of TYPE1 and TYPE2. It is assumed that
43916 const_tree TYPE1, const_tree TYPE2)
43918 invalid to apply operation OP to operands of types TYPE1 and TYPE2,
H A Dgcc.info46160 -- Built-in Function: bool __builtin_add_overflow (TYPE1 a, TYPE2 b,
46194 -- Built-in Function: bool __builtin_sub_overflow (TYPE1 a, TYPE2 b,
46214 -- Built-in Function: bool __builtin_mul_overflow (TYPE1 a, TYPE2 b,
46237 -- Built-in Function: bool __builtin_add_overflow_p (TYPE1 a, TYPE2 b,
46239 -- Built-in Function: bool __builtin_sub_overflow_p (TYPE1 a, TYPE2 b,
46241 -- Built-in Function: bool __builtin_mul_overflow_p (TYPE1 a, TYPE2 b,
46794 -- Built-in Function: int __builtin_types_compatible_p (TYPE1, TYPE2)
46800 types TYPE1 and TYPE2 (which are types, not expressions) are