Home
last modified time | relevance | path

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

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