Searched refs:IsPrefix (Results 1 – 3 of 3) sorted by relevance
335 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, in IsPrefix() function355 return Low != Set.end() && IsPrefix(*Low, Indices); in PrefixIn()374 if (IsPrefix(*Low, ToMark)) in MarkIndicesSafe()387 while (Low != End && IsPrefix(ToMark, *Low)) { in MarkIndicesSafe()
1204 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local1207 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()1209 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()1210 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
9396 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument9441 IsInc, IsPrefix); in CheckIncrementDecrementOperand()9459 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()