Searched defs:Matcher (Results 1 – 7 of 7) sorted by relevance
48 Matcher<const internal::string&>::Matcher(const internal::string& s) { in Matcher() function in testing::Matcher::string54 Matcher<const internal::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string59 Matcher<internal::string>::Matcher(const internal::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string62 Matcher<internal::string>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
47 class Matcher; variable
97 TEST(PhoneNumberTest, Matcher) { in TEST() argument
256 Matcher() {} in Matcher() function259 explicit Matcher(const MatcherInterface<T>* impl) in Matcher() function274 Matcher() {} in Matcher() function276 explicit Matcher(const MatcherInterface<const internal::string&>* impl) in Matcher() function291 Matcher() {} in Matcher() function293 explicit Matcher(const MatcherInterface<internal::string>* impl) in Matcher() function
567 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, AddressAccessTy, in IsProfitableToFoldIntoAddressingMode() local
22 class Matcher; variable88 Matcher(KindTy K) : Kind(K) {} in Matcher() function101 static inline bool classof(const Matcher *) { return true; } in classof()
437 const EmitRegisterMatcher *Matcher = cast<EmitRegisterMatcher>(N); in EmitMatcher() local