Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp61 for (auto spec : decl->Specifiers()) { in PopulateAliasMap() local
129 for (auto spec : exportDecl->Specifiers()) { in VisitExportNamedDeclaration() local
210 for (auto spec : stmt->AsExportNamedDeclaration()->Specifiers()) { in VerifyType() local
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dsummary.rb19 def initialize(spec) argument
Dfull_md.rb25 def initialize(spec) argument
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb19 def initialize(spec) argument
Dfull_md.rb25 def initialize(spec) argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtest_metadata.py79 spec: Optional[str] = None variable in TestMetadata
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2224 DBGDieAttr *spec = LFindAttribute(attrvec, static_cast<DwAt>(DW_AT_specification)); in EmitDwFormAddr() local
2304 DBGDieAttr *spec = LFindAttribute(attrvec, static_cast<DwAt>(DW_AT_specification)); in EmitDwFormData8() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp683 DILineInfoSpecifier spec; in GetCalleeReg2Offset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3338 DBGDieAttr *spec = LFindAttribute(attrvec, DW_AT_specification); in EmitDIAttrValue() local
3382 DBGDieAttr *spec = LFindAttribute(attrvec, DW_AT_specification); in EmitDIAttrValue() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp901 for (auto spec : specs) { in ParseExport() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp327 for (auto *spec : exportDecl->Specifiers()) { in VisitExportNamedDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1665 for (auto *spec : st->Specifiers()) { in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2205 } else if (auto spec = SelectLooseObjComparator( // try to select specific type in RefEqualityLoose() local