Searched defs:BooleanLiteral (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ | ||
| H A D | booleanLiteral.h | 22 class BooleanLiteral : public Literal { class 30 explicit BooleanLiteral(bool const value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value) {} in BooleanLiteral() function in ark::es2panda::ir::BooleanLiteral |
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ | ||
| H A D | booleanLiteral.h | 32 class BooleanLiteral : public Literal { class 34 explicit BooleanLiteral(bool value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value) {} in BooleanLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::BooleanLiteral |
Completed in 1 milliseconds