HomeSort by relevance Sort by last modified time
    Searched refs:getLocationContext (Results 51 - 61 of 61) sorted by null

1 23

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 161 return getState()->getSVal(S, getLocationContext());
189 const LocationContext *getLocationContext() const {
411 getLocationContext()->getAnalysisDeclContext()->
    [all...]
SymbolManager.h 597 const LocationContext *getLocationContext() const { return LCtx; }
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 245 State->getSVal(SizeEx, C.getLocationContext()),
756 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
759 State = State->BindExpr(CE, C.getLocationContext(), RetVal);
792 SVal retVal = State->getSVal(E, C.getLocationContext());
    [all...]
BasicObjCFoundationChecks.cpp 410 const LocationContext *LCtx = C.getLocationContext();
535 SVal ArgVal = state->getSVal(Arg, C.getLocationContext());
876 const LocationContext *LCtx = C.getLocationContext();
    [all...]
DynamicTypePropagation.cpp 168 const Decl *D = C.getLocationContext()->getDecl();
NSErrorChecker.cpp 188 SFC = C.getLocationContext()->getCurrentStackFrame();
UnreachableCodeChecker.cpp 69 LC = P.getLocationContext();
RetainCountChecker.cpp 971 const LocationContext *LCtx = MC->getLocationContext();
    [all...]
IdempotentOperationChecker.cpp 148 const LocationContext *LCtx = C.getLocationContext();
374 AnalysisDeclContext *AC = (*ES.begin())->getLocationContext()
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 325 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx,
362 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);
  /external/clang/include/clang/Analysis/
AnalysisContext.h 395 const LOC *getLocationContext(AnalysisDeclContext *ctx,

Completed in 896 milliseconds

1 23