Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp186 static bool isTestingFunction(const FunctionDecl *FunDecl) { in isTestingFunction() function
267 assert(isTestingFunction(FunDecl)); in testsFor()
677 else if (isTestingFunction(FunD) && PInfo.isVar()) { in handleCall()