Home
last modified time | relevance | path

Searched refs:AddCXXNewAllocator (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp85 cfgBuildOptions.AddCXXNewAllocator = addCXXNewAllocator; in AnalysisDeclContextManager()
H A DCFG.cpp4845 if (BuildOpts.AddCXXNewAllocator) in VisitCXXNewExpr()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1248 bool AddCXXNewAllocator = false; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2315 AC.getCFGBuildOptions().AddCXXNewAllocator = false; in IssueWarnings()