Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp730 ConstructionContextLayer::create(cfg->getBumpVectorContext(), in findConstructionContextsForArguments()
783 return ConstructionContext::createFromLayers(cfg->getBumpVectorContext(), in retrieveAndCleanupConstructionContext()
795 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
801 B->appendConstructor(CE, CC, cfg->getBumpVectorContext()); in appendConstructor()
806 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor()
815 B->appendCXXRecordTypedCall(CE, CC, cfg->getBumpVectorContext()); in appendCall()
820 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall()
824 B->appendInitializer(I, cfg->getBumpVectorContext()); in appendInitializer()
828 B->appendNewAllocator(NE, cfg->getBumpVectorContext()); in appendNewAllocator()
832 B->appendBaseDtor(BS, cfg->getBumpVectorContext()); in appendBaseDtor()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1437 BumpVectorContext &getBumpVectorContext() { in getBumpVectorContext() function