HomeSort by: relevance | last modified time | path
    Searched defs:rdecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 4719 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
4720 DECL_ARTIFICIAL (rdecl) = 1;
4721 set_global_binding (rdecl);
4723 decl = rdecl;
4710 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type); local
decl.cc 4719 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
4720 DECL_ARTIFICIAL (rdecl) = 1;
4721 set_global_binding (rdecl);
4723 decl = rdecl;
4710 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 4390 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
4391 DECL_ARTIFICIAL (rdecl) = 1;
4392 set_global_binding (rdecl);
4394 decl = rdecl;
4381 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type); local
decl.cc 4390 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
4391 DECL_ARTIFICIAL (rdecl) = 1;
4392 set_global_binding (rdecl);
4394 decl = rdecl;
4381 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type); local

Completed in 135 milliseconds