Home
last modified time | relevance | path

Searched defs:uint32x4_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp27 typedef __attribute__((neon_vector_type(4))) unsigned int uint32x4_t; global() typedef
78 f20(uint32x4_t) f20() argument
/llvm-project/clang/test/Sema/
H A Doverload-arm-mve.c15 …edef __attribute__((neon_vector_type(4), __clang_arm_mve_strict_polymorphism)) uint32_t uint32x4_t; typedef