Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3035 static ExprEngine* GraphPrintCheckerState; variable
3052 if (GraphPrintCheckerState->isImplicitNullDeref(N) || in getNodeAttributes()
3053 GraphPrintCheckerState->isExplicitNullDeref(N) || in getNodeAttributes()
3054 GraphPrintCheckerState->isUndefDeref(N) || in getNodeAttributes()
3055 GraphPrintCheckerState->isUndefStore(N) || in getNodeAttributes()
3056 GraphPrintCheckerState->isUndefControlFlow(N) || in getNodeAttributes()
3057 GraphPrintCheckerState->isUndefResult(N) || in getNodeAttributes()
3058 GraphPrintCheckerState->isBadCall(N) || in getNodeAttributes()
3059 GraphPrintCheckerState->isUndefArg(N)) in getNodeAttributes()
3062 if (GraphPrintCheckerState->isNoReturnCall(N)) in getNodeAttributes()
[all …]