HomeSort by: relevance | last modified time | path
    Searched refs:getInt64Type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
NVPTX.cpp 140 Int64Type = HostTarget->getInt64Type();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 217 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
242 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 350 IntType getInt64Type() const { return Int64Type; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10305 switch (Context.getTargetInfo().getInt64Type()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2247 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong;

Completed in 59 milliseconds