Home
last modified time | relevance | path

Searched defs:incomplete (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dmemset-invalid-1.c7 typedef struct __incomplete *incomplete; typedef
H A Dconditional-expr.c69 int (*incomplete)[]; in foo() local
H A Datomic-ops.c52 struct Incomplete *incomplete; // expected-note {{forward declaration of 'struct Incomplete'}} variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp86 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forw… variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.types/
H A Dp10.cpp34 constexpr Incomplete incomplete = {}; // expected-error {{constexpr variable cannot have non-litera… variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dbig-atomic-ops.c198 int lock_free(struct Incomplete *incomplete) { in lock_free()
H A Datomic-ops.c306 int lock_free(struct Incomplete *incomplete) { in lock_free()
/minix3/external/mit/lua/dist/src/
H A Dlua.c291 static int incomplete (lua_State *L, int status) { in incomplete() function