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 137 if (getCharWidth() < getIntWidth())
140 if (getShortWidth() < getIntWidth())
168 /// enum. For example, SignedInt -> getIntWidth().
177 case UnsignedInt: return getIntWidth();
191 if (getIntWidth() == BitWidth)
206 if (getIntWidth() >= BitWidth)
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 667 && TI.getIntWidth() == 32) {
673 && TI.getIntWidth() == 32) {
698 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 247 unsigned IntSize = Target.getIntWidth();
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
Expr.cpp 714 assert(V.getBitWidth() == C.getIntWidth(type) &&
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
PPExpressions.cpp 346 NumBits = TI.getIntWidth();
  /external/clang/include/clang/Basic/
TargetInfo.h 267 /// For example, SignedInt -> getIntWidth().
314 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
316 unsigned getIntWidth() const { return IntWidth; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 786 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType);
794 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp 391 const unsigned FromWidth = Ctx.getIntWidth(FromType);
393 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 640 unsigned Width = CGF.getContext().getIntWidth(DstType);
    [all...]
CodeGenModule.cpp 107 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]
TargetInfo.cpp     [all...]

Completed in 3550 milliseconds