Home
last modified time | relevance | path

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

/dports/lang/gcc48/gcc-4.8.5/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc376 static bool IsOnOf(char c, char c1, char c2) { in IsOnOf() function
400 CHECK(IsOnOf(*current_++, '-', 'r')); in Next()
401 CHECK(IsOnOf(*current_++, '-', 'w')); in Next()
402 CHECK(IsOnOf(*current_++, '-', 'x')); in Next()
403 CHECK(IsOnOf(*current_++, 's', 'p')); in Next()
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc376 static bool IsOnOf(char c, char c1, char c2) { in IsOnOf() function
400 CHECK(IsOnOf(*current_++, '-', 'r')); in Next()
401 CHECK(IsOnOf(*current_++, '-', 'w')); in Next()
402 CHECK(IsOnOf(*current_++, '-', 'x')); in Next()
403 CHECK(IsOnOf(*current_++, 's', 'p')); in Next()