Searched defs:PartialMatch (Results 1 – 6 of 6) sorted by relevance
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 952 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch() function 988 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-port.cc | 689 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 937 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 551 identifyNodeWithImplicitAdd(Instruction * Real,Instruction * Imag,std::pair<Value *,Value * > & PartialMatch) identifyNodeWithImplicitAdd() argument 723 std::pair<Value *, Value *> PartialMatch( identifyPartialMul() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 46 AvailabilityAttr const *PartialMatch = nullptr; getAttrForPlatform() local
|
H A D | SemaHLSL.cpp | 770 AvailabilityAttr const *PartialMatch = nullptr; FindAvailabilityAttr() local
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Rename.cpp | 990 std::vector<size_t> &PartialMatch, ArrayRef<Range> IndexedRest, in findNearMiss()
|