Searched refs:CheckTruthinessOfType (Results 1 - 16 of 16) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | conditionalExpression.cpp | 55 checker->CheckTruthinessOfType(testType, test_->Start()); in Check()
|
H A D | unaryExpression.cpp | 192 checker->CheckTruthinessOfType(operandType, Start()); in Check()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | whileStatement.cpp | 62 checker->CheckTruthinessOfType(testType, Start()); in Check()
|
H A D | doWhileStatement.cpp | 64 checker->CheckTruthinessOfType(testType, this->Start()); in Check()
|
H A D | forUpdateStatement.cpp | 97 checker->CheckTruthinessOfType(testType, Start()); in Check()
|
H A D | ifStatement.cpp | 67 checker->CheckTruthinessOfType(testType, Start()); in Check()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | binaryLikeExpression.cpp | 144 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckAndOperator() 156 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckOrOperator()
|
H A D | helpers.cpp | 38 void Checker::CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo) in CheckTruthinessOfType() function in panda::es2panda::checker::Checker
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | binaryLikeExpression.cpp | 155 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckAndOperator() 167 CheckTruthinessOfType(leftType, leftExpr->Start()); in CheckOrOperator()
|
H A D | helpers.cpp | 37 void TSChecker::CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo) in CheckTruthinessOfType() function in ark::es2panda::checker::TSChecker
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSAnalyzer.cpp | 540 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 D | TSchecker.h | 271 void CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo);
|
H A D | ETSAnalyzer.cpp | 1245 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 D | ETSchecker.h | 530 void CheckTruthinessOfType(ir::Expression *expr);
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 347 void CheckTruthinessOfType(Type *type, lexer::SourcePosition lineInfo);
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | typeCheckingHelpers.cpp | 55 void ETSChecker::CheckTruthinessOfType(ir::Expression *expr) in CheckTruthinessOfType() function in ark::es2panda::checker::ETSChecker
|
Completed in 20 milliseconds