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

  /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
target.h 738 /* Get the cfun/fndecl calling abi __builtin_va_list type. */
    [all...]
  /external/qemu/telephony/
android_modem.h 38 A_RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
android_modem.c 738 if ( !strcmp( cmd, "+CFUN=0" ) )
743 else if ( !strcmp( cmd, "+CFUN=1" ) )
755 return "+CFUN=1";
757 return "+CFUN=0";
    [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 213 /** do post-AT+CFUN=1 initialization */
217 /* Must be after CFUN=1 */
258 err = at_send_command("AT+CFUN=0", &p_response);
262 err = at_send_command("AT+CFUN=1", &p_response);
    [all...]
  /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 \
cp-tree.h 875 #define cp_function_chain (cfun->language)
889 (cfun ? cp_function_chain->x_current_class_ptr : NULL_TREE)
891 (cfun ? cp_function_chain->x_current_class_ref : NULL_TREE)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 30 RADIO_OFF, /* Radio explictly powered off (eg CFUN=0) */
    [all...]
  /hardware/ril/include/telephony/
ril.h 85 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
    [all...]

Completed in 158 milliseconds