Searched defs:n7 (Results 1 – 8 of 8) sorted by relevance
22 alignas(8) int n7; variable
9 alignas(1) int n7 alignas(2), // expected-error {{less than minimum alignment}} variable
68 char *n7(char *base, int a, int b) { in n7() function
29 namespace n7 { namespace
268 constexpr int n7() { return 8; } in n7() function
184 nullptr_t n7 ; // c99-error{{unknown type}} c99-modules-error{{unknown type}} variable
238 constexpr int n7 = -n3 + -1; // ok global() variable
90 constexpr int n7 = **n5; global() variable