OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMgr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
143
AnalysisManager &
AMgr
;
206
ASTContext &getContext() const { return
AMgr
.getASTContext(); }
208
AnalysisManager &getAnalysisManager() { return
AMgr
; }
211
return
AMgr
.getAnalysisDeclContextManager();
215
return *
AMgr
.getCheckerManager();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
1101
AnalysisManager &
AMgr
=
1108
if (InterfLoc.isValid() &&
AMgr
.isInCodeFile(InterfLoc))
1130
if (D->getLocation().isValid() && !
AMgr
.isInCodeFile(D->getLocation()))
ExprEngine.cpp
207
: CTU(CTU),
AMgr
(mgr),
663
static bool shouldRemoveDeadBindings(AnalysisManager &
AMgr
,
668
if (
AMgr
.options.AnalysisPurgeOpt == PurgeNone)
779
if (shouldRemoveDeadBindings(
AMgr
, currStmt, Pred,
808
if(
AMgr
.options.ShouldUnrollLoops)
935
AnalysisManager &
AMgr
= getAnalysisManager();
936
AnalyzerOptions &Opts =
AMgr
.options;
1545
if (
AMgr
.options.ShouldInlineLambdas) {
1574
if (
AMgr
.options.ShouldEagerlyAssume &&
1849
if (
AMgr
.options.ShouldEagerlyAssume && (U->getOpcode() == UO_LNot))
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026