Searched defs:UInt128 (Results 1 – 5 of 5) sorted by relevance
16 using UInt128 = __uint128_t; variable19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
331 template<unsigned __int128 N> struct UInt128 {}; struct
351 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
338 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); Initialize() local