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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 171 unsigned IntSize = Target.getIntWidth();
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
ASTDiagnostic.cpp 890 ParamWidth = Context.getIntWidth(DefaultNTTPD->getType());
    [all...]
RecordLayoutBuilder.cpp     [all...]
Expr.cpp 647 assert(V.getBitWidth() == C.getIntWidth(type) &&
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 478 && TI.getIntWidth() == 32) {
498 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
556 if (TI.getIntWidth() > TI.getShortWidth())
559 if (TI.getLongWidth() > TI.getIntWidth())
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 220 /// For example, SignedInt -> getIntWidth().
257 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
259 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/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 713 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 401 const unsigned FromWidth = Ctx.getIntWidth(FromType);
403 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 295 NumBits = TI.getIntWidth();
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 596 unsigned Width = CGF.getContext().getIntWidth(DstType);
    [all...]
CodeGenModule.cpp 102 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]

Completed in 327 milliseconds