Searched defs:n6 (Results 1 – 11 of 11) sorted by relevance
51 common /b6/ n6 local52 integer n6 local
18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any dec… variable
8 alignas(1) alignas(4) int n6 alignas(2); // ok variable
58 char *n6(char *base, int a, int b, int c) { in n6() function
23 namespace n6 { namespace
267 constexpr int n6 = 6; variable
165 nullptr_t n6; // c99-error{{unknown type}} c99-modules-error{{unknown type}} variable
427 int n4, n5, n6; member in VeryComplex1
237 constexpr int n6 = 3 * -715827883; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} global() variable
89 constexpr int **n6 = const_cast<int**>(&n3); global() variable 315 constexpr bool n6 = (int*)0 > &y; // expected-error {{must be initialized by a constant expression}} expected-note {{unspecified}} global() variable
197 MDNode *n6 = MDNode::getIfExists(Context, c2); in TEST_F() local