Lines Matching refs:Found
67 bool Found = false, DynamicFound = false; variable
69 VerifyMatch VerifyFound(nullptr, &Found);
91 if (Found != DynamicFound) {
95 << Found << ")";
97 if (!Found && ExpectMatch) {
100 } else if (Found && !ExpectMatch) {
178 bool Found = false, DynamicFound = false; in matchesConditionallyWithCuda() local
180 VerifyMatch VerifyFound(nullptr, &Found); in matchesConditionallyWithCuda()
197 if (Found != DynamicFound) { in matchesConditionallyWithCuda()
201 << Found << ")"; in matchesConditionallyWithCuda()
203 if (!Found && ExpectMatch) { in matchesConditionallyWithCuda()
206 } else if (Found && !ExpectMatch) { in matchesConditionallyWithCuda()