Home
last modified time | relevance | path

Searched defs:variableType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h52 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h54 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp311 if (auto const *const variableType = variable->TsType(); !variableType->IsETSReferenceType()) { in CheckIdentifierSmartCastCondition() local
DETSAnalyzer.cpp3458 …auto *const variableType = checker->CheckVariableDeclaration(ident, ident->TypeAnnotation(), st->I… in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp616 … auto *variableType = bindingVar->TsType() != nullptr ? bindingVar->TsType() : GlobalTypeError(); in FixOptionalVariableType() local
1442 auto *variableType = variable->TsType(); in ApplySmartCast() local
DtypeCheckingHelpers.cpp520 Type *variableType = nullptr; in GetTypeFromVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp941 const checker::Type *const variableType = expr->PropVar()->TsType(); in Compile() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp2042 StringItem *variableType = container->GetOrCreateStringItem(v.signature); in EmitLocalVariable() local