Searched refs:local_var (Results 1 - 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap18.c | 63 char local_var; in check_stackgrow_up() local 67 addr = &local_var; in check_stackgrow_up() 71 return (addr < &local_var); in check_stackgrow_up()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | module_scope_var_to_entry_point_param.cc | 225 auto* local_var = in Process() local 231 ctx.dst->Decl(local_var)); in Process() 240 auto* local_var = in Process() local 244 ctx.dst->Decl(local_var)); in Process()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | debug_info_manager.cpp | 754 Instruction* dbg_global_var, Instruction* local_var) { in ConvertDebugGlobalToLocalVariable() 759 assert(local_var->opcode() == SpvOpVariable || in ConvertDebugGlobalToLocalVariable() 760 local_var->opcode() == SpvOpFunctionParameter); in ConvertDebugGlobalToLocalVariable() 785 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {local_var->result_id()}}, in ConvertDebugGlobalToLocalVariable() 790 Instruction* insert_before = local_var; in ConvertDebugGlobalToLocalVariable() 798 auto insert_blk = context()->get_instr_block(local_var); in ConvertDebugGlobalToLocalVariable() 753 ConvertDebugGlobalToLocalVariable( Instruction* dbg_global_var, Instruction* local_var) ConvertDebugGlobalToLocalVariable() argument
|
H A D | ssa_rewrite_pass.cpp | 522 auto* local_var = pass_->get_def_use_mgr()->GetDef(phi_candidate->var_id()); in ApplyReplacements() local 525 uint32_t type_id = pass_->GetPointeeTypeId(local_var); in ApplyReplacements() 561 insert_it->SetDebugScope(local_var->GetDebugScope()); in ApplyReplacements()
|
H A D | debug_info_manager.h | 176 // creates a DebugDeclare mapping the new DebugLocalVariable to |local_var|. 178 Instruction* local_var);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | debug_info_manager.cpp | 754 Instruction* dbg_global_var, Instruction* local_var) { in ConvertDebugGlobalToLocalVariable() 759 assert(local_var->opcode() == SpvOpVariable || in ConvertDebugGlobalToLocalVariable() 760 local_var->opcode() == SpvOpFunctionParameter); in ConvertDebugGlobalToLocalVariable() 785 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {local_var->result_id()}}, in ConvertDebugGlobalToLocalVariable() 790 Instruction* insert_before = local_var; in ConvertDebugGlobalToLocalVariable() 798 auto insert_blk = context()->get_instr_block(local_var); in ConvertDebugGlobalToLocalVariable() 753 ConvertDebugGlobalToLocalVariable( Instruction* dbg_global_var, Instruction* local_var) ConvertDebugGlobalToLocalVariable() argument
|
H A D | ssa_rewrite_pass.cpp | 522 auto* local_var = pass_->get_def_use_mgr()->GetDef(phi_candidate->var_id()); in ApplyReplacements() local 525 uint32_t type_id = pass_->GetPointeeTypeId(local_var); in ApplyReplacements() 561 insert_it->SetDebugScope(local_var->GetDebugScope()); in ApplyReplacements()
|
H A D | debug_info_manager.h | 176 // creates a DebugDeclare mapping the new DebugLocalVariable to |local_var|. 178 Instruction* local_var);
|
/third_party/spirv-tools/source/opt/ |
H A D | debug_info_manager.cpp | 762 Instruction* dbg_global_var, Instruction* local_var) { in ConvertDebugGlobalToLocalVariable() 767 assert(local_var->opcode() == spv::Op::OpVariable || in ConvertDebugGlobalToLocalVariable() 768 local_var->opcode() == spv::Op::OpFunctionParameter); in ConvertDebugGlobalToLocalVariable() 793 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {local_var->result_id()}}, in ConvertDebugGlobalToLocalVariable() 798 Instruction* insert_before = local_var; in ConvertDebugGlobalToLocalVariable() 806 auto insert_blk = context()->get_instr_block(local_var); in ConvertDebugGlobalToLocalVariable() 761 ConvertDebugGlobalToLocalVariable( Instruction* dbg_global_var, Instruction* local_var) ConvertDebugGlobalToLocalVariable() argument
|
H A D | ssa_rewrite_pass.cpp | 519 auto* local_var = pass_->get_def_use_mgr()->GetDef(phi_candidate->var_id()); in ApplyReplacements() local 522 uint32_t type_id = pass_->GetPointeeTypeId(local_var); in ApplyReplacements() 558 insert_it->SetDebugScope(local_var->GetDebugScope()); in ApplyReplacements()
|
H A D | debug_info_manager.h | 175 // creates a DebugDeclare mapping the new DebugLocalVariable to |local_var|. 177 Instruction* local_var);
|
/third_party/python/Lib/test/ |
H A D | test_builtin.py | 524 local_var = 1 525 self.assertIn('local_var', dir())
|
Completed in 14 milliseconds