Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2901 __m128i Slashes = _mm_set1_epi8('/'); in SkipBlockComment() local
2909 Slashes)); in SkipBlockComment()
2923 __vector unsigned char Slashes = { in SkipBlockComment() local
2931 if (vec_any_eq(*(const __vector unsigned char *)CurPtr, Slashes)) { in SkipBlockComment()