Searched refs:validate_nonmember_using_decl (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | name-lookup.c | 2403 validate_nonmember_using_decl (tree decl, tree scope, tree name) in validate_nonmember_using_decl() function 2604 decl = validate_nonmember_using_decl (decl, scope, name); in do_local_using_decl() 3837 decl = validate_nonmember_using_decl (decl, scope, name); in do_toplevel_using_decl()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | name-lookup.c | 4011 validate_nonmember_using_decl (tree decl, tree scope, tree name) in validate_nonmember_using_decl() function 5218 decl = validate_nonmember_using_decl (decl, scope, name); in finish_namespace_using_decl() 5249 decl = validate_nonmember_using_decl (decl, scope, name); in finish_local_using_decl()
|