HomeSort by relevance Sort by last modified time
    Searched full:elemtype (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 270 QualType elemType = elemReg->getElementType();
273 if (!IsCompleteType(astContext, elemType))
281 astContext.getTypeSizeInChars(elemType),
  /external/llvm/lib/Target/
TargetData.cpp 573 Type *ElemType = GV->getType()->getElementType();
574 unsigned Alignment = getPrefTypeAlignment(ElemType);
579 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
586 if (getTypeSizeInBits(ElemType) > 128)
  /external/opencv/cxcore/include/
cxtypes.h 457 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \
648 (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype)))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 838 QualType elemType = ER->getElementType();
841 if (!IsCompleteType(C, elemType)) {
846 CharUnits size = C.getTypeSizeInChars(elemType);
  /external/clang/lib/Sema/
SemaInit.cpp 194 InitListExpr *IList, QualType ElemType,
739 QualType ElemType,
748 = getStructuredSubobjectInit(IList, Index, ElemType,
751 CheckExplicitInitList(Entity, SubInitList, ElemType, newIndex,
756 } else if (ElemType->isScalarType()) {
757 return CheckScalarType(Entity, IList, ElemType, Index,
759 } else if (ElemType->isReferenceType()) {
760 return CheckReferenceType(Entity, IList, ElemType, Index,
764 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) {
771 CheckStringInit(Str, ElemType, arrayType, SemaRef)
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 465 int elemtype = CV_MAT_TYPE(seq_flags); local
466 int typesize = CV_ELEM_SIZE(elemtype);
468 if( elemtype != CV_SEQ_ELTYPE_GENERIC &&
705 int elemtype = CV_MAT_TYPE(seq_flags); local
706 int typesize = CV_ELEM_SIZE(elemtype);
708 if( elemtype != CV_SEQ_ELTYPE_GENERIC &&
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGExprCXX.cpp 531 // e.g for 'int[2][3]', ElemType is 'int' and NumElements is 6.
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 809 milliseconds