Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2448 static ExprEngine* GraphPrintCheckerState; variable
2465 if (GraphPrintCheckerState->isImplicitNullDeref(N) || in getNodeAttributes()
2466 GraphPrintCheckerState->isExplicitNullDeref(N) || in getNodeAttributes()
2467 GraphPrintCheckerState->isUndefDeref(N) || in getNodeAttributes()
2468 GraphPrintCheckerState->isUndefStore(N) || in getNodeAttributes()
2469 GraphPrintCheckerState->isUndefControlFlow(N) || in getNodeAttributes()
2470 GraphPrintCheckerState->isUndefResult(N) || in getNodeAttributes()
2471 GraphPrintCheckerState->isBadCall(N) || in getNodeAttributes()
2472 GraphPrintCheckerState->isUndefArg(N)) in getNodeAttributes()
2475 if (GraphPrintCheckerState->isNoReturnCall(N)) in getNodeAttributes()
[all …]