Searched refs:TYPE2 (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cp-tree.h | 759 #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/dist/gcc/ |
| D | target.def | 2224 /* Return zero if the attributes on TYPE1 and TYPE2 are incompatible, 5384 is not permitted on TYPE1 and TYPE2, NULL otherwise. */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gccint.info | 36454 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,
|
| D | gcc.info | 46160 -- 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
|