Home
last modified time | relevance | path

Searched refs:BPA (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/doc/papers/
H A Dbsdreferences.bib106 @article{Chisnall:2015:BPA:2786763.2694367,
126 @article{Chisnall:2015:BPA:2775054.2694367,
146 @inproceedings{Chisnall:2015:BPA:2694344.2694367,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp208 : BPA(std::move(G.BPA)), NodeMap(std::move(G.NodeMap)), in LazyCallGraph()
231 BPA = std::move(G.BPA); in operator =()
1784 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1123 SpecificBumpPtrAllocator<Node> BPA; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2085 *BPA = A->getAs<BlockPointerType>(); in DeduceTemplateArgumentsByTypeMatch()
2086 if (!BPA) in DeduceTemplateArgumentsByTypeMatch()
2089 S, TemplateParams, BPP->getPointeeType(), BPA->getPointeeType(), Info, in DeduceTemplateArgumentsByTypeMatch()