Home
last modified time | relevance | path

Searched defs:NullLiteral (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnullLiteral.h29 explicit NullLiteral() : Literal(AstNodeType::NULL_LITERAL) {} in NullLiteral() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnullLiteral.h34 explicit NullLiteral() : Literal(AstNodeType::NULL_LITERAL) {} in NullLiteral() function
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.h69 static Literal NullLiteral() in NullLiteral() function