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

/external/llvm/lib/Support/
H A DYAMLParser.cpp909 static bool is_ns_hex_digit(const char C) { function
928 && is_ns_hex_digit(*(Current + 1))
929 && is_ns_hex_digit(*(Current + 2)))

Completed in 105 milliseconds