Home
last modified time | relevance | path

Searched refs:uc4 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-unsigned-char.cpp73 unsigned char uc4 = 256; // unsigned dst type is well defined. in narrow_constant_to_unsigned_integer_is_ok() local
H A Dnarrowing-conversions.cpp215 unsigned char uc4 = 256; // unsigned dst type is well defined. in narrow_constant_to_unsigned_integer_is_ok() local
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h367 typedef unsigned char uc4 __attribute__((ext_vector_type(4))); in __ldg() typedef
368 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg()