Searched refs:Needle (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringRef.cpp134 const char *Needle = Str.data();
141 const char *Ptr = (const char *)::memchr(Start, Needle[0], Size);
150 if (std::memcmp(Start, Needle, N) == 0)
165 if (LLVM_UNLIKELY(Last == (uint8_t)Needle[N - 1]))
166 if (std::memcmp(Start, Needle, N - 1) == 0)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp729 const DeclRefExpr *Needle; member in class:__anon744::ContainsReference
734 ContainsReference(ASTContext &Context, const DeclRefExpr *Needle) argument
735 : Inherited(Context), FoundReference(false), Needle(Needle) {}
746 if (E == Needle)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d2792 // Needle is found; s is replaced by the substring following the first
2797 // Needle is not found; s is left untouched.
4954 enum bool canTestStartsWith(Needle) = is(typeof(
4955 (ref Haystack h, ref Needle n) => startsWith!pred(h, n)));

Completed in 201 milliseconds