Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ansi-styles/index.js":(e,t,r)=>{"use strict";e=r.nmd(e);const n=r("./node_modules/color-convert/in… argument
/arkcompiler/runtime_core/verification/type/
Dtype_set.h32 explicit TypeSet(const Type &t, Types... types) in TypeSet()
48 void Insert(const Type &t) in Insert()
61 bool Contains(const Type &t) const in Contains()
Dtype_set.cpp24 ForAll([&](const Type &t) { in operator <<()
33 ForAll([&](const Type &t) { in operator <<()
Dtype_system.h258 size_t GetSort(TypeNum t) const in GetSort()
263 size_t GetArity(TypeNum t) const in GetArity()
268 const TypeParamsIdx &GetParamsIdx(TypeNum t) const in GetParamsIdx()
298 void ForAllSubtypesOf(const Type &t, Handler &&handler) const in ForAllSubtypesOf()
309 void ForAllSupertypesOf(const Type &t, Handler &&handler) const in ForAllSupertypesOf()
Dtype_param.cpp22 TypeParam::TypeParam(TypeVariance v, const Type &t) in TypeParam()
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.cpp58 type.ForAllSubtypes([&set](const auto &t) { in SubtypesOf()
70 type.ForAllSubtypes([&set](const auto &t) { in SubtypesOf()
82 type.ForAllSupertypes([&set](const auto &t) { in SupertypesOf()
94 type.ForAllSupertypes([&set](const auto &t) { in SupertypesOf()
126 auto img_of = [this](const auto &t) { return ImageOf(t); }; in SetReg()
181 AbstractTypedValue AbsIntInstructionHandler::MkVal(const AbstractType &t) in MkVal()
203 …LOG_VERIFIER_DEBUG_REGISTERS("registers =", ctx.DumpRegs([this](const auto &t) { return ImageOf(t)… in DumpRegs()
Dpanda_types.cpp48 auto t = NormalizedTypeOf_.find(type); in NormalizedTypeOf() local
107 Type t = LibCache::Visit( in MethodSignature() local
197 void PandaTypes::SetArraySubtyping(const Type &t) in SetArraySubtyping()
Dabsint.cpp78 const Type &t = pandaTypes.TypeOf(signature[idx]); in PrepareVerificationContext() local
82 … reg_ctx.DumpRegs([&pandaTypes](const auto &t) { return pandaTypes.ImageOf(t); })); in PrepareVerificationContext()
165 auto image_of = [&verifCtx](const auto &t) { return verifCtx.Types().ImageOf(t); }; in ComputeRegContext()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp25 auto t = map.find(key); in FindValue() local
82 [&index](const auto &t) { return t->Index() == index; }); in GetLiteralBuffer()
89 [&index](const auto &t) { return t->Index() == index; }, buffer); in SetLiteralBuffer()
291 for (const auto &t : userType_) { in Dump() local
296 for (const auto &t : nodeTypeIndex_) { in Dump() local
301 for (const auto &t : variableTypeIndex_) { in Dump() local
305 for (const auto &t : builtinInst_) { in Dump() local
313 for (const auto &t : map) { in Dump() local
338 for (const auto &t : anonymousReExport_) { in Dump() local
DtypeSystem.h257 auto t = BUILTIN_TYPE_MAP.find(std::string(name)); in CalculateIndex() local
288 for (const auto &t : expressions) { in CalculateStr() local
295 for (const auto &t : tmp) { in CalculateStr() local
427 for (const auto &t : func->Params()) { in FillParameters() local
534 for (const auto &t : classDef->Implements()) { in FillHeritages() local
623 for (const auto &t : classDef->Body()) { in FillFieldsandMethods() local
756 for (const auto &t : interfaceDef->Extends()) { in FillHeritages() local
807 for (const auto &t : interfaceDef->Body()->Body()) { in FillFieldsandMethods() local
919 for (const auto &t : unionDef->Types()) { in FillTypes() local
1025 for (const auto &t : literalDef->Members()) { in FillMembers() local
[all …]
DtypeExtractor.cpp151 for (const auto &t : regularImportEntries) { in ExtractImport() local
158 for (const auto &t : namespaceImportEntries) { in ExtractImport() local
174 for (const auto &t : localExportEntries) { in ExtractExport() local
205 for (const auto &t : starExportEntries) { in ExtractExport() local
210 for (const auto &t : indirectExportEntries) { in ExtractExport() local
685 for (const auto &t : node->Params()) { in GetTypeIndexFromBuiltinInst() local
733 auto t = BUILTIN_TYPE_MAP.find(std::string(name)); in GetBuiltinTypeIndex() local
/arkcompiler/runtime_core/libpandabase/tests/
Dleb128_test.cpp113 for (auto &t : data) { in TestDecodeUnsigned() local
141 for (auto &t : data) { in TestDecodeSigned() local
172 for (auto &t : unsigned_test_data) { in TEST() local
188 for (auto &t : data_vec) { in TestEncodeSigned() local
Dmutex_test.cpp106 pthread_t t[N + N]; variable
164 pthread_t t; variable
181 pthread_t t; variable
/arkcompiler/ets_runtime/test/moduletest/dataproperty/
Ddataproperty.js25 var t = {...s}; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_module.ts35 function t() { } function
42 function t() { } function
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js46 function four(x,y,z,t) argument
51 function five(x,y,z,t,a) argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectDestructuring27.ts18 var { a: { b: [c = 2, d] = ["foo", true] } = { b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, t:… variable
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp34 struct tm *t = localtime_r(&tv, &tm); in GetLocalOffsetFromOS() local
/arkcompiler/runtime_core/libpandabase/tests/genmc/
Dmutex_test_genmc.cpp44 pthread_t t[N]; in main() local
Dmutex_test_3.cpp50 pthread_t t[N]; in main() local
Dmutex_test_2.cpp64 pthread_t t[N]; variable
Dmutex_test_4.cpp77 pthread_t t[N]; in main() local
/arkcompiler/runtime_core/verification/value/
Dorigin.h42 Origin(OriginType t, size_t val) in Origin()
/arkcompiler/runtime_core/runtime/
Dthread_manager.h72 for (auto t : threads_) { in REQUIRES() local
194 bool SatisfyTheMask(MTManagedThread *t, unsigned int mask) const in SatisfyTheMask()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp52 auto t = pg_->TypedInsns().find(ins); in GenFunctionTypeInfo() local
98 for (const auto &t : map) { in GenTypeInfo() local

123