Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp646 const LocationContext *FromLC, in areAllObjectsFullyConstructed() argument
648 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed()
2915 const LocationContext *FromLC = Pred->getLocationContext(); in processEndOfFunction() local
2916 const LocationContext *ToLC = FromLC->getStackFrame()->getParent(); in processEndOfFunction()
2917 const LocationContext *LC = FromLC; in processEndOfFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h1001 const LocationContext *FromLC,