Searched full:standards (Results 1 – 25 of 269) sorted by relevance
1234567891011
/llvm-project/libc/newhdrgen/yaml/ |
H A D | math.yaml |
|
H A D | stdbit.yaml |
|
H A D | pthread.yaml |
|
H A D | stdio.yaml |
|
H A D | stdlib.yaml |
|
H A D | unistd.yaml |
|
H A D | string.yaml |
|
H A D | stdfix.yaml |
|
H A D | threads.yaml |
|
H A D | ctype.yaml |
|
H A D | fenv.yaml |
|
H A D | sys_mman.yaml |
|
H A D | termios.yaml |
|
H A D | sched.yaml |
|
H A D | signal.yaml |
|
H A D | search.yaml |
|
H A D | sys_stat.yaml |
|
H A D | strings.yaml |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx17-compat.cpp | 10 …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 D | constant-expression-cxx2b.cpp | 15 // 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 D | cxx2c-placeholder-vars.cpp | 7 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 D | n2900_n3011.c | 12 …{}; // 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 D | yaml_to_classes.py |
|
/llvm-project/clang/test/Parser/ |
H A D | c11-keywords.c | 8 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 D | p3-2b.cpp | 6 …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