Searched refs:allocaPtr (Results 1 – 1 of 1) sorted by relevance
71 void *allocaPtr; member77 UntypedAllocaTest() : allocaPtr(__builtin_alloca(sizeof(int))) { in UntypedAllocaTest()87 int *allocaPtr; // expected-note{{uninitialized pointee 'this->allocaPtr'}} member91 : allocaPtr(static_cast<int *>(__builtin_alloca(sizeof(int)))) {} in TypedAllocaTest1()102 int *allocaPtr; member109 : allocaPtr(static_cast<int *>(__builtin_alloca(sizeof(int)))) { in TypedAllocaTest2()110 *allocaPtr = 55555; in TypedAllocaTest2()