Searched refs:getLocationContext (Results 51 - 61 of 61) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp168 const Decl *D = C.getLocationContext()->getDecl();
H A DNSErrorChecker.cpp190 SFC = C.getLocationContext()->getCurrentStackFrame();
H A DUnreachableCodeChecker.cpp69 LC = P.getLocationContext();
H A DCStringChecker.cpp350 const LocationContext *LCtx = C.getLocationContext();
432 const LocationContext *LCtx = C.getLocationContext();
841 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
915 const LocationContext *LCtx = C.getLocationContext();
1072 const LocationContext *LCtx = C.getLocationContext();
1155 const LocationContext *LCtx = C.getLocationContext();
1330 const LocationContext *LCtx = C.getLocationContext();
1689 const LocationContext *LCtx = C.getLocationContext();
1823 const LocationContext *LCtx = C.getLocationContext();
1958 Loc VarLoc = state->getLValue(D, C.getLocationContext());
[all...]
H A DBasicObjCFoundationChecks.cpp445 const LocationContext *LCtx = C.getLocationContext();
574 SVal ArgVal = state->getSVal(Arg, C.getLocationContext());
920 const LocationContext *LCtx = C.getLocationContext();
982 State->getSVal(FCS->getCollection(), C.getLocationContext()).getAsSymbol();
1217 SVal Val = State->getSVal(NonNullExpr, C.getLocationContext());
H A DRetainCountChecker.cpp953 const LocationContext *LCtx = MC->getLocationContext();
1843 const LocationContext *LCtx = N->getLocationContext();
1937 N->getLocationContext());
2110 N->getLocationContext());
2147 const LocationContext *LeakContext = N->getLocationContext();
2155 const LocationContext *NContext = N->getLocationContext();
2212 if (N->getLocationContext() != LeakContext) {
2367 AllocNode->getLocationContext());
2373 UniqueingDecl = AllocNode->getLocationContext()->getDecl();
2651 C.getLocationContext())
[all...]
H A DTestAfterDivZeroChecker.cpp119 SVal S = State->getSVal(E, Succ->getLocationContext());
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp335 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx, function in class:LocationContextManager
372 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h390 const LOC *getLocationContext(AnalysisDeclContext *ctx,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h159 return getState()->getSVal(S, getLocationContext());
187 const LocationContext *getLocationContext() const { function in class:clang::ento::CallEvent
403 getLocationContext()->getAnalysisDeclContext()->
H A DSymbolManager.h594 const LocationContext *getLocationContext() const { return LCtx; } function in class:clang::ento::SymbolReaper

Completed in 356 milliseconds

123