Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2396 static ExprEngine* GraphPrintCheckerState; variable
2413 if (GraphPrintCheckerState->isImplicitNullDeref(N) || in getNodeAttributes()
2414 GraphPrintCheckerState->isExplicitNullDeref(N) || in getNodeAttributes()
2415 GraphPrintCheckerState->isUndefDeref(N) || in getNodeAttributes()
2416 GraphPrintCheckerState->isUndefStore(N) || in getNodeAttributes()
2417 GraphPrintCheckerState->isUndefControlFlow(N) || in getNodeAttributes()
2418 GraphPrintCheckerState->isUndefResult(N) || in getNodeAttributes()
2419 GraphPrintCheckerState->isBadCall(N) || in getNodeAttributes()
2420 GraphPrintCheckerState->isUndefArg(N)) in getNodeAttributes()
2423 if (GraphPrintCheckerState->isNoReturnCall(N)) in getNodeAttributes()
[all …]