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);
87 if (Found != DynamicFound) {
89 << DynamicFound
167 bool Found = false, DynamicFound = false; in matchesConditionallyWithCuda() local
171 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound); in matchesConditionallyWithCuda()
187 if (Found != DynamicFound) { in matchesConditionallyWithCuda()
189 << DynamicFound in matchesConditionallyWithCuda()