Home
last modified time | relevance | path

Searched refs:is_alpha_underscore (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c42 static boolean is_alpha_underscore( const char *cur ) in is_alpha_underscore() function
57 return is_digit( cur ) || is_alpha_underscore( cur ); in is_digit_alpha_underscore()
215 if (is_alpha_underscore( cur )) { in parse_identifier()
217 while (is_alpha_underscore( cur ) || is_digit( cur )) { in parse_identifier()

Completed in 2 milliseconds