/llvm-project/clang/test/OpenMP/ |
H A D | parallel_reduction_messages.c | 3 int incomplete[]; variable 24 int incomplete[3]; variable
|
/llvm-project/clang/test/Sema/ |
H A D | complete-incomplete-pointer-relational-c99.c | 4 int incomplete[]; // expected-warning {{tentative array definition assumed to have one element}} variable
|
H A D | memset-invalid-1.c | 6 typedef struct __incomplete *incomplete; typedef
|
H A D | attr-loader-uninitialized.c | 44 struct Incomplete incomplete __attribute__((loader_uninitialized)); variable
|
H A D | attr-loader-uninitialized.cpp | 66 Incomplete incomplete __attribute__((loader_uninitialized)); variable
|
H A D | conditional-expr.c | 74 int (*incomplete)[]; in foo() local
|
H A D | atomic-ops.c | 87 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 D | p6.cpp | 62 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forw… variable
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-classes.cpp | 108 auto incomplete = &three<Incomplete*, Incomplete**, const Incomplete*>; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2a-constexpr-dynalloc.cpp | 42 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 D | p10.cpp | 34 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 D | big-atomic-ops.c | 198 int lock_free(struct Incomplete *incomplete) { in lock_free()
|
H A D | atomic-ops.c | 328 int lock_free(struct Incomplete *incomplete) { in lock_free()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-implicits.cpp | 254 void incomplete(Forward1 *F1, Forward2 *F2) {} // NO-WARN: Do not compare incomplete types. in incomplete() function
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg13xx.cpp | 24 int incomplete = alignof(Incomplete(&)[]); variable
|