Home
last modified time | relevance | path

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

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