Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/openbsd/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp350 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp293 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local