Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h223 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp233 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
253 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/external/clang/lib/AST/
DASTContext.cpp7592 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp675 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()