| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.h | 40 auto AddInlinedMethods(size_t num) in AddInlinedMethods() 49 auto AddPbcInstNum(uint64_t num) in AddPbcInstNum() 53 auto SetPbcInstNum(uint64_t num) in SetPbcInstNum()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | numberLiteral.h | 35 explicit NumberLiteral(double num) : Literal(AstNodeType::NUMBER_LITERAL), number_(num) {} in NumberLiteral() 36 explicit NumberLiteral(double num, util::StringView str) in NumberLiteral()
|
| D | taggedLiteral.h | 40 explicit TaggedLiteral(LiteralTag tag, uint16_t num) in TaggedLiteral()
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_parametric.cpp | 29 Index<TypeNum> num = GetTypeSystem().FindNum({Sort_, std::move(params)}); in operator []() local 35 auto num = GetTypeSystem().FindNumOrCreate({Sort_, std::move(params)}); in operator ()() local
|
| D | type_index.h | 32 TypeParamIdx(TypeVariance variance, TypeNum num) in TypeParamIdx()
|
| D | type_system.h | 117 size_t num = Universe_.size(); in FindNumOrCreate() local 290 for (size_t num = 0; num < Universe_.size(); ++num) { in ForAllTypes() local 300 auto num = t.Number(); in ForAllSubtypesOf() local 311 auto num = t.Number(); in ForAllSupertypesOf() local
|
| D | type_type.h | 113 Type(TypeSystemKind kind, ThreadNum threadnum, TypeNum num) : Idx_ {kind, threadnum, num} {}; in Type()
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | msg_set_parser.h | 36 size_t num = static_cast<size_t>(panda::verifier::StringToVerifierMessage(name)); variable 44 size_t num = std::strtol(from, nullptr, 0); variable
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/union/ |
| D | union_primitives.ts | 17 let num: number | boolean = 3; variable
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/class/ |
| D | class_constr_para.ts | 18 num: number; property in A
|
| D | class_constr_no_para.ts | 18 num: number; property in A
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-template-literal2.ts | 19 type num = 1 | 2; alias
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/array/ |
| D | array_primitives.ts | 17 let num: number[]; variable
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/primitives/ |
| D | primitives_only_type_annotation.ts | 17 let num: number; variable
|
| D | primitives_in_block.ts | 17 let num: number = 3; variable
|
| D | primitives_no_type_annotation.ts | 17 let num = 3; variable
|
| D | primitives_in_if.ts | 17 let num: number = 3; variable
|
| D | primitives_in_for.ts | 17 let num: number = 3; variable
|
| D | primitives_in_class.ts | 18 num: number = 3; property in A
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | reg_context.h | 178 bool IsRegDefined(int num) const in IsRegDefined() 182 bool WasConflictOnReg(int num) const in WasConflictOnReg()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.cpp | 67 static bool SkipStacktrace(size_t num) in SkipStacktrace() 73 static bool SkipStacktrace([[maybe_unused]] size_t num) in SkipStacktrace() 196 size_t num = 0; in DumpMemLeaks() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 45 uint32_t num = lda.GetLiteralValsNum(index) / 2; // 2: half in ExtractObjectDatas() local 141 uint32_t num = lda.GetLiteralValsNum(index) / 2; // 2: half in GetDatasIgnoreTypeForClass() local 166 uint32_t num = lda.GetLiteralValsNum(index) / 2; // 2: half in EnumerateLiteralVals() local 337 uint32_t num = lda.GetLiteralValsNum(index) / 2; // 2: half in ExtractObjectDatas() local 440 uint32_t num = lda.GetLiteralValsNum(index) / 2; // 2: half in GetDatasIgnoreType() local 530 uint32_t num = lda.GetLiteralValsNum(offset) / 2; // 2: half in GetTypeLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.h | 63 void Write(uint64_t num) in Write()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | envScope.cpp | 66 auto num = scope_->LexicalSlots(); in CopyPerIterationCtx() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | date_parse.cpp | 180 int num = date.GetValue(); in ParseLegacyDates() local 274 int num = str_->ReadNumber(&len); in Read() local
|