Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h56 #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.cpp277 if (auto const *const variableType = variable->TsType(); !variableType->IsETSReferenceType()) { in CheckIdentifierSmartCastCondition() local
DETSAnalyzer.cpp2701 …auto *const variableType = checker->CheckVariableDeclaration(ident, ident->TypeAnnotation(), st->I… in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1066 const checker::Type *const variableType = expr->PropVar()->TsType(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1045 auto *variableType = variable->TsType(); in ApplySmartCast() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1779 StringItem *variableType = container->GetOrCreateStringItem(v.signature); in EmitLocalVariable() local