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

1 2

  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto.cc 107 if (DECL_FUNCTION_PERSONALITY (decl) && !first_personality_decl)
108 first_personality_decl = DECL_FUNCTION_PERSONALITY (decl);
112 if (DECL_FUNCTION_PERSONALITY (decl)
lto-common.cc 686 CHECK_VAR (DECL_FUNCTION_PERSONALITY (t));
884 DECL_FUNCTION_PERSONALITY at least. So we can and have
1481 compare_tree_edges (DECL_FUNCTION_PERSONALITY (t1),
1482 DECL_FUNCTION_PERSONALITY (t2));
2554 LTO_SET_PREVAIL (DECL_FUNCTION_PERSONALITY (t));
  /src/external/gpl3/gcc/dist/gcc/lto/
lto.cc 116 if (DECL_FUNCTION_PERSONALITY (decl) && !first_personality_decl)
117 first_personality_decl = DECL_FUNCTION_PERSONALITY (decl);
121 if (DECL_FUNCTION_PERSONALITY (decl)
lto-common.cc 686 CHECK_VAR (DECL_FUNCTION_PERSONALITY (t));
884 DECL_FUNCTION_PERSONALITY at least. So we can and have
1486 compare_tree_edges (DECL_FUNCTION_PERSONALITY (t1),
1487 DECL_FUNCTION_PERSONALITY (t2));
2570 LTO_SET_PREVAIL (DECL_FUNCTION_PERSONALITY (t));
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline-transform.cc 387 if (DECL_FUNCTION_PERSONALITY (callee->decl))
388 DECL_FUNCTION_PERSONALITY (to->decl)
389 = DECL_FUNCTION_PERSONALITY (callee->decl);
cgraphbuild.cc 134 if (DECL_FUNCTION_PERSONALITY (node->decl))
136 tree per_decl = DECL_FUNCTION_PERSONALITY (node->decl);
ipa-inline.cc 365 else if (DECL_FUNCTION_PERSONALITY (caller->decl)
366 && DECL_FUNCTION_PERSONALITY (callee->decl)
367 && (DECL_FUNCTION_PERSONALITY (caller->decl)
368 != DECL_FUNCTION_PERSONALITY (callee->decl)))
536 This is tracked by DECL_FUNCTION_PERSONALITY. */
538 && DECL_FUNCTION_PERSONALITY (callee->decl))
540 && DECL_FUNCTION_PERSONALITY (callee->decl))
tree-eh.cc 2220 && !DECL_FUNCTION_PERSONALITY (current_function_decl))
2221 DECL_FUNCTION_PERSONALITY (current_function_decl)
4891 if (DECL_FUNCTION_PERSONALITY (current_function_decl)
4893 DECL_FUNCTION_PERSONALITY (current_function_decl) = NULL_TREE;
tree-streamer-in.cc 800 DECL_FUNCTION_PERSONALITY (expr) = stream_read_tree_ref (ib, data_in);
tree-streamer-out.cc 703 stream_write_tree_ref (ob, DECL_FUNCTION_PERSONALITY (expr));
tree-inline.cc 4924 if (DECL_FUNCTION_PERSONALITY (fn))
4925 DECL_FUNCTION_PERSONALITY (cg_edge->caller->decl)
4926 = DECL_FUNCTION_PERSONALITY (fn);
6231 DECL_FUNCTION_PERSONALITY (new_decl) = DECL_FUNCTION_PERSONALITY (old_decl);
cgraphunit.cc 608 DECL_FUNCTION_PERSONALITY (fndecl) = lang_hooks.eh_personality ();
ipa-icf.cc 553 if (DECL_FUNCTION_PERSONALITY (decl)
554 != DECL_FUNCTION_PERSONALITY (item->decl))
lto-streamer-out.cc 1043 DFS_follow_tree_edge (DECL_FUNCTION_PERSONALITY (expr));
1463 visit (DECL_FUNCTION_PERSONALITY (t));
tree.h 2685 #define DECL_FUNCTION_PERSONALITY(NODE) \
  /src/external/gpl3/gcc/dist/gcc/
ipa-inline-transform.cc 389 if (DECL_FUNCTION_PERSONALITY (callee->decl))
390 DECL_FUNCTION_PERSONALITY (to->decl)
391 = DECL_FUNCTION_PERSONALITY (callee->decl);
cgraphbuild.cc 146 if (DECL_FUNCTION_PERSONALITY (node->decl))
148 tree per_decl = DECL_FUNCTION_PERSONALITY (node->decl);
ipa-inline.cc 413 else if (DECL_FUNCTION_PERSONALITY (caller->decl)
414 && DECL_FUNCTION_PERSONALITY (callee->decl)
415 && (DECL_FUNCTION_PERSONALITY (caller->decl)
416 != DECL_FUNCTION_PERSONALITY (callee->decl)))
599 This is tracked by DECL_FUNCTION_PERSONALITY. */
601 && DECL_FUNCTION_PERSONALITY (callee->decl))
603 && DECL_FUNCTION_PERSONALITY (callee->decl))
tree-eh.cc 2221 && !DECL_FUNCTION_PERSONALITY (current_function_decl))
2222 DECL_FUNCTION_PERSONALITY (current_function_decl)
4912 if (DECL_FUNCTION_PERSONALITY (current_function_decl)
4914 DECL_FUNCTION_PERSONALITY (current_function_decl) = NULL_TREE;
tree-streamer-in.cc 795 DECL_FUNCTION_PERSONALITY (expr) = stream_read_tree_ref (ib, data_in);
tree-streamer-out.cc 702 stream_write_tree_ref (ob, DECL_FUNCTION_PERSONALITY (expr));
tree-inline.cc 4955 if (DECL_FUNCTION_PERSONALITY (fn))
4956 DECL_FUNCTION_PERSONALITY (cg_edge->caller->decl)
4957 = DECL_FUNCTION_PERSONALITY (fn);
6266 DECL_FUNCTION_PERSONALITY (new_decl) = DECL_FUNCTION_PERSONALITY (old_decl);
cgraphunit.cc 619 DECL_FUNCTION_PERSONALITY (fndecl) = lang_hooks.eh_personality ();
ipa-icf.cc 556 if (DECL_FUNCTION_PERSONALITY (decl)
557 != DECL_FUNCTION_PERSONALITY (item->decl))
lto-streamer-out.cc 1050 DFS_follow_tree_edge (DECL_FUNCTION_PERSONALITY (expr));
1469 visit (DECL_FUNCTION_PERSONALITY (t));

Completed in 113 milliseconds

1 2