Searched refs:Uint64 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Opcodes.td | 27 def Uint64 : Type; 59 Uint32, Sint64, Uint64]; 64 Uint32, Sint64, Uint64]; 195 def ConstUint64 : ConstOpcode<Uint64, ArgUint64>; 466 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool]; 470 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
|
| /openbsd/src/gnu/llvm/libcxx/benchmarks/ |
| D | formatter_int.bench.cpp | 118 enum class TypeE { Int64, Uint64 }; enumerator 134 struct Type<TypeE::Uint64> {
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangleNodes.h | 102 Uint64, enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/Demangle/ |
| D | MicrosoftDemangleNodes.cpp | 146 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Uint64, "unsigned __int64"); in outputPre()
|
| D | MicrosoftDemangle.cpp | 1956 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Uint64); in demanglePrimitiveType()
|