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

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-expr.cc 454 DECL_NAMELESS (tmp_var) = 1;
tree-streamer-in.cc 124 DECL_NAMELESS (expr) = (unsigned) bp_unpack_value (bp, 1);
tree-streamer-out.cc 94 bp_pack_value (bp, DECL_NAMELESS (expr), 1);
tree-pretty-print.cc 280 /* For -fcompare-debug don't dump DECL_NAMELESS names at all,
283 too, SRA can create even non-DECL_IGNORED_P DECL_NAMELESS fancy
287 && DECL_NAMELESS (node)
290 /* For DECL_NAMELESS names look for embedded uids in the
292 else if ((flags & TDF_NOUID) && DECL_NAMELESS (node))
3338 && DECL_NAMELESS (SSA_NAME_VAR (node)))
omp-low.cc 2099 DECL_NAMELESS (t) = 1;
2113 DECL_NAMELESS (t) = 1;
2298 DECL_NAMELESS (name) = 1;
2351 DECL_NAMELESS (name) = 1;
2365 DECL_NAMELESS (name) = 1;
3068 DECL_NAMELESS (name) = 1;
3130 DECL_NAMELESS (name) = 1;
12537 DECL_NAMELESS (ctx->sender_decl) = 1;
12979 DECL_NAMELESS (ctx->sender_decl) = 1;
12986 DECL_NAMELESS (TREE_VEC_ELT (t, 1)) = 1
    [all...]
omp-oacc-neuter-broadcast.cc 1653 DECL_NAMELESS (name) = 1;
function.cc 1902 if (TREE_CODE (t) == PARM_DECL && DECL_NAMELESS (t)
2444 DECL_NAMELESS (decl) = 1;
tree-sra.cc 2257 DECL_NAMELESS (repl) = 1;
tree.h 2583 #define DECL_NAMELESS(NODE) (DECL_MINIMAL_CHECK (NODE)->base.u.bits.nameless_flag)
  /src/external/gpl3/gcc/dist/gcc/
gimple-expr.cc 456 DECL_NAMELESS (tmp_var) = 1;
gimple-low.cc 262 DECL_NAMELESS (decl) = 1;
tree-streamer-in.cc 124 DECL_NAMELESS (expr) = (unsigned) bp_unpack_value (bp, 1);
tree-streamer-out.cc 94 bp_pack_value (bp, DECL_NAMELESS (expr), 1);
tree-pretty-print.cc 281 /* For -fcompare-debug don't dump DECL_NAMELESS names at all,
284 too, SRA can create even non-DECL_IGNORED_P DECL_NAMELESS fancy
288 && DECL_NAMELESS (node)
291 /* For DECL_NAMELESS names look for embedded uids in the
293 else if ((flags & TDF_NOUID) && DECL_NAMELESS (node))
3613 && DECL_NAMELESS (SSA_NAME_VAR (node)))
omp-low.cc 2140 DECL_NAMELESS (t) = 1;
2154 DECL_NAMELESS (t) = 1;
2339 DECL_NAMELESS (name) = 1;
2392 DECL_NAMELESS (name) = 1;
2406 DECL_NAMELESS (name) = 1;
3110 DECL_NAMELESS (name) = 1;
3172 DECL_NAMELESS (name) = 1;
12525 DECL_NAMELESS (ctx->sender_decl) = 1;
12984 DECL_NAMELESS (ctx->sender_decl) = 1;
12991 DECL_NAMELESS (TREE_VEC_ELT (t, 1)) = 1
    [all...]
omp-oacc-neuter-broadcast.cc 1653 DECL_NAMELESS (name) = 1;
function.cc 1902 if (TREE_CODE (t) == PARM_DECL && DECL_NAMELESS (t)
2456 DECL_NAMELESS (decl) = 1;
tree-sra.cc 2558 DECL_NAMELESS (repl) = 1;
tree.h 2738 #define DECL_NAMELESS(NODE) (DECL_MINIMAL_CHECK (NODE)->base.u.bits.nameless_flag)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 105 DECL_NAMELESS (t) = 0;
trans-decl.cc 1155 can be tracked by VTA. Also set DECL_NAMELESS, so that
1166 DECL_NAMELESS (lbound) = 1;
1177 DECL_NAMELESS (ubound) = 1;
1301 DECL_NAMELESS (decl) = 1;
trans-types.cc 2562 DECL_NAMELESS(map_field) = true;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 106 DECL_NAMELESS (t) = 0;
trans-decl.cc 1160 can be tracked by VTA. Also set DECL_NAMELESS, so that
1171 DECL_NAMELESS (lbound) = 1;
1182 DECL_NAMELESS (ubound) = 1;
1306 DECL_NAMELESS (decl) = 1;
trans-types.cc 2582 DECL_NAMELESS(map_field) = true;

Completed in 150 milliseconds

1 2