Searched refs:BooleanLiteral (Results 1 – 25 of 187) sorted by relevance
12345678
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
D | booleanLiteral.cpp | 24 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()
|
D | booleanLiteral.h | 32 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/ |
D | arithmetic_operators_56-expected.txt | 81 "type": "BooleanLiteral", 136 "type": "BooleanLiteral",
|
D | arithmetic_operators_62-expected.txt | 81 "type": "BooleanLiteral", 136 "type": "BooleanLiteral",
|
D | arithmetic_operators_50-expected.txt | 81 "type": "BooleanLiteral", 136 "type": "BooleanLiteral",
|
D | arithmetic_operators_59-expected.txt | 81 "type": "BooleanLiteral", 136 "type": "BooleanLiteral",
|
D | arithmetic_operators_53-expected.txt | 81 "type": "BooleanLiteral", 136 "type": "BooleanLiteral",
|
D | arrayDestructuring7-expected.txt | 115 "type": "BooleanLiteral", 129 "type": "BooleanLiteral",
|
D | new_expression_140-expected.txt | 167 "type": "BooleanLiteral", 181 "type": "BooleanLiteral",
|
D | new_expression_147-expected.txt | 167 "type": "BooleanLiteral", 181 "type": "BooleanLiteral",
|
D | new_expression_78-expected.txt | 182 "type": "BooleanLiteral", 196 "type": "BooleanLiteral",
|
D | new_expression_73-expected.txt | 182 "type": "BooleanLiteral", 196 "type": "BooleanLiteral",
|
D | new_expression_84-expected.txt | 182 "type": "BooleanLiteral", 196 "type": "BooleanLiteral",
|
D | arrayDestructuring8-expected.txt | 115 "type": "BooleanLiteral", 129 "type": "BooleanLiteral",
|
D | arrayDestructuring18-expected.txt | 192 "type": "BooleanLiteral", 206 "type": "BooleanLiteral",
|
D | arrayDestructuring19-expected.txt | 206 "type": "BooleanLiteral", 220 "type": "BooleanLiteral",
|
D | function_declaration_3-expected.txt | 45 "type": "BooleanLiteral",
|
D | function_declaration_5-expected.txt | 45 "type": "BooleanLiteral",
|
D | function_declaration_8-expected.txt | 45 "type": "BooleanLiteral",
|
D | objectDestructuring6-expected.txt | 159 "type": "BooleanLiteral", 331 "type": "BooleanLiteral",
|
D | tupleAssignability19-expected.txt | 98 "type": "BooleanLiteral",
|
D | array_22-expected.txt | 111 "type": "BooleanLiteral",
|
D | array_24-expected.txt | 111 "type": "BooleanLiteral",
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-do-while-expected.txt | 532 "type": "BooleanLiteral", 573 "type": "BooleanLiteral", 670 "type": "BooleanLiteral",
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-class-definiton20-expected.txt | 173 "type": "BooleanLiteral", 347 "type": "BooleanLiteral", 547 "type": "BooleanLiteral",
|
12345678