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 D | move_convert.single.pass.cpp | 144 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 D | move_convert.pass.cpp | 149 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 D | move_convert.pass.cpp | 288 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 D | DisambiguateTest.cpp |
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 442 Value *BPtr = B->getPointerOperand(); storeToSameAddress() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1812 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); emitSIMDTiling() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 5929 AllocaInst *BPtr = Builder.CreateAlloca(Int32Ty, nullptr, "b_ptr"); TEST_F() local
|