Home
last modified time | relevance | path

Searched defs:UInt128 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/src/__support/
H A Duint128.h16 using UInt128 = __uint128_t; variable
19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp331 template<unsigned __int128 N> struct UInt128 {}; struct
/llvm-project/lldb/source/Utility/
H A DScalar.cpp351 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
/llvm-project/clang/lib/Sema/
H A DSema.cpp338 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); Initialize() local