Home
last modified time | relevance | path

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

/external/llvm-libc/src/stdio/scanf_core/
Dptr_converter.cpp21 static const char nullptr_string[] = "(nullptr)"; in convert_pointer() local
26 for (; i < sizeof(nullptr_string) && to_lower(cur_char) == nullptr_string[i]; in convert_pointer()
30 if (i == (sizeof(nullptr_string) - 1)) { in convert_pointer()