Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DOpcodes.td27 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/
Dformatter_int.bench.cpp118 enum class TypeE { Int64, Uint64 }; enumerator
134 struct Type<TypeE::Uint64> {
/openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h102 Uint64, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp146 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Uint64, "unsigned __int64"); in outputPre()
DMicrosoftDemangle.cpp1956 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Uint64); in demanglePrimitiveType()