Searched refs:TYPE2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/usb/input/ |
| H A D | wsp.c | 162 TYPE2, /* button integrated in trackpad */ enumerator 296 .tp_type = TYPE2, 311 .tp_type = TYPE2, 326 .tp_type = TYPE2, 341 .tp_type = TYPE2, 356 .tp_type = TYPE2, 371 .tp_type = TYPE2, 386 .tp_type = TYPE2, 400 .tp_type = TYPE2, 415 .tp_type = TYPE2, [all …]
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-tree.h | 287 #define same_type_p(TYPE1, TYPE2) \ argument 288 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT) 292 #define same_type_ignoring_top_level_qualifiers_p(TYPE1, TYPE2) \ argument 293 same_type_p (TYPE_MAIN_VARIANT (TYPE1), TYPE_MAIN_VARIANT (TYPE2)) 3558 #define same_or_base_type_p(TYPE1, TYPE2) \ argument 3559 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
|