Searched defs:incomplete (Results 1 – 8 of 8) sorted by relevance
7 typedef struct __incomplete *incomplete; typedef
69 int (*incomplete)[]; in foo() local
52 struct Incomplete *incomplete; // expected-note {{forward declaration of 'struct Incomplete'}} variable
86 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forw… variable
34 constexpr Incomplete incomplete = {}; // expected-error {{constexpr variable cannot have non-litera… variable
198 int lock_free(struct Incomplete *incomplete) { in lock_free()
306 int lock_free(struct Incomplete *incomplete) { in lock_free()
291 static int incomplete (lua_State *L, int status) { in incomplete() function