Home
last modified time | relevance | path

Searched refs:DynamicFound (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h67 bool Found = false, DynamicFound = false; variable
71 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound);
91 if (Found != DynamicFound) {
93 << DynamicFound
178 bool Found = false, DynamicFound = false; in matchesConditionallyWithCuda() local
182 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound); in matchesConditionallyWithCuda()
197 if (Found != DynamicFound) { in matchesConditionallyWithCuda()
199 << DynamicFound in matchesConditionallyWithCuda()