Home
last modified time | relevance | path

Searched refs:Uint64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td27 def Uint64 : Type;
72 Uint32, Sint64, Uint64, IntAP, IntAPS];
77 Uint32, Sint64, Uint64, Bool];
245 def ConstUint64 : ConstOpcode<Uint64, ArgUint64>;
579 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool, IntAP, IntAPS];
583 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
597 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5368 UINT64 Uint64; member
5402 UINT64 Uint64; member
5465 UINT64 Uint64; member
5486 UINT64 Uint64; member
5525 UINT64 Uint64; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h101 Uint64, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp146 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Uint64, "unsigned __int64"); in outputPre()
H A DMicrosoftDemangle.cpp2017 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Uint64); in demanglePrimitiveType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DRISCVVTypes.def371 //===- Uint64 tuple types -------------------------------------------------===//