Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Common/
H A Dformat.h46 UnsignedInteger, // value in integerValue_ in ENUM_CLASS() argument
[all...]
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h97 UnsignedInteger = 1 << 3, enumerator
228 UnsignedInteger, enumerator
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h58 using UnsignedInteger = Integer<uint64_t>; variable