Home
last modified time | relevance | path

Searched refs:strip_using_decl (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c1181 decl = strip_using_decl (decl); in fields_linear_search()
1620 next = strip_using_decl (next); in member_vec_dedup()
2083 strip_using_decl (tree decl) in strip_using_decl() function
2153 tree target_bval = strip_using_decl (bval); in supplement_binding_1()
2154 tree target_decl = strip_using_decl (decl); in supplement_binding_1()
4678 tree target_decl = strip_using_decl (decl); in push_class_level_binding_1()
4679 tree target_bval = strip_using_decl (bval); in push_class_level_binding_1()
5324 tree target_val = strip_using_decl (val); in qualify_lookup()
H A Dcp-tree.h7431 extern tree strip_using_decl (tree);
H A Dclass.c7031 tree fn = strip_using_decl (x); in finish_struct()
H A Dsemantics.c3527 decl = strip_using_decl (decl); in finish_id_expression()
H A Dtypeck.c2570 else if ((using_decl = strip_using_decl (member)) != member) in build_class_member_access_expr()
H A Dparser.c16099 decl = strip_using_decl (decl); in cp_parser_template_name()
17537 type_decl = strip_using_decl (type_decl); in cp_parser_nonclass_name()
22483 decl = strip_using_decl (decl); in cp_parser_class_name()
H A Ddecl.c13663 decl = strip_using_decl (decl); in lookup_and_check_tag()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c406 strip_using_decl (tree decl) in strip_using_decl() function
456 tree target_bval = strip_using_decl (bval); in supplement_binding_1()
457 tree target_decl = strip_using_decl (decl); in supplement_binding_1()
3106 tree target_decl = strip_using_decl (decl); in push_class_level_binding_1()
3107 tree target_bval = strip_using_decl (bval); in push_class_level_binding_1()
4150 tree target_val = strip_using_decl (val); in qualify_lookup()
H A Dsearch.c442 field = strip_using_decl (field); in lookup_field_1()
477 decl = strip_using_decl (decl); in lookup_field_1()
H A Dcp-tree.h5945 extern tree strip_using_decl (tree);
H A Dclass.c6281 tree fn = strip_using_decl (x); in finish_struct()
H A Dsemantics.c2892 decl = strip_using_decl (decl); in finish_id_expression()
H A Dtypeck.c2352 else if ((using_decl = strip_using_decl (member)) != member) in build_class_member_access_expr()
H A Dparser.c13849 type_decl = strip_using_decl (type_decl); in cp_parser_nonclass_name()
17846 decl = strip_using_decl (decl); in cp_parser_class_name()