Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
255 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/external/clang/include/clang/Basic/
DTargetInfo.h242 IntType getUInt64Type() const { in getUInt64Type() function