Home
last modified time | relevance | path

Searched defs:u3 (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Dunused-global-var.cu43 constexpr int u3 = 2; variable
H A Dhost-used-device-var.cu39 static __device__ int u3; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dstatic-object-exception.cpp117 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 Dmcu-struct-return.c20 } u3; variable
H A Ddesignated-initializers.c15 union { double f; int i; } u3 = { }; variable
166 union { int i; float f; } u3; in test1() local
H A Dbuiltin-preserve-access-index.c131 union u3 { union
H A Dxcore-stringtype.c161 void unionType3(union U3 u3) {} in unionType3()
/llvm-project/clang/test/Analysis/
H A Dconstant-folding.c285 void testDisequalityRules(unsigned int u1, unsigned int u2, unsigned int u3, in testDisequalityRules()
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-struct.cpp46 } u3; member
/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp62 U3 u3; member
H A Dcxx1y-initializer-aggregates.cpp7 constexpr U u3 { 'x' }; variable
H A Ddcl_init_aggr.cpp177 u u3 = 1; // expected-error{{no viable conversion}} variable
H A Dcxx0x-nontrivial-union.cpp178 U3 u3; variable
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp60 constexpr union U3 {} u3 = {}; variable
/llvm-project/flang/test/Lower/
H A Dcomponents.f90257 type, extends(u2) :: u3 type
/llvm-project/clang/test/Sema/
H A Dtransparent-union.c128 unsigned int u3; member
H A Dinit.c205 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 Dzos-alignment.c199 union u3 { union
/llvm-project/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp128 decltype((char)(S<-3>())) u3; variable
H A Dconcepts.cpp467 __anonb4e5b1661802(U && u3) DoubleDepthReferencesAllLambda() argument
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp514 constexpr bool u3 = p <= q; // expected-error {{constant expression}} expected-note {{comparison between '&a' and '&b' has unspecified value}} global() variable