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

1 2

  /src/external/gpl3/gcc/dist/gcc/
tree-cfgcleanup.cc 397 if (DECL_NONLOCAL (gimple_label_label (as_a <glabel *> (stmt))))
556 if (DECL_NONLOCAL (gimple_label_label (label_stmt))
636 || DECL_NONLOCAL (decl)
824 if (DECL_NONLOCAL (this_target))
1241 if (DECL_NONLOCAL (gimple_label_label (label_stmt)))
stmt.cc 103 if (FORCED_LABEL (label) || DECL_NONLOCAL (label))
166 if (DECL_NONLOCAL (label))
177 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
tree-ssa-tail-merge.cc 1341 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
1348 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
1634 gcc_assert (!DECL_NONLOCAL (label) && !FORCED_LABEL (label));
tree-cfg.cc 1038 if (DECL_NONLOCAL (target))
1790 || DECL_NONLOCAL (label)
1891 || DECL_NONLOCAL (gimple_label_label (stmt)))
2212 && (DECL_NONLOCAL (first_label)
2362 || DECL_NONLOCAL (gimple_label_label (label_stmt))))
2370 if (DECL_NONLOCAL (gimple_label_label (label_stmt)))
2372 DECL_NONLOCAL (gimple_label_label (label_stmt)) = 0;
2861 if (DECL_NONLOCAL (gimple_label_label (label_stmt))
2867 if (DECL_NONLOCAL (gimple_label_label (plabel))
5042 if (!DECL_NONLOCAL (decl) && !FORCED_LABEL (decl
    [all...]
print-tree.cc 407 if (DECL_NONLOCAL (node))
tree-streamer-in.cc 218 DECL_NONLOCAL (expr) = (unsigned) bp_unpack_value (bp, 1);
tree-streamer-out.cc 193 bp_pack_value (bp, DECL_NONLOCAL (expr), 1);
ipa-pure-const.cc 809 if (DECL_NONLOCAL (gimple_label_label (as_a <glabel *> (stmt))))
tree-ssa-dom.cc 482 if (DECL_NONLOCAL (gimple_label_label (as_a <glabel *> (stmt))))
lto-streamer-out.cc 161 return FORCED_LABEL (t) || DECL_NONLOCAL (t);
1259 hstate.add_flag (DECL_NONLOCAL (t));
gimple-pretty-print.cc 1163 if (DECL_NONLOCAL (label))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc 392 if (DECL_NONLOCAL (gimple_label_label (as_a <glabel *> (stmt))))
532 if (DECL_NONLOCAL (gimple_label_label (label_stmt))
620 || DECL_NONLOCAL (decl)
807 if (DECL_NONLOCAL (this_target))
1219 if (DECL_NONLOCAL (gimple_label_label (label_stmt)))
stmt.cc 103 if (FORCED_LABEL (label) || DECL_NONLOCAL (label))
166 if (DECL_NONLOCAL (label))
177 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
tree-ssa-tail-merge.cc 1330 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
1337 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
1623 gcc_assert (!DECL_NONLOCAL (label) && !FORCED_LABEL (label));
tree-cfg.cc 1034 if (DECL_NONLOCAL (target))
1708 || DECL_NONLOCAL (label)
1809 || DECL_NONLOCAL (gimple_label_label (stmt)))
1898 if (DECL_NONLOCAL (gimple_label_label (label_stmt)))
2136 && (DECL_NONLOCAL (first_label)
2286 || DECL_NONLOCAL (gimple_label_label (label_stmt))))
2294 if (DECL_NONLOCAL (gimple_label_label (label_stmt)))
2296 DECL_NONLOCAL (gimple_label_label (label_stmt)) = 0;
2785 if (DECL_NONLOCAL (gimple_label_label (label_stmt))
2791 if (DECL_NONLOCAL (gimple_label_label (plabel)
    [all...]
print-tree.cc 406 if (DECL_NONLOCAL (node))
tree-streamer-in.cc 233 DECL_NONLOCAL (expr) = (unsigned) bp_unpack_value (bp, 1);
tree-streamer-out.cc 203 bp_pack_value (bp, DECL_NONLOCAL (expr), 1);
ipa-pure-const.cc 798 if (DECL_NONLOCAL (gimple_label_label (as_a <glabel *> (stmt))))
lto-streamer-out.cc 160 return FORCED_LABEL (t) || DECL_NONLOCAL (t);
1253 hstate.add_flag (DECL_NONLOCAL (t));
gimple-pretty-print.cc 1167 if (DECL_NONLOCAL (label))
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 3940 DECL_NONLOCAL (field) = 1;
3972 DECL_NONLOCAL (field) = 1;
9237 DECL_NONLOCAL (decl) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 3687 DECL_NONLOCAL (field) = 1;
3719 DECL_NONLOCAL (field) = 1;
8881 DECL_NONLOCAL (decl) = 1;
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1173 compare_values (DECL_NONLOCAL);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1173 compare_values (DECL_NONLOCAL);

Completed in 120 milliseconds

1 2