Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dint128.d19 public struct Int128 struct
38 * Construct an `Int128` from a `ulong` value. argument
50 * Construct an `Int128` from a `long` value. argument
62 * Construct an `Int128` from a `Cent`. argument
72 * Returns: hash value for Int128 argument
82 * Returns: true if Int128 equals value argument
92 * Returns: true if Int128 equals value argument
102 * Returns: true if Int128 equals value argument
104 bool opEquals(Int128 op2) const in opEquals() argument
180 return Int128(modulus); argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h55 Int128 = 0x0078, // 128 bit signed int enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp247 DeclarationName Int128 = &Context.Idents.get("__int128_t"); in Initialize() local