Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Dparallel_reduction_messages.c3 int incomplete[]; variable
24 int incomplete[3]; variable
/llvm-project/clang/test/Sema/
H A Dcomplete-incomplete-pointer-relational-c99.c4 int incomplete[]; // expected-warning {{tentative array definition assumed to have one element}} variable
H A Dmemset-invalid-1.c6 typedef struct __incomplete *incomplete; typedef
H A Dattr-loader-uninitialized.c44 struct Incomplete incomplete __attribute__((loader_uninitialized)); variable
H A Dattr-loader-uninitialized.cpp66 Incomplete incomplete __attribute__((loader_uninitialized)); variable
H A Dconditional-expr.c74 int (*incomplete)[]; in foo() local
H A Datomic-ops.c87 struct Incomplete *incomplete; // expected-note {{forward declaration of 'struct Incomplete'}} variable
[all...]
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp62 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forw… variable
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-classes.cpp108 auto incomplete = &three<Incomplete*, Incomplete**, const Incomplete*>; variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp42 constexpr void *incomplete = std::allocator<Incomplete>().allocate(); // expected-error {{constant expression}} expected-note {{in call}} variable
/llvm-project/clang/test/CXX/basic/basic.types/
H A Dp10.cpp34 constexpr Incomplete incomplete = {}; // expected-error {{constexpr variable cannot have non-literal type 'const Incomplete'}} expected-note {{incomplete type 'const Incomplete' is not a literal type}} variable
/llvm-project/clang/test/CodeGen/
H A Dbig-atomic-ops.c198 int lock_free(struct Incomplete *incomplete) { in lock_free()
H A Datomic-ops.c328 int lock_free(struct Incomplete *incomplete) { in lock_free()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.cpp254 void incomplete(Forward1 *F1, Forward2 *F2) {} // NO-WARN: Do not compare incomplete types. in incomplete() function
/llvm-project/clang/test/CXX/drs/
H A Dcwg13xx.cpp24 int incomplete = alignof(Incomplete(&)[]); variable