Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2510 static ExprEngine* GraphPrintCheckerState; variable
2527 if (GraphPrintCheckerState->isImplicitNullDeref(N) || in getNodeAttributes()
2528 GraphPrintCheckerState->isExplicitNullDeref(N) || in getNodeAttributes()
2529 GraphPrintCheckerState->isUndefDeref(N) || in getNodeAttributes()
2530 GraphPrintCheckerState->isUndefStore(N) || in getNodeAttributes()
2531 GraphPrintCheckerState->isUndefControlFlow(N) || in getNodeAttributes()
2532 GraphPrintCheckerState->isUndefResult(N) || in getNodeAttributes()
2533 GraphPrintCheckerState->isBadCall(N) || in getNodeAttributes()
2534 GraphPrintCheckerState->isUndefArg(N)) in getNodeAttributes()
2537 if (GraphPrintCheckerState->isNoReturnCall(N)) in getNodeAttributes()
[all …]