Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dls_helper.py177 elif blr.IsPrefix():
222 elif blr.IsPrefix():
Dbucket_listing_ref.py58 def IsPrefix(self): member in BucketListingRef
Dname_expansion.py512 if blr.IsPrefix():
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_wildcard_iterator.py126 if blr.IsPrefix():
142 if blr.IsPrefix():
157 if blr.IsPrefix():
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp367 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, in IsPrefix() function
387 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()
/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.cpp9660 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
9707 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
9729 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()