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

  /external/clang/test/CodeGen/
2011-03-31-ArrayRefFolding.c 8 extern struct t *cfun;
11 if (!(cfun + 0))
14 return cfun->x;
  /external/autotest/client/site_tests/network_ModemManagerSMS/src/
fake-icera 15 \+CFUN=\? (0,1,4),(0-2)
17 \+CFUN=[014](,[012])?
19 \+CFUN\? 1
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
fake-icera 15 \+CFUN=\? (0,1,4),(0-2)
17 \+CFUN=[014](,[012])?
19 \+CFUN\? 1
  /external/autotest/client/cros/cellular/wardmodem/configurations/
base.conf 70 'AT+CFUN?': ('modem_power_level_machine', 'get_current_level'),
71 'AT+CFUN=0': ('modem_power_level_machine', 'set_level_minimum'),
72 'AT+CFUN=1': ('modem_power_level_machine', 'set_level_full'),
73 'AT+CFUN=4': ('modem_power_level_machine', 'set_level_low'),
129 'wm_response_power_level_minimum': '+CFUN: 0',
130 'wm_response_power_level_full': '+CFUN: 1',
131 'wm_response_power_level_low': '+CFUN: 4',
132 'wm_response_power_level_factory_test': '+CFUN: 5',
133 'wm_response_power_level_offline': '+CFUN: 7',
209 'AT+CFUN=?': ['+CFUN: (0-1,4-7),(0-1)']
    [all...]
  /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...]
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))
except.h 335 #define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
tree-pass.h 204 cfun->local_decls. This reduces the size of dump files
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...]
target.def     [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
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 664 {"+CFUN=1", null},
671 {"+CFUN?", "+CFUN: 1\r"},
  /hardware/ril/reference-ril/
reference-ril.c 357 /** do post-AT+CFUN=1 initialization */
361 /* Must be after CFUN=1 */
402 err = at_send_command("AT+CFUN=0", &p_response);
406 err = at_send_command("AT+CFUN=1", &p_response);
436 err = at_send_command("AT+CFUN=0", &p_response);
    [all...]
  /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...]
  /external/llvm/test/CodeGen/X86/
2007-10-15-CoalescerCrash.ll 157 @cfun = external global %struct.function* ; <%struct.function**> [#uses=0]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2007-10-15-CoalescerCrash.ll 157 @cfun = external global %struct.function* ; <%struct.function**> [#uses=0]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 39 RADIO_OFF, /* Radio explicitly powered off (eg CFUN=0) */
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal 234 OFF = 0, // Radio explicitly powered off (eg CFUN=0)
    [all...]
  /hardware/ril/include/telephony/
ril.h 239 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
    [all...]

Completed in 2696 milliseconds