Searched refs:IsOneOf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_linux.cpp | 28 static bool IsOneOf(char c, char c1, char c2) { in IsOneOf() function 45 CHECK(IsOneOf(*data_.current, '-', 'r')); in Next() 48 CHECK(IsOneOf(*data_.current, '-', 'w')); in Next() 50 CHECK(IsOneOf(*data_.current, '-', 'x')); in Next() 52 CHECK(IsOneOf(*data_.current, 's', 'p')); in Next()
|