Home
last modified time | relevance | path

Searched defs:PartialMatch (Results 1 – 6 of 6) sorted by relevance

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h952 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 Dgtest-port.cc689 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 DComplexDeinterleavingPass.cpp551 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 DSemaAvailability.cpp46 AvailabilityAttr const *PartialMatch = nullptr; getAttrForPlatform() local
H A DSemaHLSL.cpp770 AvailabilityAttr const *PartialMatch = nullptr; FindAvailabilityAttr() local
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp990 std::vector<size_t> &PartialMatch, ArrayRef<Range> IndexedRest, in findNearMiss()