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

  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 742 tree new_decls = NULL_TREE; local
781 DECL_CHAIN (new_var) = new_decls;
782 new_decls = new_var;
798 return nreverse (new_decls);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 744 tree new_decls = NULL_TREE; local
783 DECL_CHAIN (new_var) = new_decls;
784 new_decls = new_var;
800 return nreverse (new_decls);
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 3747 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
3749 for (new_decls = b->names; new_decls != old_decls;
3750 new_decls = (DECL_P (new_decls) ? DECL_CHAIN (new_decls)
3751 : TREE_CHAIN (new_decls)))
3753 bool problem = decl_jump_unsafe (new_decls);
3764 inform (DECL_SOURCE_LOCATION (new_decls),
3765 " crosses initialization of %q#D", new_decls);
3740 tree new_decls, old_decls = (b == level ? names : NULL_TREE); local
3758 " crosses initialization of %q#D", new_decls); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3512 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
3514 for (new_decls = b->names; new_decls != old_decls;
3515 new_decls = (DECL_P (new_decls) ? DECL_CHAIN (new_decls)
3516 : TREE_CHAIN (new_decls)))
3518 int problem = decl_jump_unsafe (new_decls);
3532 inform (DECL_SOURCE_LOCATION (new_decls),
3533 " crosses initialization of %q#D", new_decls);
3505 tree new_decls, old_decls = (b == level ? names : NULL_TREE); local
3526 " crosses initialization of %q#D", new_decls); local
3530 "non-trivial destructor", new_decls); local
    [all...]

Completed in 29 milliseconds