Home
last modified time | relevance | path

Searched refs:CFGNewAllocator (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Analysis/
DCFG.h151 class CFGNewAllocator : public CFGElement {
153 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function
163 CFGNewAllocator() {} in CFGNewAllocator() function
666 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h245 class CFGNewAllocator : public CFGElement {
247 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function
258 CFGNewAllocator() = default;
1117 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp557 const CFGNewAllocator &Alloc = Source.castAs<CFGNewAllocator>(); in getLocationForCaller()
717 } else if (auto NewAllocElt = BlockFront->getAs<CFGNewAllocator>()) { in create()
DCFG.cpp5564 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
/external/clang/lib/Analysis/
DCFG.cpp4300 } else if (Optional<CFGNewAllocator> NE = E.getAs<CFGNewAllocator>()) { in print_elem()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp303 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp643 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()