HomeSort by: relevance | last modified time | path
    Searched refs:allocType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 954 QualType AllocType, Address NewPtr,
957 switch (CGF.getEvaluationKind(AllocType)) {
960 CGF.MakeAddrLValue(NewPtr, AllocType), false);
963 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType),
968 = AggValueSlot::forAddr(NewPtr, AllocType.getQualifiers(),
1074 QualType AllocType = E->getAllocatedType();
1076 AllocType->getAsArrayTypeUnsafe())) {
1077 ElementTy = ConvertTypeForMem(AllocType);
1556 QualType allocType = getContext().getBaseElementType(E->getAllocatedType());
1578 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1676 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) {
1678 S.getASTContext().getTypeAlignIfKnown(AllocType) >
1723 QualType allocType) {
1725 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>();
1750 /*WantAlign*/hasNewExtendedAlignment(S, allocType));
1828 QualType AllocType = TInfo->getType();
1838 TypeIdParens, AllocType, TInfo, ArraySize, DirectInitRange,
1899 QualType AllocType,
1949 auto *Deduced = AllocType->getContainedDeducedType();
1959 = InitializedEntity::InitializeNew(StartLoc, AllocType);
    [all...]

Completed in 19 milliseconds