Searched defs:n9 (Results 1 – 5 of 5) 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
238 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