HomeSort by relevance Sort by last modified time
    Searched refs:cfun (Results 1 - 12 of 12) sorted by null

  /external/v8/tools/gyp/test/mac/lto/
cfile.c 1 void cfun() {} function
  /external/clang/test/CodeGen/
2011-03-31-ArrayRefFolding.c 8 extern struct t *cfun;
11 if (!(cfun + 0))
14 return cfun->x;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 497 #define current_function_static_stack_size (cfun->su->static_stack_size)
498 #define current_function_dynamic_stack_size (cfun->su->dynamic_stack_size)
499 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size)
501 (cfun->su->has_unbounded_dynamic_stack_size)
664 extern GTY(()) struct function *cfun;
666 /* In order to ensure that cfun is not set directly, we redefine it so
667 that it is not an lvalue. Rather than assign to cfun, use
669 #define cfun (cfun + 0)
698 /* cfun shouldn't be set directly; use one of these functions instead. *
663 extern GTY(()) struct function *cfun; variable in typeref:struct:function
668 #define cfun macro
    [all...]
basic-block.h 342 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
343 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
344 #define basic_block_info (cfun->cfg->x_basic_block_info)
345 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks)
346 #define n_edges (cfun->cfg->x_n_edges)
347 #define last_basic_block (cfun->cfg->x_last_basic_block)
348 #define label_to_block_map (cfun->cfg->x_label_to_block_map)
349 #define profile_status (cfun->cfg->x_profile_status)
361 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun)
366 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun)
    [all...]
except.h 335 #define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
tree-flow-inline.h 848 if (ssa_operands_active (cfun))
1187 in function cfun. */
1192 return make_ssa_name_fn (cfun, var, stmt);
1196 statement STMT in function cfun. */
1201 return copy_ssa_name_fn (cfun, var, stmt);
1205 in function cfun. */
1210 return duplicate_ssa_name_fn (cfun, var, stmt);
1214 in function cfun. Arrange so that it uses NAME in dumps. */
1221 ssa_name = make_ssa_name_fn (cfun, type, stmt);
    [all...]
tree-flow.h 291 #define num_ssa_names (vec_safe_length (cfun->gimple_df->ssa_names))
292 #define ssa_name(i) ((*cfun->gimple_df->ssa_names)[(i)])
392 #define label_to_block(t) (label_to_block_fn (cfun, t))
insn-flags.h 14 #define HAVE_zero_extendqisi2_and (TARGET_ZERO_EXTEND_WITH_AND && optimize_function_for_speed_p (cfun))
15 #define HAVE_zero_extendhisi2_and (TARGET_ZERO_EXTEND_WITH_AND && optimize_function_for_speed_p (cfun))
16 #define HAVE_zero_extendqihi2_and (TARGET_ZERO_EXTEND_WITH_AND && optimize_function_for_speed_p (cfun))
103 && !TARGET_64BIT && optimize_function_for_speed_p (cfun))
106 && !TARGET_64BIT && optimize_function_for_speed_p (cfun))
109 && !TARGET_64BIT && optimize_function_for_speed_p (cfun))
139 && (TARGET_USE_CLTD || optimize_function_for_size_p (cfun)) \
142 && (TARGET_USE_CLTD || optimize_function_for_size_p (cfun)) \
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 124 let new_derived_object cfun x_class args =
137 cfun (match args with
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 265 (*(cfun && cp_function_chain && cp_function_chain->bindings \
cp-tree.h     [all...]

Completed in 1485 milliseconds