Home
last modified time | relevance | path

Searched refs:IsPrefix (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp335 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, in IsPrefix() function
355 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()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1204 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
1207 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1209 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()
1210 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/external/clang/lib/Sema/
DSemaExpr.cpp9396 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
9441 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
9459 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()