Searched refs:getBumpVectorContext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 773 ConstructionContextLayer::create(cfg->getBumpVectorContext(), in findConstructionContextsForArguments() 829 return ConstructionContext::createFromLayers(cfg->getBumpVectorContext(), in retrieveAndCleanupConstructionContext() 841 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt() 853 Block->appendConstructor(CE, CC, cfg->getBumpVectorContext()); in appendConstructor() 858 Block->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor() 867 B->appendCXXRecordTypedCall(CE, CC, cfg->getBumpVectorContext()); in appendCall() 872 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall() 876 B->appendInitializer(I, cfg->getBumpVectorContext()); in appendInitializer() 880 B->appendNewAllocator(NE, cfg->getBumpVectorContext()); in appendNewAllocator() 884 B->appendBaseDtor(BS, cfg->getBumpVectorContext()); in appendBaseDtor() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1440 BumpVectorContext &getBumpVectorContext() { in getBumpVectorContext() function
|