Home
last modified time | relevance | path

Searched defs:u4 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Dunused-global-var.cu47 constexpr int u4 = 3; variable
H A Dhost-used-device-var.cu43 static __device__ int u4; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dstatic-object-exception.cpp142 static U u4; // ok in f() local
203 static U u4; // ok in f() local
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-reduction-math.c8 typedef unsigned int u4 __attribute__((ext_vector_type(4))); typedef
[all...]
H A Dxcore-stringtype.c162 void unionType4(union U4 u4) {} in unionType4()
H A Dbuiltins-elementwise-math.c9 typedef unsigned int u4 __attribute__((ext_vector_type(4))); typedef
[all...]
/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp66 U4 u4; in test6() local
H A Ddcl_init_aggr.cpp178 u u4 = { 0, "asdf" }; // expected-error{{excess elements in union initializer}} variable
H A Dcxx0x-nontrivial-union.cpp179 U4 u4; variable
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp64 union U4 {} constexpr u4 = {}; variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp515 constexpr bool u4 = p >= q; // expected-error {{constant expression}} expected-note {{comparison between '&a' and '&b' has unspecified value}} global() variable