/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ShaderLang.cpp | 41 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() 60 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local 358 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local 387 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResources() local 394 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local 411 TCompiler *compiler = GetCompilerFromHandle(handle); in Compile() local 419 TCompiler *compiler = GetCompilerFromHandle(handle); in ClearResults() local 426 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVersion() local 433 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderOutputType() local 443 TCompiler *compiler = GetCompilerFromHandle(handle); in GetInfoLog() local [all …]
|
/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitLir.c | 459 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() local 544 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler() 571 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct sljit_compiler *compiler) in sljit_set_compiler_memory_error() 603 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags() 624 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() 643 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf() 662 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() 678 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) in reverse_buf() 755 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, in set_emit_enter() 773 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, in set_set_context() [all …]
|
H A D | sljitNativeARM_32.c | 193 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg() 210 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() 248 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) in push_inst() 262 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_ins inst, sljit_uw l… in push_inst_with_literal() 312 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_ins inst, slj… in push_inst_with_unique_literal() 333 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx() 341 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx() 402 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index() 457 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) in push_inst() 468 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm() [all …]
|
H A D | sljitNativeARM_T2_32.c | 259 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg() 274 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() 286 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() 296 static sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in emit_imm32_const() 475 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() 559 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 758 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate() 791 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm() 1245 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta() 1267 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem() [all …]
|
H A D | sljitNativeS390X.c | 140 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 163 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc() 831 static sljit_s32 update_zero_overflow(struct sljit_compiler *compiler, sljit_s32 op, sljit_gpr dst_… in update_zero_overflow() 849 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() 887 static sljit_s32 make_addr_bxy(struct sljit_compiler *compiler, in make_addr_bxy() 920 static sljit_s32 make_addr_bx(struct sljit_compiler *compiler, in make_addr_bx() 957 static sljit_s32 load_store_op(struct sljit_compiler *compiler, sljit_gpr reg, in load_store_op() 993 static SLJIT_INLINE sljit_s32 load_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_word() 1001 static sljit_s32 load_unsigned_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_unsigned_word() 1017 static SLJIT_INLINE sljit_s32 store_word(struct sljit_compiler *compiler, sljit_gpr src_r, in store_word() [all …]
|
H A D | sljitNativeARM_64.c | 190 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 199 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const() 374 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() 463 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 714 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate() 816 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm() 1132 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem() 1210 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1385 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 1402 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() [all …]
|
H A D | sljitNativeRISCV_common.c | 156 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 165 static sljit_s32 push_imm_s_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_sw imm) in push_imm_s_inst() 401 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() 499 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 726 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 823 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 848 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 904 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 913 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 973 static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slj… in push_mem_inst() [all …]
|
H A D | sljitNativeX86_64.c | 33 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_load_imm64() 46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() 61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() 286 static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, sljit_uw op, in emit_vex_instruction() 456 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 632 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 661 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 732 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 743 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 771 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() [all …]
|
H A D | sljitNativeX86_32.c | 33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() 46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() 222 static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, sljit_uw op, in emit_vex_instruction() 313 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 538 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 582 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 630 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 643 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 705 static sljit_s32 call_with_args(struct sljit_compiler *compiler, in call_with_args() 756 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, in post_call_with_args() [all …]
|
H A D | sljitNativeX86_common.c | 757 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() 868 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 1093 static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) in emit_byte() 1106 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \ argument 1131 static SLJIT_INLINE sljit_s32 emit_endbranch(struct sljit_compiler *compiler) in emit_endbranch() 1155 static SLJIT_INLINE sljit_s32 emit_rdssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_rdssp() 1183 static SLJIT_INLINE sljit_s32 emit_incssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_incssp() 1218 static SLJIT_INLINE sljit_s32 adjust_shadow_stack(struct sljit_compiler *compiler, in adjust_shadow_stack() 1277 static sljit_s32 emit_mov(struct sljit_compiler *compiler, in emit_mov() 1337 static sljit_s32 emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, in emit_cmov_generic() [all …]
|
H A D | sljitNativeLOONGARCH_64.c | 399 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 568 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() 657 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 868 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_r, sljit_sw imm) in load_immediate() 891 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 975 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 993 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 1043 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 1052 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 1129 static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slj… in push_mem_inst() [all …]
|
H A D | sljitNativePPC_common.c | 304 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 495 static void reduce_code_size(struct sljit_compiler *compiler) in reduce_code_size() 587 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 847 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 964 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 982 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 1045 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 1054 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 1236 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem() 1294 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() [all …]
|
H A D | sljitNativeMIPS_common.c | 376 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg() 463 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() 697 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code() 930 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1140 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 1164 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size, sl… in emit_stack_frame_release() 1246 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 1259 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 1332 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar… in getput_arg_fast() 1375 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, slj… in getput_arg() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/ |
D | compile.go | 65 type compiler struct { struct 66 p *Prog 80 func (c *compiler) init() { 89 func (c *compiler) compile(re *Regexp) frag { 161 func (c *compiler) inst(op InstOp) frag { 168 func (c *compiler) nop() frag { 174 func (c *compiler) fail() frag { 178 func (c *compiler) cap(arg uint32) frag { 189 func (c *compiler) cat(f1, f2 frag) frag { 201 func (c *compiler) alt(f1, f2 frag) frag { [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | compiler.hpp | 60 struct compiler struct 62 typedef bool result_type; 65 compiler(ErrorHandler& error_handler_) in compiler() argument 76 bool operator()(ast::nil) { BOOST_ASSERT(0); return false; } in operator ()() 99 std::vector<int>& get_code() { return code; } in get_code() 100 std::vector<int> const& get_code() const { return code; } in get_code() 109 typedef std::map<std::string, boost::shared_ptr<code_gen::function> > function_table; 111 std::vector<int> code; 112 code_gen::function* current; 113 std::string current_function_name; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/ |
D | compiler.hpp | 60 struct compiler struct 62 typedef bool result_type; 65 compiler(ErrorHandler& error_handler_) in compiler() argument 76 bool operator()(ast::nil) { BOOST_ASSERT(0); return false; } in operator ()() 99 std::vector<int>& get_code() { return code; } in get_code() 100 std::vector<int> const& get_code() const { return code; } in get_code() 109 typedef std::map<std::string, boost::shared_ptr<code_gen::function> > function_table; 111 std::vector<int> code; 112 code_gen::function* current; 113 std::string current_function_name; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/ |
D | compiler.hpp | 60 struct compiler struct 62 typedef bool result_type; 65 compiler(ErrorHandler& error_handler_) in compiler() argument 76 bool operator()(ast::nil) { BOOST_ASSERT(0); return false; } in operator ()() 99 std::vector<int>& get_code() { return code; } in get_code() 100 std::vector<int> const& get_code() const { return code; } in get_code() 104 typedef std::map<std::string, boost::shared_ptr<code_gen::function> > function_table; 106 std::vector<int> code; 107 code_gen::function* current; 108 std::string current_function_name; [all …]
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
HD | xprocessing-testing.jar | ... androidx/room/compiler/
androidx/room/compiler/processing/
androidx/room/compiler/processing ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.1.0-alpha04/ |
HD | appsearch-compiler-1.1.0-alpha04.jar | ... androidx/
androidx/appsearch/
androidx/appsearch/compiler/
androidx/appsearch/compiler/AnnotatedGetterOrField$1 ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.1.0-alpha04/androidx.appsearch_appsearch-compiler/linux_glibc_common/local-combined/ |
D | androidx.appsearch_appsearch-compiler.jar | ... androidx/
androidx/appsearch/
androidx/appsearch/compiler/
androidx/appsearch/compiler/AnnotatedGetterOrField$1 ... |
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/ |
D | compiler-SNAPSHOT.jar | ... annotation/
com/bumptech/glide/annotation/compiler/
com/bumptech/glide/annotation/compiler ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/dialer-glide-host-deps/linux_glibc_common/local-combined/ |
D | dialer-glide-host-deps.jar | ... )
}
com/bumptech/glide/annotation/compiler/
com/bumptech/glide/annotation/compiler ... |
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/4.5.0/ |
D | compiler-4.5.0.jar | ... annotation/
com/bumptech/glide/annotation/compiler/
com/bumptech/glide/annotation/compiler ... |
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_compiler_test.cc | 80 FunctionLibraryDefinition* LocalFlibDef(XlaCompiler* compiler) { in LocalFlibDef() 183 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 215 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 264 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 318 XlaCompiler compiler(options); in TEST_F() local 367 XlaCompiler compiler(options); in TEST_F() local 419 XlaCompiler compiler(options); in TEST_F() local 462 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 484 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 531 XlaCompiler compiler(DefaultOptions()); in TEST_F() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | compiler.hpp | 247 struct compiler : llvm_compiler struct 249 typedef value result_type; 252 compiler(vmachine& vm, ErrorHandler& error_handler_) in compiler() function 263 value operator()(ast::nil) { BOOST_ASSERT(0); return val(); } in operator ()() 301 error_handler; 303 bool void_return; 304 std::string current_function_name; 305 std::map<std::string, value> locals; 306 basic_block return_block; 307 value return_var;
|