• Home
  • Raw
  • Download

Lines Matching refs:hasAttr

132     if (FD->getParamDecl(I)->hasAttr<PassObjectSizeAttr>())  in appendParameterTypes()
169 if (D->hasAttr<StdCallAttr>()) in getCallingConventionForDecl()
172 if (D->hasAttr<FastCallAttr>()) in getCallingConventionForDecl()
175 if (D->hasAttr<ThisCallAttr>()) in getCallingConventionForDecl()
178 if (D->hasAttr<VectorCallAttr>()) in getCallingConventionForDecl()
181 if (D->hasAttr<PascalAttr>()) in getCallingConventionForDecl()
187 if (D->hasAttr<IntelOclBiccAttr>()) in getCallingConventionForDecl()
190 if (D->hasAttr<MSABIAttr>()) in getCallingConventionForDecl()
193 if (D->hasAttr<SysVABIAttr>()) in getCallingConventionForDecl()
196 if (D->hasAttr<PreserveMostAttr>()) in getCallingConventionForDecl()
199 if (D->hasAttr<PreserveAllAttr>()) in getCallingConventionForDecl()
433 MD->hasAttr<NSReturnsRetainedAttr>()) in arrangeObjCMessageSendSignature()
1642 if (TargetDecl->hasAttr<ReturnsTwiceAttr>()) in ConstructAttributeList()
1644 if (TargetDecl->hasAttr<NoThrowAttr>()) in ConstructAttributeList()
1646 if (TargetDecl->hasAttr<NoReturnAttr>()) in ConstructAttributeList()
1648 if (TargetDecl->hasAttr<NoDuplicateAttr>()) in ConstructAttributeList()
1662 if (TargetDecl->hasAttr<ConstAttr>()) { in ConstructAttributeList()
1665 } else if (TargetDecl->hasAttr<PureAttr>()) { in ConstructAttributeList()
1668 } else if (TargetDecl->hasAttr<NoAliasAttr>()) { in ConstructAttributeList()
1672 if (TargetDecl->hasAttr<RestrictAttr>()) in ConstructAttributeList()
1674 if (TargetDecl->hasAttr<ReturnsNonNullAttr>()) in ConstructAttributeList()
1677 HasAnyX86InterruptAttr = TargetDecl->hasAttr<AnyX86InterruptAttr>(); in ConstructAttributeList()
1678 HasOptnone = TargetDecl->hasAttr<OptimizeNoneAttr>(); in ConstructAttributeList()
1694 !(TargetDecl && TargetDecl->hasAttr<NoSplitStackAttr>())) in ConstructAttributeList()
1718 (TargetDecl && TargetDecl->hasAttr<DisableTailCallsAttr>()); in ConstructAttributeList()
1748 if (FD && FD->hasAttr<TargetAttr>()) { in ConstructAttributeList()
2075 if (CurCodeDecl && CurCodeDecl->hasAttr<NakedAttr>()) in EmitFunctionProlog()
2667 if (CurCodeDecl && CurCodeDecl->hasAttr<NakedAttr>()) { in EmitFunctionEpilog()
3945 if (CurCodeDecl && CurCodeDecl->hasAttr<FlattenAttr>() && in EmitCall()
4013 if (TargetDecl && TargetDecl->hasAttr<NotTailCalledAttr>()) in EmitCall()