Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
255 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/external/clang/include/clang/Basic/
DTargetInfo.h241 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/external/clang/lib/Basic/
DTargets.cpp1751 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
/external/clang/lib/AST/
DASTContext.cpp8125 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp1221 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()