| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.h | 36 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument 53 #define TYPE_IS_CHECKS(typeFlag, typeName) \ in TYPE_MAPPING() argument 61 #define TYPE_AS_CASTS(typeFlag, typeName) \ in TYPE_MAPPING() argument
|
| D | objectType.h | 36 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument 60 #define OBJECT_TYPE_IS_CHECKS(objectKind, typeName) \ in DEFINE_BITOPS() argument 68 #define OBJECT_TYPE_AS_CASTS(objectKind, typeName) \ in DEFINE_BITOPS() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | objectType.h | 32 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; // CC-OFF(G.PRE.09) code gen argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsTypeReferenceBuilder.h | 29 TSTypeReferenceBuilder &SetTypeName(Identifier *typeName) in SetTypeName()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.h | 40 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; // CC-OFF(G.PRE.09) code gen argument 62 #define TYPE_IS_CHECKS(typeFlag, typeName) \ argument 73 #define TYPE_AS_CASTS(typeFlag, typeName) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeReference.h | 30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_file_utils.cpp | 25 bool AbcFileUtils::IsSystemTypeName(const std::string &typeName) in IsSystemTypeName()
|
| D | abc_method_processor.cpp | 183 std::string typeName = stringTable_->GetStringById(pda.GetReferenceType(refIdx++)); in PFTypeToPandasmType() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeReference.h | 41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | pgo.cpp | 102 auto typeName = item->GetName(); in ProfileGuidedRelayout() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/create_constant/ |
| D | create_constant_dynamic.cpp | 34 static void TransformMethodDynamicValid(AbckitGraph *graph, const std::string &typeName) in TransformMethodDynamicValid() 53 static void TransformMethodDynamicUnconnected(AbckitGraph *graph, const std::string &typeName) in TransformMethodDynamicUnconnected()
|
| D | create_constant_static.cpp | 53 static void TransformMethodStaticUnconnected(AbckitGraph *graph, const std::string &typeName) in TransformMethodStaticUnconnected()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | debugger_api.cpp | 26 …ic void SetNotFoundException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetNotFoundException() 37 …tic void SetRuntimeException(EtsLong regNumber, EtsCoroutine *coroutine, std::string_view typeName) in SetRuntimeException()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 38 …ClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType() 67 …ClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | atomic_helper.cpp | 34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 127 #define TYPE_CHECKS(type_flag, typeName) \ in GetDebugTypeName() argument 331 auto typeName = objectType->Name(); in GenObjectType() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 463 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName() 750 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetOffHeapBuffer() local 782 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetSharedOffHeapBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 45 char typeName = name[0]; in GetPrimitiveTypeSize() local 1406 std::string typeName = stName.substr(prefixStrLen, pos - prefixStrLen); in EmitAsmLabel() local 1427 std::string typeName; in EmitAsmLabel() local 1461 std::string typeName = in EmitAsmLabel() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ASparser.cpp | 572 auto *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeAnnotationLiteralIdentHelper() local 648 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotationTokens() local 719 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotationTokenLeftSquareBracket() local
|
| D | TypedParser.cpp | 1221 ir::Expression *TypedParser::ParseLiteralIndent(ir::Expression *typeName, ExpressionParseFlags flag… in ParseLiteralIndent() 1238 ir::Expression *TypedParser::ParseQualifiedReference(ir::Expression *typeName, ExpressionParseFlags… in ParseQualifiedReference()
|
| D | TSparser.cpp | 645 ir::TypeNode *TSParser::ParseIndexAccessType(ir::TypeNode *typeName) in ParseIndexAccessType() 689 ir::Expression *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeReferenceOrQuery() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | helpers.cpp | 77 util::UString typeName(name, checker->Allocator()); in ClassReferenceToTypeNode() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 322 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 621 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson() 882 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 559 auto typeName = typeReference->TypeName(); in AddFieldTypeForTypeReference() local
|