HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSize (Results 1 - 25 of 51) sorted by null

1 2 3

  /dalvik/hit/src/com/android/hit/
Types.java 36 public static final int getTypeSize(int type) {
ArrayInstance.java 46 int idSize = Types.getTypeSize(mType);
101 int idSize = Types.getTypeSize(mType);
145 int idSize = Types.getTypeSize(mType);
ClassInstance.java 60 int size = Types.getTypeSize(type);
120 int size = Types.getTypeSize(type);
174 int size = Types.getTypeSize(type);
ClassObj.java 63 int size = Types.getTypeSize(type);
205 int size = Types.getTypeSize(type);
HprofParser.java 471 int fieldSize = Types.getTypeSize(fieldType);
558 int size = Types.getTypeSize(type);
591 int size = Types.getTypeSize(type);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 103 unsigned bitwidth = Ctx.getTypeSize(T);
130 return getValue(llvm::APSInt::getMaxValue(Ctx.getTypeSize(T), isUnsigned));
137 return getValue(llvm::APSInt::getMinValue(Ctx.getTypeSize(T), isUnsigned));
153 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
157 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
161 return getValue(b ? 1 : 0, Ctx.getTypeSize(T), false);
SValBuilder.h 69 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
  /external/clang/lib/CodeGen/
TargetInfo.cpp 262 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
274 uint64_t Size = Context.getTypeSize(Ty);
315 Size += Context.getTypeSize(FD->getType());
319 if (Size != Context.getTypeSize(Ty))
493 uint64_t Size = Context.getTypeSize(Ty);
559 uint64_t Size = getContext().getTypeSize(RetTy);
601 uint64_t Size = getContext().getTypeSize(RetTy);
646 if (FT->getAs<VectorType>() && Context.getTypeSize(FT) == 128)
717 if (getContext().getTypeSize(Ty) <= 4*32 &
    [all...]
CGDebugInfo.cpp 366 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
423 uint64_t Size = CGM.getContext().getTypeSize(BT);
436 uint64_t Size = CGM.getContext().getTypeSize(Ty);
584 // Size is always the size of a pointer. We can't use getTypeSize here
623 uint64_t Size = CGM.getContext().getTypeSize(Ty);
638 FieldSize = CGM.getContext().getTypeSize(Ty);
    [all...]
CodeGenTypes.cpp 95 (unsigned)Context.getTypeSize(T));
342 static_cast<unsigned>(Context.getTypeSize(T)));
CGStmt.cpp     [all...]
CGExprAgg.cpp 330 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 42 return (ASTC.getTypeSize(T) == PtrWidth);
CallAndMessageChecker.cpp 347 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);
348 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy);
BasicObjCFoundationChecks.cpp 223 return Ctx.getTypeSize(T);
305 uint64_t SourceSize = Ctx.getTypeSize(T);
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 76 unsigned castSize = Context.getTypeSize(castTy);
111 i = i.extOrTrunc(Context.getTypeSize(castTy));
136 unsigned BitWidth = Context.getTypeSize(castTy);
319 i = i.extOrTrunc(Context.getTypeSize(Context.VoidPtrTy));
880 if (ctx.getTypeSize(ctx.VoidPtrTy) == x->getBitWidth()) {
    [all...]
BasicValueFactory.cpp 103 unsigned bits = Ctx.getTypeSize(T);
SimpleConstraintManager.cpp 268 unsigned bitwidth = Ctx.getTypeSize(T);
ExprEngine.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 527 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
540 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
894 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
907 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 769 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType)))
    [all...]
ExprConstant.cpp     [all...]

Completed in 208 milliseconds

1 2 3