Home
last modified time | relevance | path

Searched refs:tree_check (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dstep-and-next-inline.h29 #define TREE_TYPE(NODE) (*tree_check (NODE, 0))
32 tree_check (tree *t, int i) in tree_check() function
Dstep-and-next-inline.cc35 #define TREE_TYPE(NODE) (*tree_check (NODE, 0))
38 tree_check (tree *t, int i) in tree_check() function
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.h30 struct GTY(()) tree_check { struct
69 struct tree_check* GTY((tag ("true"))) tree_check_value;
DChangeLog-200652 * parser.c (struct tree_check): New structure to store various data
55 a struct tree_check for CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID
Dparser.cc1117 saved_checks_value (struct tree_check *check_value) in saved_checks_value()
7009 token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> (); in cp_parser_nested_name_specifier_opt()
16546 start_token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> (); in cp_parser_decltype()
18388 token->u.tree_check_value = ggc_cleared_alloc<struct tree_check> (); in cp_parser_template_id()
33889 struct tree_check *check_value; in cp_parser_pre_parsed_nested_name_specifier()
DChangeLog-20114405 (struct tree_check): Move to parser.h.
/netbsd/src/external/gpl3/gcc/dist/gcc/
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) in tree_check() function
3709 tree_check (const_tree __t, const char *__f, int __l, const char *__g, in tree_check() function
DFSFChangeLog1229 * tree.c (tree_check, tree_class_check, expr_check): New functions.
DChangeLog.graphite8923 (tree_check): Process trivial condates.
8952 (tree_check_instance, push_global_holes_if_new, tree_check,
DChangeLog-199910016 (tree_check, tree_class_check, cst_or_constructor_check,
10715 (tree_check, tree_class_check, cst_or_constructor_check,
19254 print_obstack_statistics, get_file_function_name_long, tree_check,
19260 print_obstack_statistics, print_obstack_name, tree_check,
DChangeLog-199811038 (tree_check): Likewise.
11603 * tree.c (tree_check, tree_class_check): New functions.
DChangeLog-201214453 * tree.h (tree_check): New.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git178946 tree_check (lines 40-43) (so, with the clang trace we get that right).
178967 * gdb.cp/step-and-next-inline.cc (tree_check, get_alias_set, main):