Searched defs:IsPrefix (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc105 DCHECK((IsPrefix() && i < PrefixCount()) ||
110 bool SBChunkData::IsPrefix() const { function in class:SBChunkData
115 DCHECK(IsPrefix());
120 DCHECK(IsPrefix());
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp249 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, function
269 return Low != Set.end() && IsPrefix(*Low, Indices);
288 if (IsPrefix(*Low, ToMark))
301 while (Low != End && IsPrefix(ToMark, *Low)) {
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1061 bool IsPrefix = getterNameString.startswith("is"); local
1064 if (IsPrefix && GRT->isObjCRetainableType())
1066 if (IsPrefix || getterNameString.startswith("get")) {
1067 LengthOfPrefix = (IsPrefix ? 2 : 3);
/external/clang/lib/Sema/
H A DSemaExpr.cpp8758 bool IsInc, bool IsPrefix) {
8803 IsInc, IsPrefix);
8821 if (IsPrefix && S.getLangOpts().CPlusPlus) {
8755 CheckIncrementDecrementOperand(Sema &S, Expr *Op, ExprValueKind &VK, SourceLocation OpLoc, bool IsInc, bool IsPrefix) argument

Completed in 329 milliseconds