Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dutil.cpp30 bool success = pp::numeric_lex_int(str, value); in atoi_clamp()
38 bool success = pp::numeric_lex_int(str, value); in atou_clamp()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.cpp67 return numeric_lex_int(text, value); in iValue()
73 return numeric_lex_int(text, value); in uValue()
Dnumeric_lex.h46 bool numeric_lex_int(const std::string& str, IntType* value) in numeric_lex_int() function