Home
last modified time | relevance | path

Searched defs:BPtr (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp144 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
149 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
154 typedef std::unique_ptr<B, NCDeleter<A>&> BPtr; in test_noexcept() typedef
159 typedef std::unique_ptr<B, const NCConstDeleter<A>&> BPtr; in test_noexcept() typedef
171 typedef std::unique_ptr<B> BPtr; in test() typedef
189 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test() typedef
211 typedef std::unique_ptr<B, NCDeleter<A>&> BPtr; in test() typedef
232 typedef std::unique_ptr<B, CDeleter<B>&> BPtr; in test() typedef
H A Dmove_convert.pass.cpp149 typedef std::unique_ptr<VT> BPtr; in test_noexcept() typedef
154 typedef std::unique_ptr<VT, CDeleter<VT> > BPtr; in test_noexcept() typedef
159 typedef std::unique_ptr<VT, NCDeleter<const VT>&> BPtr; in test_noexcept() typedef
164 typedef std::unique_ptr<VT, const NCConstDeleter<const VT>&> BPtr; in test_noexcept() typedef
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp288 typedef std::unique_ptr<VT> BPtr; in test_noexcept() typedef
293 typedef std::unique_ptr<VT, CDeleter<VT> > BPtr; in test_noexcept() typedef
298 typedef std::unique_ptr<VT, NCDeleter<const VT>&> BPtr; in test_noexcept() typedef
303 typedef std::unique_ptr<VT, const NCConstDeleter<const VT>&> BPtr; in test_noexcept() typedef
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDisambiguateTest.cpp
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp442 Value *BPtr = B->getPointerOperand(); storeToSameAddress() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1812 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); emitSIMDTiling() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5929 AllocaInst *BPtr = Builder.CreateAlloca(Int32Ty, nullptr, "b_ptr"); TEST_F() local