Home
last modified time | relevance | path

Searched refs:getUInt64Type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp229 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
254 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h375 IntType getUInt64Type() const { in getUInt64Type() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7318 Fields[Count++] = { getFromTargetType(Target->getUInt64Type()), "_swift_rc" }; in getCFConstantStringDecl()