Home
last modified time | relevance | path

Searched refs:IsLogical (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp37 dumper->Add({{"type", IsLogical() ? "LogicalExpression" : "BinaryExpression"}, in Dump()
114 if (IsLogical()) { in Compile()
H A DbinaryExpression.h69 bool IsLogical() const in IsLogical() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::BinaryExpression
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DbinaryExpression.cpp48 dumper->Add({{"type", IsLogical() ? "LogicalExpression" : "BinaryExpression"}, in Dump()
H A DbinaryExpression.h79 [[nodiscard]] bool IsLogical() const noexcept
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp519 if (expr->IsLogical()) { in Compile()
H A DETSCompiler.cpp640 if (expr->IsLogical()) { in Compile()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp1319 rightExpr->AsBinaryExpression()->IsLogical() && !rightExpr->IsGrouped()) { in ParseBinaryExpression()

Completed in 11 milliseconds