Searched defs:PartialMatch (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ | ||
H A D | gtest-port.h | 952 static bool PartialMatch(absl::string_view str, const RE& re) { PartialMatch() function |
/freebsd-src/contrib/googletest/googletest/src/ | ||
H A D | gtest-port.cc | 689 bool RE::PartialMatch(const char* str, const RE& re) { PartialMatch() function in testing::internal::RE |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | ComplexDeinterleavingPass.cpp | 551 std::pair<Value *, Value *> &PartialMatch) { in identifyNodeWithImplicitAdd() argument |