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

  /external/clang/lib/Basic/
TargetInfo.cpp 130 /// enum. For example, SignedInt -> getIntWidth().
137 case UnsignedInt: return getIntWidth();
Targets.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 174 /// enum. For example, SignedInt -> getIntWidth().
207 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
209 unsigned getIntWidth() const { return IntWidth; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 461 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
514 if (TI.getIntWidth() > TI.getShortWidth())
517 if (TI.getLongWidth() > TI.getIntWidth())
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 386 const unsigned FromWidth = Ctx.getIntWidth(FromType);
388 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
SemaStmt.cpp 611 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 277 NumBits = TI.getIntWidth();
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 93 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]

Completed in 96 milliseconds