Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp244 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, in IsPrefix() function
267 return Low != Set.end() && IsPrefix(*Low, Indices); in PrefixIn()
286 if (IsPrefix(*Low, ToMark)) in MarkIndicesSafe()
299 while (Low != End && IsPrefix(ToMark, *Low)) { in MarkIndicesSafe()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp395 static bool IsPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in IsPrefix() function
414 return Low != Set.end() && IsPrefix(*Low, Indices); in PrefixIn()
433 if (IsPrefix(*Low, ToMark)) in MarkIndicesSafe()
446 while (Low != End && IsPrefix(ToMark, *Low)) { in MarkIndicesSafe()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1192 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
1195 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1197 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()
1198 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/external/clang/lib/Sema/
DSemaExpr.cpp10173 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
10220 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
10242 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()