Home
last modified time | relevance | path

Searched refs:Aggr (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp104 struct Aggr { struct
110 Aggr ok1 { {}, {0} , {0,0} };
111 Aggr ok2 = { {}, {0} , {0,0} };
112Aggr 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}}
114Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initializati…
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
Dp1-0x.cpp5 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/
DSCCP.cpp789 Value *Aggr = IVI.getAggregateOperand(); in visitInsertValueInst() local
796 LatticeVal EltVal = getStructValueState(Aggr, i); in visitInsertValueInst()