Searched refs:tree_check (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dstep-and-next-inline.h29 #define TREE_TYPE(NODE) (*tree_check (NODE, 0))
32 tree_check (tree *t, int i) function
H A Dstep-and-next-inline.cc35 #define TREE_TYPE(NODE) (*tree_check (NODE, 0))
38 tree_check (tree *t, int i) function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dstep-and-next-inline.h29 #define TREE_TYPE(NODE) (*tree_check (NODE, 0))
32 tree_check (tree *t, int i) function
38 } // tree_check
H A Dstep-and-next-inline.cc35 #define TREE_TYPE(NODE) (*tree_check (NODE, 0))
38 tree_check (tree *t, int i) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.h30 struct GTY(()) tree_check {
68 struct tree_check* GTY((tag ("true"))) tree_check_value;
H A Dparser.c1057 saved_checks_value (struct tree_check *check_value)
6675 token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> ();
14992 start_token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> ();
16802 token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> ();
31588 struct tree_check *check_value;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.h30 struct GTY(()) tree_check {
69 struct tree_check* GTY((tag ("true"))) tree_check_value;
H A Dparser.cc1118 saved_checks_value (struct tree_check *check_value)
7011 token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> ();
16551 start_token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> ();
18393 token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> ();
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h251 (tree_check ((T), __FILE__, __LINE__, __FUNCTION__, (CODE)))
3291 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) function
3546 tree_check (const_tree __t, const char *__f, int __l, const char *__g, function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree.h252 (tree_check ((T), __FILE__, __LINE__, __FUNCTION__, (CODE)))
3454 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) function
3709 tree_check (const_tree __t, const char *__f, int __l, const char *__g, function

Completed in 588 milliseconds