/llvm-project/clang/test/CodeGenCUDA/ |
H A D | unused-global-var.cu | 43 constexpr int u3 = 2; variable
|
H A D | host-used-device-var.cu | 39 static __device__ int u3; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | static-object-exception.cpp | 117 thread_local U u3; variable 136 thread_local U u3; // ok in f() local 170 thread_local U u3; variable 197 thread_local U u3; // ok in f() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | mcu-struct-return.c | 20 } u3; variable
|
H A D | designated-initializers.c | 15 union { double f; int i; } u3 = { }; variable 166 union { int i; float f; } u3; in test1() local
|
H A D | builtin-preserve-access-index.c | 131 union u3 { union
|
H A D | xcore-stringtype.c | 161 void unionType3(union U3 u3) {} in unionType3()
|
/llvm-project/clang/test/Analysis/ |
H A D | constant-folding.c | 285 void testDisequalityRules(unsigned int u1, unsigned int u2, unsigned int u3, in testDisequalityRules()
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-APValue-struct.cpp | 46 } u3; member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | err_typecheck_assign_const.cpp | 62 U3 u3; member
|
H A D | cxx1y-initializer-aggregates.cpp | 7 constexpr U u3 { 'x' }; variable
|
H A D | dcl_init_aggr.cpp | 177 u u3 = 1; // expected-error{{no viable conversion}} variable
|
H A D | cxx0x-nontrivial-union.cpp | 178 U3 u3; variable
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p1.cpp | 60 constexpr union U3 {} u3 = {}; variable
|
/llvm-project/flang/test/Lower/ |
H A D | components.f90 | 257 type, extends(u2) :: u3 type
|
/llvm-project/clang/test/Sema/ |
H A D | transparent-union.c | 128 unsigned int u3; member
|
H A D | init.c | 205 const union PR4517_u u3 = {u1.y}; // expected-error {{initializer element is not a compile-time con… variable
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zos-alignment.c | 199 union u3 { union
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | constexpr-instantiate.cpp | 128 decltype((char)(S<-3>())) u3; variable
|
H A D | concepts.cpp | 467 __anonb4e5b1661802(U && u3) DoubleDepthReferencesAllLambda() argument
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 514 constexpr bool u3 = p <= q; // expected-error {{constant expression}} expected-note {{comparison between '&a' and '&b' has unspecified value}} global() variable
|