/external/llvm/test/FrontendC/ |
2011-03-31-ArrayRefFolding.c | 8 extern struct t *cfun; 11 if (!(cfun + 0)) 14 return cfun->x;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
function.h | 641 extern GTY(()) struct function *cfun; 643 /* In order to ensure that cfun is not set directly, we redefine it so 644 that it is not an lvalue. Rather than assign to cfun, use 646 #define cfun (cfun + 0) 654 /* cfun shouldn't be set directly; use one of these functions instead. */ 661 #define current_function_funcdef_no (cfun->funcdef_no) 663 #define current_loops (cfun->x_current_loops) 664 #define dom_computed (cfun->cfg->x_dom_computed) 665 #define n_bbs_in_dom_tree (cfun->cfg->x_n_bbs_in_dom_tree 640 extern GTY(()) struct function *cfun; variable in typeref:struct:function 645 #define cfun macro [all...] |
basic-block.h | 441 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr) 442 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr) 443 #define basic_block_info (cfun->cfg->x_basic_block_info) 444 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks) 445 #define n_edges (cfun->cfg->x_n_edges) 446 #define last_basic_block (cfun->cfg->x_last_basic_block) 447 #define label_to_block_map (cfun->cfg->x_label_to_block_map) 448 #define profile_status (cfun->cfg->x_profile_status) 460 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun) 465 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun) [all...] |
tree-flow-inline.h | 157 gimple_referenced_vars (cfun)); 684 if (!gimple_aliases_computed_p (cfun)) 710 || bitmap_bit_p (gimple_call_used_vars (cfun), DECL_UID (var))); 726 bitmap_set_bit (gimple_call_clobbered_vars (cfun), DECL_UID (var)); 738 bitmap_clear_bit (gimple_call_clobbered_vars (cfun), DECL_UID (var)); [all...] |
tree-flow.h | 609 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun)) 612 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names)) 613 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i))) 712 #define label_to_block(t) (label_to_block_fn (cfun, t)) [all...] |
tree-pass.h | 268 cfun->local_decls. This reduces the size of dump files
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
function.h | 641 extern GTY(()) struct function *cfun; 643 /* In order to ensure that cfun is not set directly, we redefine it so 644 that it is not an lvalue. Rather than assign to cfun, use 646 #define cfun (cfun + 0) 676 /* cfun shouldn't be set directly; use one of these functions instead. */ 683 #define current_function_funcdef_no (cfun->funcdef_no) 685 #define current_loops (cfun->x_current_loops) 686 #define dom_computed (cfun->cfg->x_dom_computed) 687 #define n_bbs_in_dom_tree (cfun->cfg->x_n_bbs_in_dom_tree 640 extern GTY(()) struct function *cfun; variable in typeref:struct:function 645 #define cfun macro [all...] |
basic-block.h | 441 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr) 442 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr) 443 #define basic_block_info (cfun->cfg->x_basic_block_info) 444 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks) 445 #define n_edges (cfun->cfg->x_n_edges) 446 #define last_basic_block (cfun->cfg->x_last_basic_block) 447 #define label_to_block_map (cfun->cfg->x_label_to_block_map) 448 #define profile_status (cfun->cfg->x_profile_status) 460 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun) 465 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun) [all...] |
tree-flow-inline.h | 157 gimple_referenced_vars (cfun)); 684 if (!gimple_aliases_computed_p (cfun)) 710 || bitmap_bit_p (gimple_call_used_vars (cfun), DECL_UID (var))); 726 bitmap_set_bit (gimple_call_clobbered_vars (cfun), DECL_UID (var)); 738 bitmap_clear_bit (gimple_call_clobbered_vars (cfun), DECL_UID (var)); [all...] |
tree-flow.h | 609 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun)) 612 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names)) 613 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i))) 712 #define label_to_block(t) (label_to_block_fn (cfun, t)) [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
function.h | 645 extern GTY(()) struct function *cfun; 647 /* In order to ensure that cfun is not set directly, we redefine it so 648 that it is not an lvalue. Rather than assign to cfun, use 650 #define cfun (cfun + 0) 680 /* cfun shouldn't be set directly; use one of these functions instead. */ 687 #define current_function_funcdef_no (cfun->funcdef_no) 689 #define current_loops (cfun->x_current_loops) 690 #define dom_computed (cfun->cfg->x_dom_computed) 691 #define n_bbs_in_dom_tree (cfun->cfg->x_n_bbs_in_dom_tree 644 extern GTY(()) struct function *cfun; variable in typeref:struct:function 649 #define cfun macro [all...] |
basic-block.h | 441 #define ENTRY_BLOCK_PTR (cfun->cfg->x_entry_block_ptr) 442 #define EXIT_BLOCK_PTR (cfun->cfg->x_exit_block_ptr) 443 #define basic_block_info (cfun->cfg->x_basic_block_info) 444 #define n_basic_blocks (cfun->cfg->x_n_basic_blocks) 445 #define n_edges (cfun->cfg->x_n_edges) 446 #define last_basic_block (cfun->cfg->x_last_basic_block) 447 #define label_to_block_map (cfun->cfg->x_label_to_block_map) 448 #define profile_status (cfun->cfg->x_profile_status) 460 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfun) 465 #define FOR_EACH_BB_REVERSE(BB) FOR_EACH_BB_REVERSE_FN(BB, cfun) [all...] |
tree-flow-inline.h | 157 gimple_referenced_vars (cfun)); 684 if (!gimple_aliases_computed_p (cfun)) 710 || bitmap_bit_p (gimple_call_used_vars (cfun), DECL_UID (var))); 726 bitmap_set_bit (gimple_call_clobbered_vars (cfun), DECL_UID (var)); 738 bitmap_clear_bit (gimple_call_clobbered_vars (cfun), DECL_UID (var)); [all...] |
tree-flow.h | 609 #define num_referenced_vars htab_elements (gimple_referenced_vars (cfun)) 612 #define num_ssa_names (VEC_length (tree, cfun->gimple_df->ssa_names)) 613 #define ssa_name(i) (VEC_index (tree, cfun->gimple_df->ssa_names, (i))) 712 #define label_to_block(t) (label_to_block_fn (cfun, t)) [all...] |
/external/qemu/telephony/ |
android_modem.h | 38 A_RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
|
android_modem.c | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 709 {"+CFUN=1", null}, 716 {"+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;;
|
/hardware/ril/reference-ril/ |
reference-ril.c | 216 /** do post-AT+CFUN=1 initialization */ 220 /* Must be after CFUN=1 */ 261 err = at_send_command("AT+CFUN=0", &p_response); 265 err = at_send_command("AT+CFUN=1", &p_response); [all...] |
/hardware/ril/mock-ril/src/js/ |
ril_vars.js | 130 var RADIOSTATE_OFF = 0; /* Radio explictly powered off (eg CFUN=0) */
|
/hardware/ril/mock-ril/src/proto/ |
ril.proto | 10 RADIOSTATE_OFF = 0; /* Radio explictly powered off (eg CFUN=0) */
|
/ndk/build/tools/toolchain-patches/gcc/ |
0003-Sync-internal-and-external-version.patch | 363 - && optimize_function_for_speed_p (cfun)) 366 - && optimize_function_for_speed_p (cfun)) 368 + if (optimize && optimize_function_for_speed_p (cfun))
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/ |
name-lookup.h | 269 (*(cfun && cp_function_chain->bindings \
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/ |
name-lookup.h | 269 (*(cfun && cp_function_chain->bindings \
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/ |
name-lookup.h | 269 (*(cfun && cp_function_chain->bindings \
|