Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h30 …ocationType src_type, LocationType dst_type, unsigned src_val, unsigned dst_val, DataType::Type tp) in SpillFillData()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dspill_fill_data.h30 …ta(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataType::Type tp) in SpillFillData()
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp186 [[maybe_unused]] bool InvariantHolds(Type tp, TypeSystem const *tsys) in InvariantHolds()
568 static Span<Type const> ToIntersectionSpan(Type const *tp, TypeSystem const *tsys) in ToIntersectionSpan()
579 static Span<Type const> ToUnionSpan(Type const *tp, TypeSystem const *tsys) in ToUnionSpan()
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp58 auto tp = std::chrono::time_point<std::chrono::system_clock, std::chrono::milliseconds>(mTime); in ConvertDateToUnit() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp87 for (auto *tp = table; tp->str != nullptr; tp++) { in StrToToken() local
98 for (auto *tp = table; tp->str != nullptr; tp++) { in TokenToStr() local
825 auto *tp = reinterpret_cast<checker::Type *>(type); in AstNodeSetType() local
914 auto *tp = reinterpret_cast<ir::AstNode *>(typeAnnotation)->AsExpression()->AsTypeNode(); in CreateAsExpression() local
948 auto *tp = reinterpret_cast<ir::AstNode *>(typeAnnotation)->AsExpression()->AsTypeNode(); in AsExpressionSetTypeAnnotation() local
1968 auto tp = StrToPrimitiveType(type); in CreatePrimitiveTypeNode() local
2153 auto *tp = reinterpret_cast<ir::AstNode *>(ast)->AsTSTypeParameter(); in TypeParameterName() local
2159 auto *tp = reinterpret_cast<ir::AstNode *>(ast)->AsTSTypeParameter(); in TypeParameterConstraint() local
2165 auto *tp = reinterpret_cast<ir::AstNode *>(ast)->AsTSTypeParameter(); in TypeParameterDefaultType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h106 inline bool IsPossible64BitAddress(PrimType tp) in IsPossible64BitAddress()
111 inline bool IsPossible32BitAddress(PrimType tp) in IsPossible32BitAddress()
116 inline bool MustBeAddress(PrimType tp) in MustBeAddress()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp535 TypePair tp(t0, t1); in ImportTypePairs() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2293 static void TypeToString(std::stringstream &ss, Type *tp) in TypeToString()
Dfunction.cpp710 Type *tp; in CheckObjectLiteralArguments() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h1192 void ChangeType(TypeInfo tp) in ChangeType()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h217 PandaString ToString(Type tp) const in ToString()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument