Lines Matching +defs:error +defs:c
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()
439 char c[6]; member
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
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
1598 constexpr bool c = f() == f(); variable
1685 constexpr int error() { // expected-error {{no return statement}} in error() function
1914 constexpr char c[] = { 'f', 'o', 'o', 0, 'q', f(), 'u', 'x', 0 }; variable
2040 constexpr C c(0); variable