Searched refs:IsPrefix (Results 1 – 7 of 7) sorted by relevance
177 elif blr.IsPrefix():222 elif blr.IsPrefix():
58 def IsPrefix(self): member in BucketListingRef
512 if blr.IsPrefix():
126 if blr.IsPrefix():142 if blr.IsPrefix():157 if blr.IsPrefix():
367 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, in IsPrefix() function387 return Low != Set.end() && IsPrefix(*Low, Indices); in PrefixIn()406 if (IsPrefix(*Low, ToMark)) in MarkIndicesSafe()419 while (Low != End && IsPrefix(ToMark, *Low)) { in MarkIndicesSafe()
1192 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local1195 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()1197 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()1198 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
9660 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument9707 IsInc, IsPrefix); in CheckIncrementDecrementOperand()9729 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()