Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h28 class PrettyStackTraceLocationContext : public llvm::PrettyStackTraceEntry {
31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext() function
H A DExprEngineCallAndReturn.cpp48 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter()
256 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()
H A DExprEngine.cpp962 PrettyStackTraceLocationContext CrashInfo(getRootLocationContext()); in processEndWorklist()
968 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGElement()
2505 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGBlockEntrance()
2763 PrettyStackTraceLocationContext StackCrashInfo(LCtx); in processBranch()
2838 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
2963 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processEndOfFunction()