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

123

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp119 const LocationContext *LC = C.getLocationContext();
H A DNonNullParamChecker.cpp240 const LocationContext *LocContext = Context.getLocationContext();
H A DDynamicTypeChecker.cpp141 N->getLocationContext());
H A DMIGChecker.cpp147 const LocationContext *LC = C.getLocationContext();
H A DVirtualCallChecker.cpp167 const auto *LCtx = C.getLocationContext();
H A DUnreachableCodeChecker.cpp64 LC = P.getLocationContext();
H A DTaint.cpp245 const LocationContext *NCtx = N->getLocationContext();
H A DNullabilityChecker.cpp329 N->getLocationContext());
413 const LocationContext *LocCtxt = C.getLocationContext();
590 C.getLocationContext()->getAnalysisDeclContext();
624 !InSuppressedMethodFamily && C.getLocationContext()->inTopFrame()) {
H A DInnerPointerChecker.cpp329 N->getLocationContext());
H A DVLASizeChecker.cpp291 setDynamicExtent(State, State->getRegion(VD, C.getLocationContext()),
H A DDynamicTypePropagation.cpp198 SVal SelfSVal = State->getSelfSVal(C.getLocationContext());
379 const LocationContext *LCtx = C.getLocationContext();
1098 N->getLocationContext());
H A DCallAndMessageChecker.cpp373 const LocationContext *LCtx = C.getLocationContext();
683 const LocationContext *LCtx = C.getLocationContext();
693 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
H A DMallocChecker.cpp1321 State->getSVal(Arg, Call.getLocationContext()).getAs<DefinedSVal>();
1407 const ParentMap &PM = C.getLocationContext()->getParentMap();
1532 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
1535 State = State->BindExpr(CE, C.getLocationContext(), RetVal);
2484 const LocationContext *LeakContext = N->getLocationContext();
2512 const LocationContext *NContext = N->getLocationContext();
2566 AllocNode->getLocationContext());
2579 AllocNode->getLocationContext()->getDecl());
2768 const LocationContext *LC = C.getLocationContext();
3173 const LocationContext *CurrentLC = N->getLocationContext();
[all...]
H A DContainerModeling.cpp273 C.getLocationContext(), C.blockCount());
295 C.getLocationContext(), C.blockCount());
338 SymMgr.conjureSymbol(CE, C.getLocationContext(),
H A DGenericTaintChecker.cpp269 if (isTainted(State, E, C.getLocationContext()) || isStdin(E, C))
828 else if (isTainted(State, E, C.getLocationContext()))
H A DFuchsiaHandleChecker.cpp662 AcquireNode->getLocationContext());
666 AcquireNode->getLocationContext()->getDecl());
H A DBasicObjCFoundationChecks.cpp890 const LocationContext *LCtx = C.getLocationContext();
981 if (!ExprEngine::hasMoreIteration(State, FCS, C.getLocationContext())) {
H A DStdLibraryFunctionsChecker.cpp869 const LocationContext *LC = C.getLocationContext();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h188 return getState()->getSVal(S, getLocationContext());
218 const LocationContext *getLocationContext() const { function in class:clang::ento::CallEvent
419 getState(), {getOriginExpr(), Index}, getLocationContext()).hasValue();
1022 getLocationContext())
H A DSymbolManager.h231 const LocationContext *getLocationContext() const { return LCtx; } function in class:clang::ento::SymbolMetadata
538 const LocationContext *getLocationContext() const { return LCtx; } function in class:clang::ento::SymbolReaper
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp145 return CurrentNode->getLocationContext();
1158 const Decl *Caller = CE->getLocationContext()->getDecl();
1974 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext();
2181 const LocationContext *LC = N->getLocationContext();
2365 CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit();
2390 const LocationContext *LC = P.getLocationContext();
2424 return PathDiagnosticLocation::createDeclEnd(ErrorNode->getLocationContext(),
2904 E->getLocationContext()->getAnalysisDeclContext();
3138 const Decl *D = N->getLocationContext()->getDecl();

Completed in 252 milliseconds

123