Home
last modified time | relevance | path

Searched refs:SetTest (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DassertStatementBuilder.h29 AssertStatementBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::AssertStatementBuilder
H A DconditionalExpressionBuilder.h29 ConditionalExpressionBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::ConditionalExpressionBuilder
H A DdoWhileStatementBuilder.h29 DoWhileStatementBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::DoWhileStatementBuilder
H A DifStatementBuilder.h29 IfStatementBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::IfStatementBuilder
H A DswitchCaseStatementBuilder.h32 SwitchCaseStatementBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::SwitchCaseStatementBuilder
H A DwhileStatementBuilder.h29 WhileStatementBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::WhileStatementBuilder
H A DforUpdateStatementBuilder.h35 ForUpdateStatementBuilder &SetTest(Expression *test) in SetTest() function in ark::es2panda::ir::ForUpdateStatementBuilder
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DconditionalExpression.h59 void SetTest(Expression *test) in SetTest() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ConditionalExpression
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DconditionalExpression.h50 void SetTest(Expression *expr) noexcept
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp271 IfStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(consStmnt).SetAlternate(alterStmnt).Build(); in TEST_F()
340 auto switchCase = SwitchCaseStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(conseq).Build(); in TEST_F()
413 auto whileStmnt = WhileStatementBuilder(Allocator()).SetTest(binaryExpr).SetBody(exprStmnt).Build(); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp1361 conditionalExpr->SetTest(rightExpr); in ParseBinaryExpression()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp1329 conditionalExpr->SetTest(rightExpr); in ParseBinaryExpression()

Completed in 10 milliseconds