Searched refs:IsOneOf (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 385 static bool IsOneOf(char c, char c1, char c2) { in IsOneOf() function 411 CHECK(IsOneOf(*current_, '-', 'r')); in Next() 414 CHECK(IsOneOf(*current_, '-', 'w')); in Next() 417 CHECK(IsOneOf(*current_, '-', 'x')); in Next() 420 CHECK(IsOneOf(*current_, 's', 'p')); in Next()
|