Searched refs:__class (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.h | 3413 tree_class_check (tree __t, const enum tree_code_class __class, in tree_class_check() argument 3416 if (TREE_CODE_CLASS (TREE_CODE (__t)) != __class) in tree_class_check() 3417 tree_class_check_failed (__t, __class, __f, __l, __g); in tree_class_check() 3669 tree_class_check (const_tree __t, const enum tree_code_class __class, in tree_class_check() argument 3672 if (TREE_CODE_CLASS (TREE_CODE (__t)) != __class) in tree_class_check() 3673 tree_class_check_failed (__t, __class, __f, __l, __g); in tree_class_check()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.h | 3576 tree_class_check (tree __t, const enum tree_code_class __class, in tree_class_check() argument 3579 if (TREE_CODE_CLASS (TREE_CODE (__t)) != __class) in tree_class_check() 3580 tree_class_check_failed (__t, __class, __f, __l, __g); in tree_class_check() 3832 tree_class_check (const_tree __t, const enum tree_code_class __class, in tree_class_check() argument 3835 if (TREE_CODE_CLASS (TREE_CODE (__t)) != __class) in tree_class_check() 3836 tree_class_check_failed (__t, __class, __f, __l, __g); in tree_class_check()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
| H A D | milter8.c | 351 #define MILTER8_MACRO_PTR(__macros, __class) \ argument 352 ((char **) (((char *) (__macros)) + milter8_macro_offsets[(__class)]))
|