Home
last modified time | relevance | path

Searched defs:int32 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dtypes.h16 typedef int int32; typedef
20 typedef long int32; typedef
/llvm-project/clang/test/Sema/
H A Ddiv-sizeof-ptr.cpp8 typedef int int32; typedef
H A Ddiv-sizeof-array.cpp9 typedef int int32; typedef
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzos-alignment.c6 typedef int __attribute__((aligned(32))) int32; typedef
/llvm-project/clang/test/Analysis/
H A Dmisc-ps.m475 typedef int int32; typedef
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp530 static_assert(uint32(int32(0x1234) << 16) == 0x12340000); typedef