Home
last modified time | relevance | path

Searched defs:func_ (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.h56 panda::pandasm::Function *func_; variable
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DfunctionDeclaration.h75 ScriptFunction *func_; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h227 llvm::Function *func_; variable
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp72 F func_; member in panda::AtReturn
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h301 GateRef func_; variable
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp74 F func_; member in panda::AtReturn
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp599 Stmt &LMIRBuilder::IntrinsicCall(IntrinsicId func_, Args &args_, Var *result) in IntrinsicCall()