Lines Matching +defs:c +defs:U
29 struct U { int n; }; argument
130 constexpr int Sum(int a = 0, const int &b = 0, const int *c = &z, char d = 0) { in Sum()
229 constexpr int f(int n, const int *a, const int *b, const int *c) { in f()
236 constexpr int g(int n, int a, int b, int c) { in g()
304 struct U {}; struct
439 char c[6]; member
452 struct U { struct
453 wchar_t chars[6];
454 int n;
459 char c[4]; member
465 constexpr unsigned char a[] = ("foo"), b[] = {"foo"}, c[] = {("foo")}, variable
491 constexpr int ZipFoldR(int (*F)(int x, int y, int c), int n, in ZipFoldR()
501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd()
505 constexpr int SubMul(int x, int y, int c) { return (x - y) * c; } in SubMul()
613 C c; member
646 int c, d; member
687 const char &c; member
736 int c = r + b[1]; member
888 union U { union
1260 template<int x> int g(int c) { switch(c) { case f<x>(): return 1; } return 0; } in g()
1261 int gg(int c) { return g<4>(c); } in gg()
1291 int c; member
1343 constexpr C c[3] = {}; variable
1361 union U { }; union
1375 union U { X a; }; union
1516 struct U { T t; }; // expected-note 3{{here}} struct
1544 struct U { struct
1545 int t;
1598 constexpr bool c = f() == f(); variable
1914 constexpr char c[] = { 'f', 'o', 'o', 0, 'q', f(), 'u', 'x', 0 }; variable
2040 constexpr C c(0); variable