Home
last modified time | relevance | path

Searched refs:next_var (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Host/linux/
DHost.cpp396 char *next_var = (char *)buf_sp->GetBytes(); in GetProcessAndStatInfo() local
397 char *end_buf = next_var + buf_sp->GetByteSize(); in GetProcessAndStatInfo()
398 while (next_var < end_buf && 0 != *next_var) in GetProcessAndStatInfo()
400 info_env.AppendArgument(next_var); in GetProcessAndStatInfo()
401 next_var += strlen(next_var) + 1; in GetProcessAndStatInfo()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c180 struct sp_fragment_shader_variant *var, *next_var; in softpipe_delete_fs_state() local
185 for (var = state->variants; var; var = next_var) { in softpipe_delete_fs_state()
186 next_var = var->next; in softpipe_delete_fs_state()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml140 let next_var = build_add variable step_val "nextvar" builder in
160 add_incoming (next_var, loop_end_bb) variable;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml158 let next_var = build_add variable step_val "nextvar" builder in
178 add_incoming (next_var, loop_end_bb) variable;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml217 let next_var = build_add cur_var step_val "nextvar" builder in
218 ignore(build_store next_var alloca builder);
/external/llvm/docs/tutorial/
DOCamlLangImpl5.rst624 let next_var = build_add variable step_val "nextvar" builder in
628 '``next_var``' will be the value of the loop variable on the next
667 add_incoming (next_var, loop_end_bb) variable;
679 "``next_var``" value, we can add the incoming value to the loop PHI
1152 let next_var = build_add variable step_val "nextvar" builder in
1172 add_incoming (next_var, loop_end_bb) variable;
DOCamlLangImpl7.rst405 let next_var = build_add cur_var step_val "nextvar" builder in
406 ignore(build_store next_var alloca builder);
1436 let next_var = build_add cur_var step_val "nextvar" builder in
1437 ignore(build_store next_var alloca builder);
DOCamlLangImpl6.rst1217 let next_var = build_add variable step_val "nextvar" builder in
1237 add_incoming (next_var, loop_end_bb) variable;