Searched refs:isTest (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp73 static bool isTest(const Decl *D) { function in namespace:__anon2229
206 if (isTest(D))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp416 bool isTest() const { function in class:clang::consumed::PropagationInfo
582 assert(!PInfo.isTest());
628 if (Entry == PropagationMap.end() || Entry->second.isTest())
765 if (Entry != PropagationMap.end() && !Entry->second.isTest()) {
906 if (Entry->second.isTest())

Completed in 34 milliseconds