Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/llvm-project/clang/test/Sema/
H A Dzvector2.c6 vector unsigned char uc, uc2; variable
H A Dzvector.c6 vector unsigned char uc, uc2; variable
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-unsigned-char.cpp
H A Dnarrowing-conversions.cpp
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzvector.c6 volatile vector unsigned char uc, uc2; global() variable
[all...]
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
H A Dp7-0x.cpp18 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-member-init.cpp293 UsesCleanup uc2{}; member
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h357 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
/llvm-project/llvm/lib/Support/
H A Dregcomp.c1410 unsigned uc2 = (uch)c2; in samesets() local