/arkcompiler/runtime_core/assembler/tests/ |
H A D | mangling_tests.cpp | 12 * See the License for the specific language governing permissions and 26 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() 27 params.emplace_back(Type {"type1", 0}, language); in TEST() 28 params.emplace_back(Type {"type2", 0}, language); in TEST() 29 params.emplace_back(Type {"type3", 0}, language); in TEST() 46 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() 47 params.emplace_back(Type {"type1", 0}, language); in TEST() 48 params.emplace_back(Type {"type2", 0}, language); in TEST() 49 params.emplace_back(Type {"type3", 0}, language); in TEST()
|
H A D | assembler_mangling_test.cpp | 12 * See the License for the specific language governing permissions and 38 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in HWTEST_F() 39 params.emplace_back(Type {"type1", 0}, language); in HWTEST_F() 40 params.emplace_back(Type {"type2", 0}, language); in HWTEST_F() 41 params.emplace_back(Type {"type3", 0}, language); in HWTEST_F() 72 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in HWTEST_F() 73 params.emplace_back(Type {"type1", 0}, language); in HWTEST_F() 74 params.emplace_back(Type {"type2", 0}, language); in HWTEST_F() 75 params.emplace_back(Type {"type3", 0}, language); in HWTEST_F()
|
/arkcompiler/runtime_core/static_core/assembler/tests/ |
H A D | mangling_tests.cpp | 12 * See the License for the specific language governing permissions and 29 ark::panda_file::SourceLang language {ark::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() 30 params.emplace_back(Type {"type1", 0}, language); in TEST() 31 params.emplace_back(Type {"type2", 0}, language); in TEST() 32 params.emplace_back(Type {"type3", 0}, language); in TEST() 49 ark::panda_file::SourceLang language {ark::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() 50 params.emplace_back(Type {"type1", 0}, language); in TEST() 51 params.emplace_back(Type {"type2", 0}, language); in TEST() 52 params.emplace_back(Type {"type3", 0}, language); in TEST()
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder-inl.h | 12 * See the License for the specific language governing permissions and 52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString() local 53 auto any_type = GetAnyStringType(language); in BuildCastToAnyString() 78 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber() local 79 auto any_type = NumericDataTypeToAnyType(type, language); in BuildCastToAnyNumber()
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-record.h | 12 * See the License for the specific language governing permissions and 33 panda::panda_file::SourceLang language; member 45 language(lang), in Record() 53 : name(std::move(s)), language(lang), metadata(extensions::MetadataExtension::CreateRecordMetadata(lang)) in Record()
|
H A D | asm_metadata.rb | 11 # See the License for the specific language governing permissions and 61 def language method in Metadata 62 @data.language || '' 66 !language.empty? 86 return attribute.name if Metadata.language.empty? 87 "#{Metadata.language.downcase}.#{attribute.name}"
|
H A D | assembly-function.h | 12 * See the License for the specific language governing permissions and 73 panda::panda_file::SourceLang language; member 129 language(lang), in Function() 136 : name(std::move(s)), language(lang), metadata(extensions::MetadataExtension::CreateFunctionMetadata(lang)) in Function() 180 // column number is only for dynamic language now
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-record.h | 12 * See the License for the specific language governing permissions and 34 ark::panda_file::SourceLang language; member 46 language(lang), in Record() 53 : name(std::move(s)), language(lang), metadata(extensions::MetadataExtension::CreateRecordMetadata(lang)) in Record()
|
H A D | asm_metadata.rb | 11 # See the License for the specific language governing permissions and 61 def language method in Metadata 62 @data.language || '' 66 !language.empty? 86 return attribute.name if Metadata.language.empty? 87 "#{Metadata.language.downcase}.#{attribute.name}"
|
H A D | assembly-function.h | 12 * See the License for the specific language governing permissions and 74 ark::panda_file::SourceLang language; member 108 language(lang), in Function() 115 : name(std::move(s)), language(lang), metadata(extensions::MetadataExtension::CreateFunctionMetadata(lang)) in Function() 153 // column number is only for dynamic language now
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | ir-dyn-base-types.h | 12 * See the License for the specific language governing permissions and 26 [[maybe_unused]] panda::compiler::SourceLanguage language) in NumericDataTypeToAnyType() 42 inline AnyBaseType GetAnyStringType([[maybe_unused]] panda::compiler::SourceLanguage language) in GetAnyStringType() argument 57 [[maybe_unused]] panda::compiler::SourceLanguage language) in IsAnyTypeCanBeSubtypeOf() 25 NumericDataTypeToAnyType(panda::compiler::DataType::Type type, [[maybe_unused]] panda::compiler::SourceLanguage language) NumericDataTypeToAnyType() argument 56 IsAnyTypeCanBeSubtypeOf(AnyBaseType super_type, AnyBaseType type, [[maybe_unused]] panda::compiler::SourceLanguage language) IsAnyTypeCanBeSubtypeOf() argument
|
/arkcompiler/runtime_core/static_core/abc2program/ |
H A D | abc2program_key_data.cpp | 12 * See the License for the specific language governing permissions and 87 void Abc2ProgramKeyData::SetFileLanguage(ark::panda_file::SourceLang language) in SetFileLanguage() argument 89 fileLanguage_ = language; in SetFileLanguage()
|
H A D | abc_file_processor.cpp | 12 * See the License for the specific language governing permissions and 65 auto language = GetRecordLanguage(recordId); in ProcessClasses() local 66 if (language != keyData_.GetFileLanguage()) { in ProcessClasses() 68 keyData_.SetFileLanguage(language); in ProcessClasses() 69 } else if (language != panda_file::SourceLang::PANDA_ASSEMBLY) { in ProcessClasses() 71 << classOff << "). record's language (" in ProcessClasses() 72 << panda_file::LanguageToString(language) << ") differs from file's language (" in ProcessClasses()
|
/arkcompiler/runtime_core/static_core/verification/jobs/ |
H A D | service.h | 12 * See the License for the specific language governing permissions and 52 explicit LangData(SourceLang language) : lang {language} {} in LangData()
|
/arkcompiler/ets_frontend/merge_abc/src/ |
H A D | assemblyProgramProto.cpp | 12 * See the License for the specific language governing permissions and 61 static_cast<panda::panda_file::SourceLang>(protoRecord.language())); in Deserialize() 70 static_cast<panda::panda_file::SourceLang>(protoFunction.language())); in Deserialize()
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
H A D | conf.py | 14 # See the License for the specific language governing permissions and 39 language = sphinx_common_conf.default_language variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
H A D | conf.py | 14 # See the License for the specific language governing permissions and 39 language = sphinx_common_conf.default_language variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
H A D | conf.py | 14 # See the License for the specific language governing permissions and 39 language = sphinx_common_conf.default_language variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
H A D | conf.py | 14 # See the License for the specific language governing permissions and 39 language = sphinx_common_conf.default_language variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/ |
H A D | conf.py | 14 # See the License for the specific language governing permissions and 39 :language: typescript 55 language = sphinx_common_conf.default_language variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
H A D | conf.py | 14 # See the License for the specific language governing permissions and 39 :language: typescript 55 language = sphinx_common_conf.default_language variable
|
/arkcompiler/runtime_core/static_core/abc2program/tests/ |
H A D | abc2program_test.cpp | 12 * See the License for the specific language governing permissions and 84 EXPECT_TRUE(it.second.language == expectedLang); in TEST_F() 138 EXPECT_TRUE(it.second.language == expectedLang); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | inline_intrinsics.cpp | 12 * See the License for the specific language governing permissions and 125 auto language = GetGraph()->GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()); in GetAssumedAnyType() local 126 return GetAnyStringType(language); in GetAssumedAnyType()
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | test_util.h | 12 * See the License for the specific language governing permissions and 38 static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<ApiTest> test) in RegisterTest() argument 40 auto it = testMap_.find(language); in RegisterTest() 43 auto res = testMap_.emplace(language, std::move(entry)); in RegisterTest()
|
/arkcompiler/ets_frontend/ets2panda/linter/ |
H A D | tslinter.bat | 12 REM See the License for the specific language governing permissions and
|