Searched defs:assemblerName (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsObjectType.h | 48 explicit ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView assemblerName, in ETSObjectType() argument 55 explicit ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView assemblerName, in ETSObjectType() argument 428 explicit ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView assemblerName, in ETSObjectType() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | typeCreation.cpp | 541 std::tuple<Language, bool> ETSChecker::CheckForDynamicLang(ir::AstNode *declNode, util::StringView assemblerName) in CheckForDynamicLang() argument 568 util::StringView assemblerName = name; in CreateNewETSObjectType() local [all...] |
H A D | helpers.cpp | 2679 auto assemblerName = syntheticNames[0]; in GetImportSpecifierObjectType() local
|
Completed in 7 milliseconds