Home
last modified time | relevance | path

Searched defs:bptr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp26 TEST_CONSTEXPR_CXX23 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign()
123 std::unique_ptr<B> bptr(new B); in test() local
133 std::unique_ptr<B, Deleter<B> > bptr(new B, std::move(del)); in test() local
145 std::unique_ptr<B, CDeleter<B>&> bptr(new B, bdel); in test() local
H A Dmove_convert.runtime.pass.cpp25 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() argument
/llvm-project/clang/test/Analysis/
H A Dstack-block-returned.cpp3 typedef void (^bptr)(void); typedef
H A Dcxx-uninitialized-object-inheritance.cpp790 DynTBase1 *bptr; member
809 DynTBase2 *bptr; member
825 SymbolicSuperRegionBase *bptr; // no-crash member
/llvm-project/clang/test/SemaObjC/
H A Dattr-malloc.m14 __attribute((malloc)) bptr (*g)(void); // expected-warning {{attribute only applies to functions}} function
/llvm-project/third-party/benchmark/test/
H A Ddonotoptimize_test.cc49 char* bptr = &buffer1024[0]; in main() local
/llvm-project/clang/test/Sema/
H A Dblock-return.c89 typedef void (^bptr)(void); global() typedef
/llvm-project/clang/test/Frontend/
H A Dnoderef.c122 int *NODEREF *bptr = &s2_arr[1]->b; in test() local