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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 477 && TI.getIntWidth() == 32) {
496 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
554 if (TI.getIntWidth() > TI.getShortWidth())
557 if (TI.getLongWidth() > TI.getIntWidth())
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 210 /// For example, SignedInt -> getIntWidth().
247 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
249 unsigned getIntWidth() const { return IntWidth; }
  /external/clang/lib/Basic/
TargetInfo.cpp 133 /// enum. For example, SignedInt -> getIntWidth().
140 case UnsignedInt: return getIntWidth();
Targets.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 701 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 392 const unsigned FromWidth = Ctx.getIntWidth(FromType);
394 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
ASTDiagnostic.cpp 880 ParamWidth = Context.getIntWidth(DefaultNTTPD->getType());
    [all...]
RecordLayoutBuilder.cpp     [all...]
Expr.cpp 631 assert(V.getBitWidth() == C.getIntWidth(type) &&
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 290 NumBits = TI.getIntWidth();
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 595 unsigned Width = CGF.getContext().getIntWidth(DstType);
    [all...]
CodeGenModule.cpp 105 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]

Completed in 540 milliseconds