Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2845 __m128i Slashes = _mm_set1_epi8('/'); in SkipBlockComment() local
2853 Slashes)); in SkipBlockComment()
2867 __vector unsigned char Slashes = { in SkipBlockComment() local
2875 if (vec_any_eq(*(const __vector unsigned char *)CurPtr, Slashes)) { in SkipBlockComment()