Home
last modified time | relevance | path

Searched refs:invalid3 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Ddeduct_F.pass.cpp131 struct invalid3 { struct
137 static_assert(!can_deduce<invalid3>());
/llvm-project-15.0.7/clang/test/Sema/
H A Dcomplex-init-list.c38 _Complex float invalid3 = {}; // expected-error {{scalar initializer cannot be empty}} expected-war… variable
H A Dbuiltin-preserve-access-index.c11 void *invalid3(const int *arg) { in invalid3() function
H A Dbuiltins-bpf.c35 void *invalid3(struct s *arg) { in invalid3() function
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.mm129 void invalid3() {
148 void invalid3() {
167 auto function3 = invalid3;
168 // [email protected]:* {{'Types::BlockPointer::invalid3' has different definitions in differe…
H A Dodr_hash.cpp3475 void invalid3() { in invalid3() function
3490 void invalid3() {
3502 auto function2 = invalid3;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnullability.cpp43 …typedef _Nonnull AddNonNull2<T> invalid3; // expected-error{{nullability specifier '_Nonnull' cann… typedef