Home
last modified time | relevance | path

Searched refs:GetSignedNumberLiteral (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h96 static SignedNumberLiteral GetSignedNumberLiteral(const ir::Expression *expr);
Dhelpers.cpp611 SignedNumberLiteral Helpers::GetSignedNumberLiteral(const ir::Expression *expr) in GetSignedNumberLiteral() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2297 … util::Helpers::GetSignedNumberLiteral(propName) == util::SignedNumberLiteral::UNRECOGNIZED && in ParseClassKey()