Searched defs:bptr (Results 1 – 8 of 8) sorted by relevance
26 TEST_CONSTEXPR_CXX23 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign()123 std::unique_ptr<B> bptr(new B); in test() local133 std::unique_ptr<B, Deleter<B> > bptr(new B, std::move(del)); in test() local145 std::unique_ptr<B, CDeleter<B>&> bptr(new B, bdel); in test() local
25 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() argument
3 typedef void (^bptr)(void); typedef
790 DynTBase1 *bptr; member809 DynTBase2 *bptr; member825 SymbolicSuperRegionBase *bptr; // no-crash member
14 __attribute((malloc)) bptr (*g)(void); // expected-warning {{attribute only applies to functions}} function
49 char* bptr = &buffer1024[0]; in main() local
89 typedef void (^bptr)(void); global() typedef
122 int *NODEREF *bptr = &s2_arr[1]->b; in test() local