Searched refs:getBumpVectorContext (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 738 ConstructionContextLayer::create(cfg->getBumpVectorContext(), in findConstructionContextsForArguments() 791 return ConstructionContext::createFromLayers(cfg->getBumpVectorContext(), in retrieveAndCleanupConstructionContext() 803 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt() 809 B->appendConstructor(CE, CC, cfg->getBumpVectorContext()); in appendConstructor() 814 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor() 823 B->appendCXXRecordTypedCall(CE, CC, cfg->getBumpVectorContext()); in appendCall() 828 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall() 832 B->appendInitializer(I, cfg->getBumpVectorContext()); in appendInitializer() 836 B->appendNewAllocator(NE, cfg->getBumpVectorContext()); in appendNewAllocator() 840 B->appendBaseDtor(BS, cfg->getBumpVectorContext()); in appendBaseDtor() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1442 BumpVectorContext &getBumpVectorContext() { in getBumpVectorContext() function
|