Searched defs:using_decl (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 1352 handle_using_decl (tree using_decl, tree t) in handle_using_decl() 3250 one_inherited_ctor (tree ctor, tree t, tree using_decl) in one_inherited_ctor() 3373 tree using_decl = TREE_VALUE (*access_decls); in add_implicitly_declared_members() local
|
H A D | name-lookup.cc | 5745 tree using_decl = build_lang_decl (USING_DECL, lookup.name, NULL_TREE); in lookup_using_decl() local 6194 tree using_decl = lookup_using_decl (scope, lookup); in finish_nonmember_using_decl() local
|
H A D | typeck.cc | 2669 tree using_decl = NULL_TREE; in build_class_member_access_expr() local
|
H A D | pt.cc | 31024 tree using_decl = build_lang_decl (USING_DECL, name, NULL_TREE); in test_type_dependent_expression_p() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 1267 handle_using_decl (tree using_decl, tree t) in handle_using_decl() 3176 one_inherited_ctor (tree ctor, tree t, tree using_decl) in one_inherited_ctor() 3298 tree using_decl = TREE_VALUE (*access_decls); in add_implicitly_declared_members() local
|
H A D | name-lookup.c | 4761 tree using_decl = build_lang_decl (USING_DECL, lookup.name, NULL_TREE); in do_class_using_decl() local 5168 tree using_decl = build_lang_decl (USING_DECL, lookup.name, NULL_TREE); in finish_nonmember_using_decl() local
|
H A D | typeck.c | 2501 tree using_decl = NULL_TREE; in build_class_member_access_expr() local
|
H A D | pt.c | 29823 tree using_decl = build_lang_decl (USING_DECL, name, NULL_TREE); in test_type_dependent_expression_p() local
|