Searched defs:x_uint (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Sema/ | ||
H A D | ext-int.c | 28 unsigned x_uint = 1; in Ops() local |
/llvm-project/libc/src/math/generic/ | ||
H A D | acosf.cpp | 43 uint32_t x_uint = xbits.uintval(); global() variable |
H A D | asinf.cpp | 49 uint32_t x_uint = xbits.uintval(); global() variable |
/llvm-project/clang/test/SemaCXX/ | ||
H A D | ext-int.cpp | 124 unsigned x_uint = 1, y_uint = 1; Ops() local |