Searched defs:agg (Results 1 – 12 of 12) sorted by relevance
2 struct agg struct7 struct agg a; argument
4 namespace agg namespace
13 T agg = { in f() local
71 struct agg { int i; }; argument
10 static constexpr const Agg &agg = Agg(); member
66 struct { const int& a; } agg = { 10 }; in test_scalar() local 78 struct { const _Complex int &a; } agg = { 10i }; in test_complex() local 90 struct { const C& a; } agg = { C() }; in test_aggregate() local
475 int agg() { constexpr Agg a = { f(101) }; return a.k; } in agg() function
115 Agg agg; member 127 Agg agg[24]; member
14 struct Aggregate agg; in test_parameter_types() local
121 struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from initializer list is incompatible with C++98}} in RangeFor() local
1116 if (auto *agg = dyn_cast<llvm::ConstantAggregate>(cst)) { convertGlobals() local
1666 if (auto agg = dyn_cast<llvm::ConstantAggregate>(init)) { findLocations() local