Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h223 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp231 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
251 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7557 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp609 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()