Searched refs:IsOneOf (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_linux.cc | 25 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()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
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()
|