Home
last modified time | relevance | path

Searched defs:FullMatch (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc719 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
968 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h893 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1298 StringRef FullMatch = MatchInfo[0]; in match() local