| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …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/ |
| D | type_set.h | 32 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()
|
| D | type_set.cpp | 24 ForAll([&](const Type &t) { in operator <<() 33 ForAll([&](const Type &t) { in operator <<()
|
| D | type_system.h | 258 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()
|
| D | type_param.cpp | 22 TypeParam::TypeParam(TypeVariance v, const Type &t) in TypeParam()
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.cpp | 58 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()
|
| D | panda_types.cpp | 48 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()
|
| D | absint.cpp | 78 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/ |
| D | typeRecorder.cpp | 25 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
|
| D | typeSystem.h | 257 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 …]
|
| D | typeExtractor.cpp | 151 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/ |
| D | leb128_test.cpp | 113 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
|
| D | mutex_test.cpp | 106 pthread_t t[N + N]; variable 164 pthread_t t; variable 181 pthread_t t; variable
|
| /arkcompiler/ets_runtime/test/moduletest/dataproperty/ |
| D | dataproperty.js | 25 var t = {...s}; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_module.ts | 35 function t() { } function 42 function t() { } function
|
| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 46 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/ |
| D | objectDestructuring27.ts | 18 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/ |
| D | time.cpp | 34 struct tm *t = localtime_r(&tv, &tm); in GetLocalOffsetFromOS() local
|
| /arkcompiler/runtime_core/libpandabase/tests/genmc/ |
| D | mutex_test_genmc.cpp | 44 pthread_t t[N]; in main() local
|
| D | mutex_test_3.cpp | 50 pthread_t t[N]; in main() local
|
| D | mutex_test_2.cpp | 64 pthread_t t[N]; variable
|
| D | mutex_test_4.cpp | 77 pthread_t t[N]; in main() local
|
| /arkcompiler/runtime_core/verification/value/ |
| D | origin.h | 42 Origin(OriginType t, size_t val) in Origin()
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_manager.h | 72 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/ |
| D | typeExtractorEmitter.cpp | 52 auto t = pg_->TypedInsns().find(ins); in GenFunctionTypeInfo() local 98 for (const auto &t : map) { in GenTypeInfo() local
|