Searched refs:BPA (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/doc/papers/ |
H A D | bsdreferences.bib | 106 @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 D | LazyCallGraph.cpp | 208 : 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 D | LazyCallGraph.h | 1123 SpecificBumpPtrAllocator<Node> BPA; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 2085 *BPA = A->getAs<BlockPointerType>(); in DeduceTemplateArgumentsByTypeMatch() 2086 if (!BPA) in DeduceTemplateArgumentsByTypeMatch() 2089 S, TemplateParams, BPP->getPointeeType(), BPA->getPointeeType(), Info, in DeduceTemplateArgumentsByTypeMatch()
|