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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h231 IntType getUInt64Type() const { function in class:clang::TargetInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
255 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();

Completed in 53 milliseconds