Searched defs:tree_check (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.h | 30 struct GTY(()) tree_check { struct 32 tree value; 34 vec<deferred_access_check, va_gc> *checks; 60 bool tree_check_p : 1; argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.h | 30 struct GTY(()) tree_check { struct 32 tree value; 34 vec<deferred_access_check, va_gc> *checks; 60 bool tree_check_p : 1; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 3291 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) in tree_check() function 3546 tree_check (const_tree __t, const char *__f, int __l, const char *__g, in tree_check() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 3454 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) in tree_check() function 3709 tree_check (const_tree __t, const char *__f, int __l, const char *__g, in tree_check() function
|