HomeSort by relevance Sort by last modified time
    Searched full:cfun (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/CodeGen/
2011-03-31-ArrayRefFolding.c 8 extern struct t *cfun;
11 if (!(cfun + 0))
14 return cfun->x;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 488 #define current_function_static_stack_size (cfun->su->static_stack_size)
489 #define current_function_dynamic_stack_size (cfun->su->dynamic_stack_size)
490 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size)
491 #define current_function_dynamic_alloc_count (cfun->su->dynamic_alloc_count)
493 (cfun->su->has_unbounded_dynamic_stack_size)
697 extern GTY(()) struct function *cfun;
699 /* In order to ensure that cfun is not set directly, we redefine it so
700 that it is not an lvalue. Rather than assign to cfun, use
702 #define cfun (cfun + 0
696 extern GTY(()) struct function *cfun; variable in typeref:struct:function
701 #define cfun macro
    [all...]
basic-block.h 344 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
345 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
346 #define basic_block_info (cfun->cfg->x_basic_block_info)
347 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks)
348 #define n_edges (cfun->cfg->x_n_edges)
349 #define last_basic_block (cfun->cfg->x_last_basic_block)
350 #define label_to_block_map (cfun->cfg->x_label_to_block_map)
351 #define profile_status (cfun->cfg->x_profile_status)
363 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun)
368 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun)
    [all...]
tree-flow.h 324 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun))
326 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names))
327 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i)))
426 #define label_to_block(t) (label_to_block_fn (cfun, t))
tree-flow-inline.h 106 tree var = referenced_var_lookup (cfun, uid);
1222 in function cfun. */
1227 return make_ssa_name_fn (cfun, var, stmt);
except.h 339 #define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 488 #define current_function_static_stack_size (cfun->su->static_stack_size)
489 #define current_function_dynamic_stack_size (cfun->su->dynamic_stack_size)
490 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size)
491 #define current_function_dynamic_alloc_count (cfun->su->dynamic_alloc_count)
493 (cfun->su->has_unbounded_dynamic_stack_size)
697 extern GTY(()) struct function *cfun;
699 /* In order to ensure that cfun is not set directly, we redefine it so
700 that it is not an lvalue. Rather than assign to cfun, use
702 #define cfun (cfun + 0
696 extern GTY(()) struct function *cfun; variable in typeref:struct:function
701 #define cfun macro
    [all...]
basic-block.h 344 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
345 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
346 #define basic_block_info (cfun->cfg->x_basic_block_info)
347 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks)
348 #define n_edges (cfun->cfg->x_n_edges)
349 #define last_basic_block (cfun->cfg->x_last_basic_block)
350 #define label_to_block_map (cfun->cfg->x_label_to_block_map)
351 #define profile_status (cfun->cfg->x_profile_status)
363 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun)
368 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun)
    [all...]
tree-flow.h 324 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun))
326 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names))
327 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i)))
426 #define label_to_block(t) (label_to_block_fn (cfun, t))
tree-flow-inline.h 106 tree var = referenced_var_lookup (cfun, uid);
1222 in function cfun. */
1227 return make_ssa_name_fn (cfun, var, stmt);
except.h 339 #define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 488 #define current_function_static_stack_size (cfun->su->static_stack_size)
489 #define current_function_dynamic_stack_size (cfun->su->dynamic_stack_size)
490 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size)
491 #define current_function_dynamic_alloc_count (cfun->su->dynamic_alloc_count)
493 (cfun->su->has_unbounded_dynamic_stack_size)
697 extern GTY(()) struct function *cfun;
699 /* In order to ensure that cfun is not set directly, we redefine it so
700 that it is not an lvalue. Rather than assign to cfun, use
702 #define cfun (cfun + 0
696 extern GTY(()) struct function *cfun; variable in typeref:struct:function
701 #define cfun macro
    [all...]
basic-block.h 344 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
345 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
346 #define basic_block_info (cfun->cfg->x_basic_block_info)
347 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks)
348 #define n_edges (cfun->cfg->x_n_edges)
349 #define last_basic_block (cfun->cfg->x_last_basic_block)
350 #define label_to_block_map (cfun->cfg->x_label_to_block_map)
351 #define profile_status (cfun->cfg->x_profile_status)
363 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun)
368 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun)
    [all...]
tree-flow.h 324 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun))
326 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names))
327 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i)))
426 #define label_to_block(t) (label_to_block_fn (cfun, t))
tree-flow-inline.h 106 tree var = referenced_var_lookup (cfun, uid);
1222 in function cfun. */
1227 return make_ssa_name_fn (cfun, var, stmt);
except.h 339 #define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 488 #define current_function_static_stack_size (cfun->su->static_stack_size)
489 #define current_function_dynamic_stack_size (cfun->su->dynamic_stack_size)
490 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size)
491 #define current_function_dynamic_alloc_count (cfun->su->dynamic_alloc_count)
493 (cfun->su->has_unbounded_dynamic_stack_size)
697 extern GTY(()) struct function *cfun;
699 /* In order to ensure that cfun is not set directly, we redefine it so
700 that it is not an lvalue. Rather than assign to cfun, use
702 #define cfun (cfun + 0
696 extern GTY(()) struct function *cfun; variable in typeref:struct:function
701 #define cfun macro
    [all...]
basic-block.h 344 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr)
345 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr)
346 #define basic_block_info (cfun->cfg->x_basic_block_info)
347 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks)
348 #define n_edges (cfun->cfg->x_n_edges)
349 #define last_basic_block (cfun->cfg->x_last_basic_block)
350 #define label_to_block_map (cfun->cfg->x_label_to_block_map)
351 #define profile_status (cfun->cfg->x_profile_status)
363 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun)
368 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun)
    [all...]
tree-flow.h 324 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun))
326 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names))
327 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i)))
426 #define label_to_block(t) (label_to_block_fn (cfun, t))
tree-flow-inline.h 106 tree var = referenced_var_lookup (cfun, uid);
1222 in function cfun. */
1227 return make_ssa_name_fn (cfun, var, stmt);
except.h 339 #define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
  /external/qemu/telephony/
android_modem.h 38 A_RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
android_modem.c     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 664 {"+CFUN=1", null},
671 {"+CFUN?", "+CFUN: 1\r"},
  /system/core/rootdir/etc/
init.testmenu 94 echo " 3: AT+CFUN=1"
105 "3" ) echo -e "AT+CFUN=1\r" >$atdev;;

Completed in 1619 milliseconds

1 2