Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
DToken.cpp59 return numeric_lex_int(text, value); in iValue()
65 return numeric_lex_int(text, value); in uValue()
Dnumeric_lex.h39 bool numeric_lex_int(const std::string &str, IntType *value) in numeric_lex_int() function
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dutil.cpp18 bool success = angle::pp::numeric_lex_int(str, value); in atoi_clamp()