Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_linux.cc25 static bool IsOneOf(char c, char c1, char c2) { in IsOneOf() function
47 CHECK(IsOneOf(*current_, '-', 'r')); in Next()
51 CHECK(IsOneOf(*current_, '-', 'w')); in Next()
54 CHECK(IsOneOf(*current_, '-', 'x')); in Next()
57 CHECK(IsOneOf(*current_, 's', 'p')); in Next()