Home
last modified time | relevance | path

Searched defs:pandaType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h90 panda_file::Type pandaType = GetPandaMethod()->GetReturnType(); in GetReturnValueType() local
105 panda_file::Type pandaType = GetPandaMethod()->GetEffectiveReturnType(); in GetEffectiveReturnValueType() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp136 auto pandaType = panda_file::Type::GetTypeFromFieldEncoding(fda.GetType()); in PandaTypeToTypeNode() local
145 ir::TypeNode *PandaTypeToTypeNode(const panda_file::File &pf, panda_file::Type pandaType, in PandaTypeToTypeNode()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1349 …lue *LLVMIrConstructor::GetInputValueFromConstant(ConstantInst *constant, DataType::Type pandaType) in GetInputValueFromConstant()
2163 auto pandaType = inst->GetType(); in CreateLoadWithOrdering() local
2868 llvm::Type *LLVMIrConstructor::GetType(DataType::Type pandaType) in GetType()
4708 DataType::Type pandaType = inst->GetInputType(0); in VisitAbs() local