Home
last modified time | relevance | path

Searched refs:getInt64Type (Results 1 – 4 of 4) 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.h230 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/external/clang/lib/AST/
DASTContext.cpp7983 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp721 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()