Searched defs:NullLiteral (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ | ||
| H A D | nullLiteral.h | 22 class NullLiteral : public Literal { class 29 explicit NullLiteral() : Literal(AstNodeType::NULL_LITERAL) {} in NullLiteral() function in ark::es2panda::ir::NullLiteral |
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ | ||
| H A D | nullLiteral.h | 32 class NullLiteral : public Literal { class 34 explicit NullLiteral() : Literal(AstNodeType::NULL_LITERAL) {} in NullLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::NullLiteral |
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ | ||
| H A D | literals.h | 69 static Literal NullLiteral() in NullLiteral() function in ark::es2panda::ark::es2panda::ark::es2panda::compiler::Literal |
Completed in 1 milliseconds