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

  /external/clang/lib/Basic/
TargetInfo.cpp 131 /// enum. For example, SignedInt -> getIntWidth().
138 case UnsignedInt: return getIntWidth();
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 461 && TI.getIntWidth() == 32) {
480 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
536 if (TI.getIntWidth() > TI.getShortWidth())
539 if (TI.getLongWidth() > TI.getIntWidth())
  /external/clang/include/clang/Basic/
TargetInfo.h 203 /// For example, SignedInt -> getIntWidth().
240 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
242 unsigned getIntWidth() const { return IntWidth; }
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
Expr.cpp 567 assert(V.getBitWidth() == C.getIntWidth(type) &&
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 665 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 387 const unsigned FromWidth = Ctx.getIntWidth(FromType);
389 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
TreeTransform.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 982 milliseconds