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

  /external/clang/lib/Basic/
TargetInfo.cpp 134 if (getCharWidth() < getIntWidth())
137 if (getShortWidth() < getIntWidth())
165 /// enum. For example, SignedInt -> getIntWidth().
174 case UnsignedInt: return getIntWidth();
188 if (getIntWidth() == BitWidth)
203 if (getIntWidth() >= BitWidth)
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 634 && TI.getIntWidth() == 32) {
640 && TI.getIntWidth() == 32) {
665 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
741 if (TI.getIntWidth() > TI.getShortWidth())
744 if (TI.getLongWidth() > TI.getIntWidth())
760 if (TI.getIntWidth() > TI.getShortWidth()) {
766 if (TI.getLongWidth() > TI.getIntWidth()) {
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 247 unsigned IntSize = Target.getIntWidth();
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
Expr.cpp 725 assert(V.getBitWidth() == C.getIntWidth(type) &&
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
PPExpressions.cpp 292 NumBits = TI.getIntWidth();
  /external/clang/include/clang/Basic/
TargetInfo.h 256 /// For example, SignedInt -> getIntWidth().
303 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
305 unsigned getIntWidth() const { return IntWidth; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 776 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType);
784 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 383 const unsigned FromWidth = Ctx.getIntWidth(FromType);
385 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 115 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]
CGExprScalar.cpp 640 unsigned Width = CGF.getContext().getIntWidth(DstType);
    [all...]
TargetInfo.cpp     [all...]

Completed in 350 milliseconds