Home
last modified time | relevance | path

Searched defs:language (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/static_core/docs/
Dirtoc.md33 ### Pseudo instructions
39 ### Data flow
52 ### Control flow
/arkcompiler/runtime_core/docs/
Dirtoc.md33 ### Pseudo instructions
39 ### Data flow
52 ### Control flow
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dlet_declaration.ts18 let language: string = 'Chinese'; variable
21 let language: string = 'English'; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir-dyn-base-types.h26 … [[maybe_unused]] panda::compiler::SourceLanguage language) in NumericDataTypeToAnyType()
42 inline AnyBaseType GetAnyStringType([[maybe_unused]] panda::compiler::SourceLanguage language) in GetAnyStringType()
57 … [[maybe_unused]] panda::compiler::SourceLanguage language) in IsAnyTypeCanBeSubtypeOf()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_mangling_test.cpp38 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
72 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dmangling_tests.cpp26 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
46 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
Dassembler_ins_test.cpp236 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dassembler_parser_test.cpp554 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
899 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
966 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
1075 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
1715 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
2348 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dparser_test.cpp341 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
763 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
794 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
853 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
952 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
1819 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
2219 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
2249 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
4002 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
4076 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
[all …]
/arkcompiler/runtime_core/static_core/assembler/tests/
Dmangling_tests.cpp27 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
47 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString() local
78 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto27 uint32 language = 3; field
DassemblyFunction.proto62 uint32 language = 2; field
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
Dconf.py38 language = sphinx_common_conf.default_language variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dconf.py38 language = sphinx_common_conf.default_language variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dconf.py38 language = sphinx_common_conf.default_language variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/
Dconf.py53 language = sphinx_common_conf.default_language variable
/arkcompiler/runtime_core/assembler/
Dassembly-record.h33 panda::panda_file::SourceLang language; member
Dasm_metadata.rb61 def language method
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-record.h34 panda::panda_file::SourceLang language; member
Dasm_metadata.rb61 def language method
Dassembly-function.h74 panda::panda_file::SourceLang language; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinline_intrinsics.cpp125 … auto language = GetGraph()->GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()); in GetAssumedAnyType() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h167 std::string language = locale.getLanguage(); in ValidateOtherTags() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h36 …static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<Ap… in RegisterTest()

12