Home
last modified time | relevance | path

Searched refs:ValidateInteger (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h31 inline bool ValidateInteger(std::string_view p) in ValidateInteger() function
128 if (ValidateInteger(token)) { in ValidateFloat()
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp1613 if (!ValidateInteger(p)) { in ParseInteger()