HomeSort by relevance Sort by last modified time
    Searched refs:getInt64Type (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 221 IntType getInt64Type() const { return Int64Type; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 224 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
245 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 457 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 420 milliseconds