Searched refs:__class (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree.h | 3261 tree_class_check (tree __t, const enum tree_code_class __class, in tree_class_check() argument 3264 if (TREE_CODE_CLASS (TREE_CODE (__t)) != __class) in tree_class_check() 3265 tree_class_check_failed (__t, __class, __f, __l, __g); in tree_class_check() 3517 tree_class_check (const_tree __t, const enum tree_code_class __class, in tree_class_check() argument 3520 if (TREE_CODE_CLASS (TREE_CODE (__t)) != __class) in tree_class_check() 3521 tree_class_check_failed (__t, __class, __f, __l, __g); in tree_class_check()
|