Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.cpp128 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp229 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
254 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h374 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11129 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp3010 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()