Searched refs:allocaPtr (Results 1 – 3 of 3) sorted by relevance
71 void *allocaPtr; member74 UntypedAllocaTest() : allocaPtr(__builtin_alloca(sizeof(int))) { in UntypedAllocaTest()84 int *allocaPtr; // expected-note{{uninitialized pointee 'this->allocaPtr'}} member88 : allocaPtr(static_cast<int *>(__builtin_alloca(sizeof(int)))) {} in TypedAllocaTest1()96 int *allocaPtr; member100 : allocaPtr(static_cast<int *>(__builtin_alloca(sizeof(int)))) { in TypedAllocaTest2()101 *allocaPtr = 55555; in TypedAllocaTest2()
53 void *allocaPtr; member
869 t->allocaPtr = alloca(t->index * 128); in ThreadFunc()