Searched refs:Aggr (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-aggregates.cpp | 104 struct Aggr { struct 110 Aggr ok1 { {}, {0} , {0,0} }; 111 Aggr ok2 = { {}, {0} , {0,0} }; 112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… 113 Aggr too_few { {} , {0} , {0} }; // expected-error {{no matching constructor for initialization}} 114 …Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initializati…
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/ |
D | p1-0x.cpp | 5 struct Aggr { struct 15 Aggr ag = { b }; 56 struct NonAggr5 : Aggr { // expected-note 3 {{candidate constructor}} 62 MaybeAggr5a<Aggr> ma5a1 = {}; // expected-error {{call to implicitly-deleted default constructor of…
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 789 Value *Aggr = IVI.getAggregateOperand(); in visitInsertValueInst() local 796 LatticeVal EltVal = getStructValueState(Aggr, i); in visitInsertValueInst()
|