Searched refs:initStruct (Results 1 – 2 of 2) sorted by relevance
50 void initStruct(int x, struct WithFields *X) { in initStruct() function60 initStruct(x, &st); //expected-note {{Calling 'initStruct'}} in testPassingParentRegionStruct()
35 int initStruct(struct X *st);38 initStruct(&l); in structOffsetBindingIsInvalidated()