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

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 164 QualType ElemType = AT->getElementType();
167 T = ElemType;
  /external/llvm/lib/IR/
DataLayout.cpp 706 Type *ElemType = GV->getType()->getElementType();
707 unsigned Alignment = getPrefTypeAlignment(ElemType);
712 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
719 if (getTypeSizeInBits(ElemType) > 128)
  /external/clang/lib/Sema/
SemaInit.cpp 195 InitListExpr *IList, QualType ElemType,
729 QualType ElemType,
735 if (!ElemType->isRecordType() || ElemType->isAggregateType()) {
739 = getStructuredSubobjectInit(IList, Index, ElemType,
742 CheckExplicitInitList(Entity, SubInitList, ElemType, newIndex,
753 if (ElemType->isScalarType()) {
754 return CheckScalarType(Entity, IList, ElemType, Index,
756 } else if (ElemType->isReferenceType()) {
757 return CheckReferenceType(Entity, IList, ElemType, Index
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 279 milliseconds