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

  /src/external/gpl3/gcc/dist/gcc/
coverage.cc 64 tree fn_decl; /* the function decl */ variable
714 item->fn_decl = current_function_decl;
755 /* Build a coverage variable of TYPE for function FN_DECL. If COUNTER
759 build_var (tree fn_decl, tree type, int counter)
762 const char *fn_name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (fn_decl));
1168 if (DECL_STRUCT_FUNCTION (fn->fn_decl))
1382 fn_ctor = coverage_obj_fn (fn_ctor, fn->fn_decl, fn);
lto-cgraph.cc 1283 tree fn_decl; local
1296 fn_decl = lto_input_fn_decl_ref (ib, file_data);
1300 node = dyn_cast<cgraph_node *> (nodes[clone_ref])->create_clone (fn_decl,
1310 node->decl = fn_decl;
1311 if (lookup_attribute ("ifunc", DECL_ATTRIBUTES (fn_decl)))
1858 tree fn_decl local
1860 vec_safe_push (offload_funcs, fn_decl);
1862 /* Prevent IPA from removing fn_decl as unreachable, since there
1866 cgraph_node::get (fn_decl)->mark_force_output ();
1867 tmp_decl = fn_decl;
1883 tree fn_decl local
    [all...]
lto-streamer-in.cc 1371 /* Read the body of function FN_DECL from DATA_IN using input block IB. */
1374 input_function (tree fn_decl, class data_in *data_in,
1387 DECL_RESULT (fn_decl) = stream_read_tree (ib, data_in);
1388 DECL_ARGUMENTS (fn_decl) = streamer_read_chain (ib, data_in);
1394 vec<tree, va_gc> **debugargs = decl_debug_args_insert (fn_decl);
1401 DECL_INITIAL (fn_decl) = stream_read_tree (ib, data_in);
1409 push_struct_function (fn_decl);
1410 fn = DECL_STRUCT_FUNCTION (fn_decl);
1423 gcc_assert (DECL_INITIAL (fn_decl));
1424 DECL_SAVED_TREE (fn_decl) = NULL_TREE
1605 tree fn_decl = node->decl; local
    [all...]
lto-streamer-out.cc 2673 tree fn_decl; local
2674 FOR_EACH_VEC_ELT (*offload_funcs, ix, fn_decl)
2675 DECL_PRESERVE_P (fn_decl) = 1;
2938 decl = (state->fn_decl) ? state->fn_decl : void_type_node;
3329 (DECL_ASSEMBLER_NAME (fn_out_state->fn_decl)));
lto-streamer.h 496 /* If this in-decl state is associated with a function. FN_DECL
498 tree fn_decl; variable
511 return htab_hash_pointer (s->fn_decl);
517 return a->fn_decl == b->fn_decl;
532 /* If this out-decl state belongs to a function, fn_decl points to that
534 tree fn_decl; member in struct:lto_out_decl_state
function.cc 4974 tree fn_decl, fn_type, fn_result_decl;
4982 fn_decl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, NULL_TREE,
4986 DECL_RESULT (fn_decl) = fn_result_decl;
4987 DECL_ARTIFICIAL (fn_decl) = 1;
4989 SET_DECL_ASSEMBLER_NAME (fn_decl, fn_name);
4992 fn_decl = NULL_TREE;
4994 push_struct_function (fn_decl);
4957 tree fn_decl, fn_type, fn_result_decl; local
trans-mem.cc 2503 tree fn_decl;
2507 fn_decl = gimple_call_fndecl (stmt);
2509 if (fn_decl == builtin_decl_explicit (BUILT_IN_TM_MEMCPY)
2510 || fn_decl == builtin_decl_explicit (BUILT_IN_TM_MEMMOVE))
2512 if (fn_decl == builtin_decl_explicit (BUILT_IN_TM_MEMSET))
2518 if (fn_decl)
2519 retval = is_tm_ending_fndecl (fn_decl);
2528 if (!fn_decl)
2542 node = cgraph_node::get (fn_decl);
2551 gcc_assert (DECL_BUILT_IN_CLASS (fn_decl) == BUILT_IN_NORMAL)
2496 tree fn_decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
coverage.cc 64 tree fn_decl; /* the function decl */ variable
714 item->fn_decl = current_function_decl;
755 /* Build a coverage variable of TYPE for function FN_DECL. If COUNTER
759 build_var (tree fn_decl, tree type, int counter)
762 const char *fn_name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (fn_decl));
1168 if (DECL_STRUCT_FUNCTION (fn->fn_decl))
1382 fn_ctor = coverage_obj_fn (fn_ctor, fn->fn_decl, fn);
lto-cgraph.cc 1238 tree fn_decl; local
1251 fn_decl = lto_input_fn_decl_ref (ib, file_data);
1255 node = dyn_cast<cgraph_node *> (nodes[clone_ref])->create_clone (fn_decl,
1265 node->decl = fn_decl;
1266 if (lookup_attribute ("ifunc", DECL_ATTRIBUTES (fn_decl)))
1794 tree fn_decl local
1796 vec_safe_push (offload_funcs, fn_decl);
1798 /* Prevent IPA from removing fn_decl as unreachable, since there
1802 cgraph_node::get (fn_decl)->mark_force_output ();
lto-streamer-in.cc 1348 /* Read the body of function FN_DECL from DATA_IN using input block IB. */
1351 input_function (tree fn_decl, class data_in *data_in,
1364 DECL_RESULT (fn_decl) = stream_read_tree (ib, data_in);
1365 DECL_ARGUMENTS (fn_decl) = streamer_read_chain (ib, data_in);
1371 vec<tree, va_gc> **debugargs = decl_debug_args_insert (fn_decl);
1378 DECL_INITIAL (fn_decl) = stream_read_tree (ib, data_in);
1386 push_struct_function (fn_decl);
1387 fn = DECL_STRUCT_FUNCTION (fn_decl);
1400 gcc_assert (DECL_INITIAL (fn_decl));
1401 DECL_SAVED_TREE (fn_decl) = NULL_TREE
1582 tree fn_decl = node->decl; local
    [all...]
lto-streamer-out.cc 2650 tree fn_decl; local
2651 FOR_EACH_VEC_ELT (*offload_funcs, ix, fn_decl)
2652 DECL_PRESERVE_P (fn_decl) = 1;
2914 decl = (state->fn_decl) ? state->fn_decl : void_type_node;
3300 (DECL_ASSEMBLER_NAME (fn_out_state->fn_decl)));
lto-streamer.h 494 /* If this in-decl state is associated with a function. FN_DECL
496 tree fn_decl; variable
509 return htab_hash_pointer (s->fn_decl);
515 return a->fn_decl == b->fn_decl;
530 /* If this out-decl state belongs to a function, fn_decl points to that
532 tree fn_decl; member in struct:lto_out_decl_state
function.cc 4985 tree fn_decl, fn_type, fn_result_decl;
4993 fn_decl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, NULL_TREE,
4997 DECL_RESULT (fn_decl) = fn_result_decl;
4998 DECL_ARTIFICIAL (fn_decl) = 1;
5000 SET_DECL_ASSEMBLER_NAME (fn_decl, fn_name);
5003 fn_decl = NULL_TREE;
5005 push_struct_function (fn_decl);
4968 tree fn_decl, fn_type, fn_result_decl; local
trans-mem.cc 2494 tree fn_decl;
2498 fn_decl = gimple_call_fndecl (stmt);
2500 if (fn_decl == builtin_decl_explicit (BUILT_IN_TM_MEMCPY)
2501 || fn_decl == builtin_decl_explicit (BUILT_IN_TM_MEMMOVE))
2503 if (fn_decl == builtin_decl_explicit (BUILT_IN_TM_MEMSET))
2509 if (fn_decl)
2510 retval = is_tm_ending_fndecl (fn_decl);
2519 if (!fn_decl)
2533 node = cgraph_node::get (fn_decl);
2542 gcc_assert (DECL_BUILT_IN_CLASS (fn_decl) == BUILT_IN_NORMAL)
2487 tree fn_decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 3764 tree fn_decl = get_fndecl_for_call (call_stmt,ctxt); local
3765 callee = DECL_STRUCT_FUNCTION (fn_decl);
4245 tree fn_decl = fn_reg->get_fndecl (); local
4246 cgraph_node *node = cgraph_node::get (fn_decl);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 5585 tree fn_decl = get_fndecl_for_call (call_stmt,ctxt); local
5586 callee = DECL_STRUCT_FUNCTION (fn_decl);
6249 tree fn_decl = fn_reg->get_fndecl (); local
6250 cgraph_node *node = cgraph_node::get (fn_decl);

Completed in 174 milliseconds