Home
last modified time | relevance | path

Searched full:standards (Results 1 – 25 of 269) sorted by relevance

1234567891011

/llvm-project/libc/newhdrgen/yaml/
H A Dmath.yaml
H A Dstdbit.yaml
H A Dpthread.yaml
H A Dstdio.yaml
H A Dstdlib.yaml
H A Dunistd.yaml
H A Dstring.yaml
H A Dstdfix.yaml
H A Dthreads.yaml
H A Dctype.yaml
H A Dfenv.yaml
H A Dsys_mman.yaml
H A Dtermios.yaml
H A Dsched.yaml
H A Dsignal.yaml
H A Dsearch.yaml
H A Dsys_stat.yaml
H A Dstrings.yaml
/llvm-project/clang/test/SemaCXX/
H A Dcxx17-compat.cpp10 …inter to a 'const &' member function on an rvalue is incompatible with C++ standards before C++20}}
19 …t capture of 'this' with a capture default of '=' is incompatible with C++ standards before C++20}} in b()
27 …ing@-4 {{default member initializer for bit-field is incompatible with C++ standards before C++20}}
36 …// expected-warning@-4 {{default construction of lambda is incompatible with C++ standards before …
43 // expected-warning@-4 {{assignment of lambda is incompatible with C++ standards before C++20}}
54 …ctor with a type different from the implicit type is incompatible with C++ standards before C++20}}
63 …{{range-based for loop initialization statements are incompatible with C++ standards before C++20}} in ForRangeInit()
72 …// expected-warning@-4 {{virtual constexpr functions are incompatible with C++ standards before C+…
81 …@-4 {{decomposition declaration declared 'static' is incompatible with C++ standards before C++20}}
88 …on declared with 'static thread_local' specifiers is incompatible with C++ standards before C++20}} in f()
[all …]
H A Dconstant-expression-cxx2b.cpp15 // cxx23-warning {{definition of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in f()
20 // cxx23-warning {{definition of a thread_local variable in a constexpr function is incompatible with C++ standards before C++23}} in g()
26 // cxx23-warning {{definition of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in c_thread_local()
32 // cxx23-warning {{definition of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in gnu_thread_local()
38 // cxx23-warning {{definition of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in h()
43 // cxx23-warning {{definition of a thread_local variable in a constexpr function is incompatible with C++ standards before C++23}} in i()
50 static const int m = n; // cxx23-warning {{definition of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in j()
58 thread_local const int m = n; // cxx23-warning {{definition of a thread_local variable in a constexpr function is incompatible with C++ standards before C++23}} in k()
68 // cxx23-warning {{definition of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in j_evaluated()
79 // cxx23-warning {{definition of a thread_local variable in a constexpr function is incompatible with C++ standards befor in k_evaluated()
[all...]
H A Dcxx2c-placeholder-vars.cpp7 int _; // expected-warning {{placeholder variables are incompatible with C++ standards before C++2c}} \ in static_var()
19 auto [_, _, _, _] = arr; // expected-warning 3{{placeholder variables are incompatible with C++ standards before C++2c}} \ in bindings()
28 // expected-warning {{placeholder variables are incompatible with C++ standards before C++2c}} in bindings()
32 // introduction of `_` is valid in all C++ standards in bindings()
33 auto [_, _, _, _] = arr; // expected-warning 3{{placeholder variables are incompatible with C++ standards before C++2c}} in bindings()
52 (void)[_ = 0, _ = 1] { // expected-warning {{placeholder variables are incompatible with C++ standards before C++2c}} \ in lambda()
98 int _; // expected-warning{{placeholder variables are incompatible with C++ standards before C++2c}} \ in f()
142 int _ = 12; // expected-warning {{placeholder variables are incompatible with C++ standards before C++2c}}
155 int _, _; // expected-warning {{placeholder variables are incompatible with C++ standards before C++2c}} \
165 // expected-warning {{placeholder variables are incompatible with C++ standards befor
[all...]
/llvm-project/clang/test/C/C23/
H A Dn2900_n3011.c12 …{}; // compat-warning {{use of an empty initializer is incompatible with C standards before C23}} \ in test()
14 …int i = {}; // compat-warning {{use of an empty initializer is incompatible with C standards befor… in test()
16 …int j = (int){}; // compat-warning {{use of an empty initializer is incompatible with C standards in test()
27 … compat-warning {{use of an empty initializer is incompatible with C standards before C23}} in test()
28 …int vla[i] = {}; // compat-warning {{use of an empty initializer is incompatible with C standards in test()
33 …{}; // compat-warning {{use of an empty initializer is incompatible with C standards before C23}} \ in test()
42 … }; // compat-warning {{use of an empty initializer is incompatible with C standards before C23}} \ in test()
47 …2, {} // compat-warning {{use of an empty initializer is incompatible with C standards before C23}… in test()
53 …(int){}, // compat-warning {{use of an empty initializer is incompatible with C standards before C… in test()
55 … {} // compat-warning {{use of an empty initializer is incompatible with C standards before C23}} \ in test()
[all …]
/llvm-project/libc/newhdrgen/
H A Dyaml_to_classes.py
/llvm-project/clang/test/Parser/
H A Dc11-keywords.c8 extern _Noreturn void exit(int); /* compat-warning {{'_Noreturn' is incompatible with C standards b…
13 …d_local int tl; /* compat-warning {{'_Thread_local' is incompatible with C standards before C11}} in func()
16 …_Alignas(8) char c; /* compat-warning {{'_Alignas' is incompatible with C standards bef… in func()
19 …_Atomic int i1; /* compat-warning {{'_Atomic' is incompatible with C standards befo… in func()
22 …_Atomic(int) i2; /* compat-warning {{'_Atomic' is incompatible with C standards befo… in func()
26 …(1, ""); /* compat-warning {{'_Static_assert' is incompatible with C standards before C11}} in func()
30 …(void)_Generic(1, int : 1); /* compat-warning {{'_Generic' is incompatible with C standards bef… in func()
33 …(void)_Alignof(int); /* compat-warning {{'_Alignof' is incompatible with C standards bef… in func()
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3-2b.cpp6 …tion of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in h()
13 …f a thread_local variable in a constexpr function is incompatible with C++ standards before C++23}} in i()
18 …g {{use of this statement in a constexpr function is incompatible with C++ standards before C++23}} in g()
24 …g {{use of this statement in a constexpr function is incompatible with C++ standards before C++23}} in h()
32 …iable of non-literal type in a constexpr function is incompatible with C++ standards before C++23}} in non_literal()
37 …iable of non-literal type in a constexpr function is incompatible with C++ standards before C++23}} in non_literal2()
43 …tion of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in c_thread_local()
51 …tion of a static variable in a constexpr function is incompatible with C++ standards before C++23}} in gnu_thread_local()

1234567891011