Searched defs:Aggr (Results 1 – 4 of 4) sorted by relevance
5 struct Aggr { struct12 …bool &br; // expected-note {{default constructor of 'Aggr' is implicitly deleted because field 'br… argument
104 struct Aggr { struct105 DefaultConstructor a;106 NoDefaultConstructor1 b;107 NoDefaultConstructor2 c;
112 struct Aggr { int i; int j; }; struct
797 Value *Aggr = IVI.getAggregateOperand(); in visitInsertValueInst() local