Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp751 ConstructionContextLayer::create(cfg->getBumpVectorContext(), in findConstructionContextsForArguments()
806 return ConstructionContext::createFromLayers(cfg->getBumpVectorContext(), in retrieveAndCleanupConstructionContext()
818 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
824 B->appendConstructor(CE, CC, cfg->getBumpVectorContext()); in appendConstructor()
829 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor()
838 B->appendCXXRecordTypedCall(CE, CC, cfg->getBumpVectorContext()); in appendCall()
843 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall()
847 B->appendInitializer(I, cfg->getBumpVectorContext()); in appendInitializer()
851 B->appendNewAllocator(NE, cfg->getBumpVectorContext()); in appendNewAllocator()
855 B->appendBaseDtor(BS, cfg->getBumpVectorContext()); in appendBaseDtor()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1433 BumpVectorContext &getBumpVectorContext() { in getBumpVectorContext() function