Home
last modified time | relevance | path

Searched defs:IsLiteral (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
Dliteral.h30 [[nodiscard]] bool IsLiteral() const noexcept override in IsLiteral() function
/arkcompiler/ets_frontend/es2panda/ir/
Dexpression.h55 virtual bool IsLiteral() const in IsLiteral() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h56 bool IsLiteral() const override in IsLiteral() function
/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.h57 [[nodiscard]] virtual bool IsLiteral() const noexcept in IsLiteral() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp56 bool MIRSymbol::IsLiteral() const in IsLiteral() function in maple::MIRSymbol