Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DToken.cpp59 return numeric_lex_int(text, value); in iValue()
65 return numeric_lex_int(text, value); in uValue()
H A Dnumeric_lex.h39 bool numeric_lex_int(const std::string &str, IntType *value) in numeric_lex_int() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dutil.cpp18 bool success = angle::pp::numeric_lex_int(str, value); in atoi_clamp()