Home
last modified time | relevance | path

Searched defs:typ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp257 const auto typ = a.second->GetItemType(); in TEST() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp531 auto typ = TypeFromOld(ff->GetTypeItem()); in MergeForeignFieldCreate() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h106 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() argument
220 UnaryNode(Opcode o, PrimType typ) : BaseNode(o, typ, 1) {} in UnaryNode() argument
222 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode() argument
272 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() argument
274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() argument
311 RetypeNode(PrimType typ) RetypeNode() argument
313 RetypeNode(PrimType typ, PrimType fromtyp, TyIdx idx, BaseNode *expr) RetypeNode() argument
351 ExtractbitsNode(Opcode o, PrimType typ) ExtractbitsNode() argument
353 ExtractbitsNode(Opcode o, PrimType typ, uint8 offset, uint8 size) ExtractbitsNode() argument
358 ExtractbitsNode(Opcode o, PrimType typ, uint8 offset, uint8 size, BaseNode *expr) ExtractbitsNode() argument
406 IreadNode(Opcode o, PrimType typ) IreadNode() argument
408 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) IreadNode() argument
410 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) IreadNode() argument
565 CompareNode(Opcode o, PrimType typ) CompareNode() argument
567 CompareNode(Opcode o, PrimType typ, PrimType otype, BaseNode *l, BaseNode *r) CompareNode() argument
872 ConstvalNode(PrimType typ) ConstvalNode() argument
876 ConstvalNode(PrimType typ, MIRConst *constv) ConstvalNode() argument
912 AddrofNode(Opcode o, PrimType typ) AddrofNode() argument
914 AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) AddrofNode() argument
964 DreadoffNode(Opcode o, PrimType typ) DreadoffNode() argument
1035 StmtNode(Opcode o, PrimType typ, uint8 numOpr) StmtNode() argument
1042 StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginalID, StmtAttrs attrs) StmtNode() argument
[all...]

Completed in 4 milliseconds