Searched defs:Aggr (Results 1 – 3 of 3) sorted by relevance
4 struct Aggr { struct11 …bool &br; // expected-note {{default constructor of 'Aggr' is implicitly deleted because field 'br… argument
105 struct Aggr { struct106 DefaultConstructor a;107 NoDefaultConstructor1 b;108 NoDefaultConstructor2 c;
796 Value *Aggr = IVI.getAggregateOperand(); in visitInsertValueInst() local