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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h305 IntType getUInt64Type() const { function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp217 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
237 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6180 Fields[Count++] = { getFromTargetType(Target->getUInt64Type()), "_swift_rc" };

Completed in 113 milliseconds