Searched defs:n8 (Results 1 – 11 of 11) sorted by relevance
1 namespace N { struct n8 { friend struct foo; }; } struct
25 int n8; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
10 n8 alignas(4); // ok variable
68 char *n8(char *base, int a, int b, int c) { in n8() function
74 char *n8(char *base, int a, int b, int c) { in n8() function
32 namespace n8 { namespace
19 integer(kind=8), kind :: n8 = 12 - n4 component
270 constexpr const int* n8() { return &eight; } in n8() function
202 nullptr_t n8; // c99-error{{unknown type}} c99-modules-error{{unknown type}} variable
239 constexpr int n8 = -1 + n7; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} global() variable
91 constexpr int n8 = **n6; global() variable