Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h53 UInt64 = 0x0077, // 64 bit unsigned int enumerator
189 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h406 UInt64, enumerator
465 uint64_t UInt64; member
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4494 using UInt64 = unsigned long long; global() typedef
4497 using UInt64 = unsigned long; global() typedef