Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Common/
H A Duint128.h31 constexpr Int128() {} in Int128() function
34 constexpr Int128(unsigned n) : low_{n} {} in Int128() function
35 constexpr Int128(unsigned long n) : low_{n} {} in Int128() function
36 constexpr Int128(unsigned long long n) : low_{n} {} in Int128() function
37 constexpr Int128(int n) { in Int128() function
41 constexpr Int128(long n) { in Int128() function
45 constexpr Int128(long long n) { in Int128() function
54 explicit constexpr Int128(const Int128<!IS_SIGNED> &n) in Int128() function
56 explicit constexpr Int128(Int128<!IS_SIGNED> &&n) in Int128() function
253 constexpr Int128(std::uint64_t hi, std::uint64_t lo) { in Int128() function
/llvm-project/libc/src/__support/
H A Duint128.h17 using Int128 = __int128_t; variable
20 using Int128 = LIBC_NAMESPACE::Int<128>; variable
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp18 constexpr __int128 Int128 = (__int128)0xFFFFFFFFFFFFFFFF + (__int128)1; in Test() local
/llvm-project/clang/test/CodeGen/SystemZ/
H A Datomic_is_lock_free.c12 __int128 Int128; variable
/llvm-project/flang/runtime/
H A Dtools.h151 using Int128 = CppTypeFor<TypeCategory::Integer, 16>; in GetInt64Safe() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h56 Int128 = 0x0078, // 128 bit signed int enumerator
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp330 template<__int128 N> struct Int128 {}; struct
/llvm-project/clang/lib/Sema/
H A DSema.cpp334 DeclarationName Int128 = &Context.Idents.get("__int128_t"); Initialize() local