Home
last modified time | relevance | path

Searched refs:rdecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4159 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type); in record_builtin_type() local
4160 DECL_ARTIFICIAL (rdecl) = 1; in record_builtin_type()
4161 set_global_binding (rdecl); in record_builtin_type()
4163 decl = rdecl; in record_builtin_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4381 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type); in record_builtin_type() local
4382 DECL_ARTIFICIAL (rdecl) = 1; in record_builtin_type()
4383 set_global_binding (rdecl); in record_builtin_type()
4385 decl = rdecl; in record_builtin_type()