Searched defs:typ (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| D | cflow_info.cpp | 47 [[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/ |
| D | mir_nodes.h | 106 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/ |
| D | file_test.cpp | 498 const auto typ = a.second->GetItemType(); in TEST() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 538 auto typ = TypeFromOld(ff->GetTypeItem()); in MergeForeignFieldCreate() local
|