Home
last modified time | relevance | path

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

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