Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DNVPTX.cpp133 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp217 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
237 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h292 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9289 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1594 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()