Searched refs:is_ns_hex_digit (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Support/ | ||
H A D | YAMLParser.cpp | 838 static bool is_ns_hex_digit(const char C) { function 857 && is_ns_hex_digit(*(Current + 1)) 858 && is_ns_hex_digit(*(Current + 2))) |
Completed in 54 milliseconds