Searched refs:IsOneOf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_linux.cc | 29 static bool IsOneOf(char c, char c1, char c2) { in IsOneOf() function 46 CHECK(IsOneOf(*data_.current, '-', 'r')); in Next() 49 CHECK(IsOneOf(*data_.current, '-', 'w')); in Next() 51 CHECK(IsOneOf(*data_.current, '-', 'x')); in Next() 53 CHECK(IsOneOf(*data_.current, 's', 'p')); in Next()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps_linux.cc | 27 static bool IsOneOf(char c, char c1, char c2) { in IsOneOf() function 43 CHECK(IsOneOf(*data_.current, '-', 'r')); in Next() 46 CHECK(IsOneOf(*data_.current, '-', 'w')); in Next() 48 CHECK(IsOneOf(*data_.current, '-', 'x')); in Next() 50 CHECK(IsOneOf(*data_.current, 's', 'p')); in Next()
|