Home
last modified time | relevance | path

Searched defs:tsType (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.h92 const checker::Type *tsType; member
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.h38 GateType tsType; member
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.h87 void SetTsType(checker::Type *tsType) in SetTsType() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp412 auto tsType = checker->CreateETSBooleanType(true); in ProcessExclamationMark() local
427 auto tsType = checker->CreateETSBooleanType(!std::get<1>(exprRes)); in ProcessExclamationMark() local
H A DETSAnalyzer.cpp316 auto *tsType = checker->GetCachedFunctionalInterface(node); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp533 CheckBinaryOperatorEqualError(checker::Type *const leftType, checker::Type *const rightType, checker::Type *tsType, lexer::SourcePosition pos) CheckBinaryOperatorEqualError() argument
1037 auto tsType = check(this, std::make_tuple(left, right, operationType, pos), isEqualOp, CheckArithmeticOperations() local
[all...]
H A Dhelpers.cpp429 const Type *tsType = expr->TsType(); in IsResolvedAndValue() local
1422 checker::Type *tsType = nullptr; in GetReferencedTypeBase() local
[all...]

Completed in 12 milliseconds