Searched defs:n9 (Results 1 – 12 of 12) sorted by relevance
27 int n9; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
11 alignas(8) int n9 alignas(2); // ok, overaligned variable
28 namespace n9 { namespace
737 int n9 = cp.addLongInfo(1234L); in testConstInfoAdd() local
238 constexpr int n9 = n3 - 0; // ok variable
239 constexpr int n9 = n3 - 0; // ok variable
84 constexpr int n9 = (const_cast<A&&>(A{123})).n; variable289 constexpr bool n9 = &x <= 0; // expected-error {{must be initialized by a constant expression}} variable
385 …static const domainname *n9 = (const domainname*)"\x1" "9" "\x1" "e" "\x1" "f" "\x3" "ip6" "… in IsLocalDomain() local
1714 BcDig n9 = n->num[i]; in bc_num_printDecimal() local
84 constexpr int n9 = (const_cast<A&&>(A{123})).n; variable308 constexpr bool n9 = &x <= (int*)0; // expected-error {{must be initialized by a constant expression… variable