Searched refs:AnalysisManager (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp41 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
113 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
190 AnalysisManager &Mgr,
H A DIdenticalExprChecker.cpp506 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr,
H A DCheckSecuritySyntaxOnly.cpp19 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
1067 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h37 class AnalysisManager;
114 AnalysisManager &getAnalysisManager() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp16 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
485 AnalysisManager& ProgramState::getAnalysisManager() const {
H A DExprEngineCallAndReturn.cpp964 AnalysisManager &AMgr = getAnalysisManager();
H A DCallEvent.cpp1101 AnalysisManager &AMgr =
H A DExprEngine.cpp47 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
203 AnalysisManager &mgr,
663 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr,
935 AnalysisManager &AMgr = getAnalysisManager();
H A DBugReporter.cpp3189 assert(AnalysisManager::isInCodeFile(CallLoc, SMgr) &&
3193 if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp41 template class AnalysisManager<LazyCallGraph::SCC, LazyCallGraph &>;
135 // SCC. Therefore, the remaining analysis results in the AnalysisManager are
H A DInstructionSimplify.cpp5770 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM,
5777 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1173 AnalysisManager<Function> &AM) {
1198 AnalysisManager<Module> &AM) {
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile645 SRCS_FUL+= StaticAnalyzer/Core/AnalysisManager.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4230 PreservedAnalyses NewGVNPass::run(Function &F, AnalysisManager<Function> &AM) {

Completed in 244 milliseconds

123