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

  /external/clang/lib/Basic/
TargetInfo.cpp 139 /// enum. For example, SignedInt -> getIntWidth().
148 case UnsignedInt: return getIntWidth();
162 if (getIntWidth() == BitWidth)
177 if (getIntWidth() >= BitWidth)
Targets.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 176 unsigned IntSize = Target.getIntWidth();
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
ASTDiagnostic.cpp     [all...]
Expr.cpp 682 assert(V.getBitWidth() == C.getIntWidth(type) &&
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 593 && TI.getIntWidth() == 32) {
620 DefineTypeSizeof("__SIZEOF_INT__", TI.getIntWidth(), TI, Builder);
684 if (TI.getIntWidth() > TI.getShortWidth())
687 if (TI.getLongWidth() > TI.getIntWidth())
704 if (TI.getIntWidth() > TI.getShortWidth()) {
710 if (TI.getLongWidth() > TI.getIntWidth()) {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 227 /// For example, SignedInt -> getIntWidth().
273 /// getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for
275 unsigned getIntWidth() const { return IntWidth; }
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
PPExpressions.cpp 295 NumBits = TI.getIntWidth();
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp 746 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
    [all...]
SemaOverload.cpp 404 const unsigned FromWidth = Ctx.getIntWidth(FromType);
406 const unsigned ToWidth = Ctx.getIntWidth(ToType);
    [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 599 unsigned Width = CGF.getContext().getIntWidth(DstType);
    [all...]
CodeGenModule.cpp 105 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]

Completed in 343 milliseconds