Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.cpp47 [[maybe_unused]] auto tgt) -> std::optional<VerificationStatus> { in FillCodeMaps()
103 [[maybe_unused]] auto tgt) -> std::optional<VerificationStatus> { in ProcessCatchBlocks()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h106 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode()
220 UnaryNode(Opcode o, PrimType typ) : BaseNode(o, typ, 1) {} in UnaryNode()
222 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode()
272 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode()
274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode()
311 explicit RetypeNode(PrimType typ) : TypeCvtNode(OP_retype, typ) {} in RetypeNode()
313 RetypeNode(PrimType typ, PrimType fromtyp, TyIdx idx, BaseNode *expr) in RetypeNode()
351 ExtractbitsNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in ExtractbitsNode()
353 ExtractbitsNode(Opcode o, PrimType typ, uint8 offset, uint8 size) in ExtractbitsNode()
358 ExtractbitsNode(Opcode o, PrimType typ, uint8 offset, uint8 size, BaseNode *expr) in ExtractbitsNode()
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_test.cpp498 const auto typ = a.second->GetItemType(); in TEST() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp538 auto typ = TypeFromOld(ff->GetTypeItem()); in MergeForeignFieldCreate() local