Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h242 IntType getUInt64Type() const { in getUInt64Type() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
255 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp217 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
237 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h338 IntType getUInt64Type() const { in getUInt64Type() function
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6497 Fields[Count++] = { getFromTargetType(Target->getUInt64Type()), "_swift_rc" }; in getCFConstantStringDecl()