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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
f95-lang.cc 440 pushdecl (tree decl) function
475 /* Like pushdecl, only it places X in GLOBAL_BINDING_LEVEL. */
484 t = pushdecl (x);
534 pushdecl (decl);
  /src/external/gpl3/gcc.old/dist/gcc/
langhooks.h 211 tree (*pushdecl) (tree); member in struct:lang_hooks_for_decls
  /src/external/gpl3/gcc/dist/gcc/fortran/
f95-lang.cc 465 pushdecl (tree decl) function
500 /* Like pushdecl, only it places X in GLOBAL_BINDING_LEVEL. */
509 t = pushdecl (x);
557 pushdecl (decl);
  /src/external/gpl3/gcc/dist/gcc/
langhooks.h 208 tree (*pushdecl) (tree); member in struct:lang_hooks_for_decls
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 415 bit of cleverness, see pushdecl) allows diagnosis of some violations
1590 TYPE_STUB_DECL (type) = pushdecl (build_decl (loc,
3126 pushdecl (tree x)
3760 decl = pushdecl (decl);
4534 pushdecl (build_decl (UNKNOWN_LOCATION, TYPE_DECL, get_identifier ("_Bool"),
4653 return pushdecl (decl);
5220 /* Tell 'pushdecl' this is an initialized decl
5311 tem = pushdecl (decl);
5957 decl = pushdecl (decl);
6059 pushdecl (decl)
3112 pushdecl (tree x) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 3459 alias = pushdecl (alias, /* hiding= */true);
3620 pushdecl (tree decl, bool hiding) function
4138 call pushdecl. */
4143 return pushdecl (decl);
4737 /* Same as pushdecl, but define X in binding-level LEVEL. We rely on the
4748 CURRENT_NAMESPACE. Use push_nested_namespace/pushdecl/
4772 x = pushdecl (x, hiding);
5865 point. pushdecl will find those errors later. */
6116 pushdecl (alias);
6123 /* Like pushdecl, only it places DECL in the current namespace
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 450 bit of cleverness, see pushdecl) allows diagnosis of some violations
1708 TYPE_STUB_DECL (type) = pushdecl (build_decl (loc,
3314 pushdecl (tree x)
3945 decl = pushdecl (decl);
4770 pushdecl (build_decl (UNKNOWN_LOCATION, TYPE_DECL, get_identifier ("_Bool"),
4895 return pushdecl (decl);
5622 /* Tell 'pushdecl' this is an initialized decl
5715 tem = pushdecl (decl);
6367 decl = pushdecl (decl);
6504 pushdecl (decl)
3300 pushdecl (tree x) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2642 /* Skip over TREE_LISTs added in pushdecl for check_local_shadow
3689 alias = pushdecl (alias, /* hiding= */true);
3852 pushdecl (tree decl, bool hiding) function
4436 call pushdecl. */
4441 return pushdecl (decl);
5080 /* Same as pushdecl, but define X in binding-level LEVEL. We rely on the
5091 CURRENT_NAMESPACE. Use push_nested_namespace/pushdecl/
5115 x = pushdecl (x, hiding);
6281 point. pushdecl will find those errors later. */
6533 pushdecl (alias)
    [all...]

Completed in 76 milliseconds