Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp228 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
253 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h359 IntType getUInt64Type() const { in getUInt64Type() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7213 Fields[Count++] = { getFromTargetType(Target->getUInt64Type()), "_swift_rc" }; in getCFConstantStringDecl()