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

  /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/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/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 167 milliseconds