Home
last modified time | relevance | path

Searched refs:BooleanLiteral (Results 1 – 25 of 187) sorted by relevance

12345678

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbooleanLiteral.cpp24 void BooleanLiteral::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
26 void BooleanLiteral::Dump(ir::AstDumper *dumper) const in Dump()
31 void BooleanLiteral::Compile(compiler::PandaGen *pg) const in Compile()
36 checker::Type *BooleanLiteral::Check(checker::Checker *checker) const in Check()
41 void BooleanLiteral::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Bi… in UpdateSelf()
DbooleanLiteral.h32 class BooleanLiteral : public Literal {
34 explicit BooleanLiteral(bool value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value) {} in BooleanLiteral() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Darithmetic_operators_56-expected.txt81 "type": "BooleanLiteral",
136 "type": "BooleanLiteral",
Darithmetic_operators_62-expected.txt81 "type": "BooleanLiteral",
136 "type": "BooleanLiteral",
Darithmetic_operators_50-expected.txt81 "type": "BooleanLiteral",
136 "type": "BooleanLiteral",
Darithmetic_operators_59-expected.txt81 "type": "BooleanLiteral",
136 "type": "BooleanLiteral",
Darithmetic_operators_53-expected.txt81 "type": "BooleanLiteral",
136 "type": "BooleanLiteral",
DarrayDestructuring7-expected.txt115 "type": "BooleanLiteral",
129 "type": "BooleanLiteral",
Dnew_expression_140-expected.txt167 "type": "BooleanLiteral",
181 "type": "BooleanLiteral",
Dnew_expression_147-expected.txt167 "type": "BooleanLiteral",
181 "type": "BooleanLiteral",
Dnew_expression_78-expected.txt182 "type": "BooleanLiteral",
196 "type": "BooleanLiteral",
Dnew_expression_73-expected.txt182 "type": "BooleanLiteral",
196 "type": "BooleanLiteral",
Dnew_expression_84-expected.txt182 "type": "BooleanLiteral",
196 "type": "BooleanLiteral",
DarrayDestructuring8-expected.txt115 "type": "BooleanLiteral",
129 "type": "BooleanLiteral",
DarrayDestructuring18-expected.txt192 "type": "BooleanLiteral",
206 "type": "BooleanLiteral",
DarrayDestructuring19-expected.txt206 "type": "BooleanLiteral",
220 "type": "BooleanLiteral",
Dfunction_declaration_3-expected.txt45 "type": "BooleanLiteral",
Dfunction_declaration_5-expected.txt45 "type": "BooleanLiteral",
Dfunction_declaration_8-expected.txt45 "type": "BooleanLiteral",
DobjectDestructuring6-expected.txt159 "type": "BooleanLiteral",
331 "type": "BooleanLiteral",
DtupleAssignability19-expected.txt98 "type": "BooleanLiteral",
Darray_22-expected.txt111 "type": "BooleanLiteral",
Darray_24-expected.txt111 "type": "BooleanLiteral",
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-do-while-expected.txt532 "type": "BooleanLiteral",
573 "type": "BooleanLiteral",
670 "type": "BooleanLiteral",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton20-expected.txt173 "type": "BooleanLiteral",
347 "type": "BooleanLiteral",
547 "type": "BooleanLiteral",

12345678