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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2143 static ExprEngine* GraphPrintCheckerState; variable
2160 if (GraphPrintCheckerState->isImplicitNullDeref(N) ||
2161 GraphPrintCheckerState->isExplicitNullDeref(N) ||
2162 GraphPrintCheckerState->isUndefDeref(N) ||
2163 GraphPrintCheckerState->isUndefStore(N) ||
2164 GraphPrintCheckerState->isUndefControlFlow(N) ||
2165 GraphPrintCheckerState->isUndefResult(N) ||
2166 GraphPrintCheckerState->isBadCall(N) ||
2167 GraphPrintCheckerState->isUndefArg(N))
2170 if (GraphPrintCheckerState
[all...]

Completed in 58 milliseconds