HomeSort by: relevance | last modified time | path
    Searched refs:DECL_ORIGIN (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 3293 if ((**debug_args)[i] == DECL_ORIGIN (t)
4996 BLOCK_ABSTRACT_ORIGIN (id->block) = DECL_ORIGIN (fn);
5080 if (TREE_CODE (DECL_ORIGIN (*var)) == PARM_DECL)
5974 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl);
6263 DECL_ABSTRACT_ORIGIN (new_decl) = DECL_ORIGIN (old_decl);
6264 if (DECL_ORIGIN (old_decl) == old_decl)
6489 vec_safe_push (*debug_args, DECL_ORIGIN (parm));
6499 in the debug info that var (whole DECL_ORIGIN is the parm
tree-streamer-in.cc 933 /* We may end up prevailing a decl with DECL_ORIGIN (t) != t here
938 BLOCK_ABSTRACT_ORIGIN (expr) = DECL_ORIGIN (BLOCK_ABSTRACT_ORIGIN (expr));
ipa-param-manipulation.cc 922 tree origin = DECL_ORIGIN (old_parm);
2559 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl);
ipa-split.cc 1510 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm))
cfgexpand.cc 5530 tree aexp = DECL_ORIGIN (exp);
dwarf2out.cc 4468 gcc_assert (!DECL_FROM_INLINE (DECL_ORIGIN (decl)));
23378 decl = DECL_ORIGIN (decl);
27108 else if (origin || DECL_ORIGIN (decl) != decl)
27110 ? DECL_ORIGIN (origin)
tree.h 2751 #define DECL_ORIGIN(NODE) \
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 3275 if ((**debug_args)[i] == DECL_ORIGIN (t)
4965 BLOCK_ABSTRACT_ORIGIN (id->block) = DECL_ORIGIN (fn);
5048 if (TREE_CODE (DECL_ORIGIN (*var)) == PARM_DECL)
5939 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl);
6228 DECL_ABSTRACT_ORIGIN (new_decl) = DECL_ORIGIN (old_decl);
6229 if (DECL_ORIGIN (old_decl) == old_decl)
6452 vec_safe_push (*debug_args, DECL_ORIGIN (parm));
6462 in the debug info that var (whole DECL_ORIGIN is the parm
ipa-param-manipulation.cc 952 tree origin = DECL_ORIGIN (old_parm);
2397 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl);
tree-streamer-in.cc 939 /* We may end up prevailing a decl with DECL_ORIGIN (t) != t here
944 BLOCK_ABSTRACT_ORIGIN (expr) = DECL_ORIGIN (BLOCK_ABSTRACT_ORIGIN (expr));
ipa-split.cc 1507 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm))
tree.h 2596 #define DECL_ORIGIN(NODE) \
cfgexpand.cc 5508 tree aexp = DECL_ORIGIN (exp);
dwarf2out.cc 4468 gcc_assert (!DECL_FROM_INLINE (DECL_ORIGIN (decl)));
23262 decl = DECL_ORIGIN (decl);
26971 else if (origin || DECL_ORIGIN (decl) != decl)
26973 ? DECL_ORIGIN (origin)
tree.cc 11844 && DECL_ORIGIN (origin) == origin)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 185 tree type = TREE_TYPE (DECL_ORIGIN (decl));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 185 tree type = TREE_TYPE (DECL_ORIGIN (decl));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 2775 decl = DECL_ORIGIN (decl);
2914 decl = DECL_ORIGIN (decl);
mangle.cc 2846 parm_types = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (decl));
call.cc 2341 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn));
8681 fn = DECL_ORIGIN (fn);
constexpr.cc 8785 fun = DECL_ORIGIN (fun);
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1673 const char *function = fndecl_name (DECL_ORIGIN (current_function_decl));
method.cc 2912 decl = DECL_ORIGIN (decl);
3051 decl = DECL_ORIGIN (decl);
mangle.cc 3067 parm_types = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (decl));
call.cc 2429 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn));
9317 fn = DECL_ORIGIN (fn);

Completed in 175 milliseconds

1 2