Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.h36 #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
DobjectType.h36 #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/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h67 std::string typeName = utf::Mutf8AsCString(file_->GetStringData(typeId).data); in Scrap() local
84 std::string typeName = utf::Mutf8AsCString(file_->GetStringData(typeId).data); in Scrap() local
157 std::string typeName = utf::Mutf8AsCString(file_->GetStringData(typeId).data); in Emit() local
174 std::string typeName = utf::Mutf8AsCString(file_->GetStringData(typeId).data); in Emit() local
Dpgo.cpp102 auto typeName = item->GetName(); in ProfileGuidedRelayout() local
Dfile_reader.cpp48 BaseClassItem *GetType(File::EntityId typeId, const std::string &typeName) in GetType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DobjectType.h31 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument
65 #define OBJECT_TYPE_AS_CASTS(objectKind, typeName) \ in DEFINE_BITOPS() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h42 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument
64 #define TYPE_IS_CHECKS(typeFlag, typeName) \ argument
73 #define TYPE_AS_CASTS(typeFlag, typeName) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeReference.h30 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp139 #define TYPE_CHECKS(type_flag, typeName) … in GenTypeNonNullish() argument
175 #define TYPE_CHECKS(typeFlag, typeName) \ in GenTypeNonNullish() argument
309 auto typeName = objectType->Name(); in GenObjectType() local
/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp569 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotation() local
578 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotation() local
588 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotation() local
597 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotation() local
606 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotation() local
614 auto *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeAnnotation() local
717 auto *typeName = AllocNode<ir::Identifier>(name, Allocator()); in ParseTypeAnnotation() local
DTypedParser.cpp1143 ir::Expression *TypedParser::ParseQualifiedReference(ir::Expression *typeName, ExpressionParseFlags… in ParseQualifiedReference()
DTSparser.cpp839 ir::TypeNode *TSParser::ParseIndexAccessType(ir::TypeNode *typeName) in ParseIndexAccessType()
883 ir::Expression *typeName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseTypeReferenceOrQuery() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp38 …ClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::string &typeName) in GetType()
63 [[maybe_unused]] const std::string &typeName) in GetType()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp222 void JSConvertTypeCheckFailed(const char *typeName) in JSConvertTypeCheckFailed()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp460 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName()
736 JSHandle<JSTaggedValue> typeName(thread, typedArray->GetTypedArrayName()); in GetOffHeapBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp37 char typeName = name[0]; in GetPrimitiveTypeSize() local
1504 std::string typeName = stName.substr(prefixStrLen, pos - prefixStrLen); in EmitIntConst() local
1525 std::string typeName; in EmitIntConst() local
1559 std::string typeName = in EmitIntConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp997 std::string typeName = klass.GetKlassName(); in SearchDefInClinit() local
1115 std::string typeName = klass.GetKlassName(); in SearchDefInMemberMethods() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1034 ir::Expression *ParserImpl::ParseTsQualifiedReference(ir::Expression *typeName) in ParseTsQualifiedReference()
1059 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType()
1109 ir::Expression *typeName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsTypeReferenceOrQuery() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp858 auto typeName = typeReference->TypeName(); in GetTypeIndexFromTypeReference() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp393 auto typeName = type.GetName(); in ParseArrayElementType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1612 const typeName = this.tsUtils.entityNameToString(typeRef.typeName); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1919 const typeName = this.tsUtils.entityNameToString(typeRef.typeName); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp238 … const auto typeName = typeNode->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Name(); in SetUpTypeParameterConstraint() local

12