Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h41 inline bool IsBinaryNumber(const std::string_view &token) in IsBinaryNumber() function
83 return (!token.empty() && IsBinaryNumber(token)); in ValidateInteger()