Home
last modified time | relevance | path

Searched refs:CheckTruthinessOfType (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DconditionalExpression.cpp55 checker->CheckTruthinessOfType(testType, test_->Start()); in Check()
H A DunaryExpression.cpp192 checker->CheckTruthinessOfType(operandType, Start()); in Check()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DwhileStatement.cpp62 checker->CheckTruthinessOfType(testType, Start()); in Check()
H A DdoWhileStatement.cpp64 checker->CheckTruthinessOfType(testType, this->Start()); in Check()
H A DforUpdateStatement.cpp97 checker->CheckTruthinessOfType(testType, Start()); in Check()
H A DifStatement.cpp67 checker->CheckTruthinessOfType(testType, Start()); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp144 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckAndOperator()
156 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckOrOperator()
H A Dhelpers.cpp38 void Checker::CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo) in CheckTruthinessOfType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DbinaryLikeExpression.cpp155 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckAndOperator()
167 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckOrOperator()
H A Dhelpers.cpp37 void TSChecker::CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo) in CheckTruthinessOfType() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp540 checker->CheckTruthinessOfType(testType, expr->Test()->Start()); in Check()
1013 checker->CheckTruthinessOfType(operandType, expr->Start()); in Check()
1140 checker->CheckTruthinessOfType(testType, st->Test()->Start()); in Check()
1168 checker->CheckTruthinessOfType(testType, st->Start()); in Check()
1206 checker->CheckTruthinessOfType(testType, st->Start()); in Check()
1406 checker->CheckTruthinessOfType(testType, st->Test()->Start()); in Check()
H A DTSchecker.h271 void CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo);
H A DETSAnalyzer.cpp1245 checker->CheckTruthinessOfType(expr->Test()); in Check()
2061 checker->CheckTruthinessOfType(st->Test()); in Check()
2175 checker->CheckTruthinessOfType(st->Test()); in Check()
2193 checker->CheckTruthinessOfType(st->Test()); in Check()
2514 checker->CheckTruthinessOfType(st->Test()); in Check()
H A DETSchecker.h530 void CheckTruthinessOfType(ir::Expression *expr);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h347 void CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp55 void ETSChecker::CheckTruthinessOfType(ir::Expression *expr) in CheckTruthinessOfType() function in ark::es2panda::checker::ETSChecker

Completed in 20 milliseconds