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

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h165 bool IsPrefix() const { function in class:SBEntry
181 return IsPrefix() ? sizeof(SBPrefix) : sizeof(SBFullHash);
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp245 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, function
265 return Low != Set.end() && IsPrefix(*Low, Indices);
284 if (IsPrefix(*Low, ToMark))
297 while (Low != End && IsPrefix(ToMark, *Low)) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp7937 bool IsInc, bool IsPrefix) {
7978 IsInc, IsPrefix);
7993 if (IsPrefix && S.getLangOpts().CPlusPlus) {
7934 CheckIncrementDecrementOperand(Sema &S, Expr *Op, ExprValueKind &VK, SourceLocation OpLoc, bool IsInc, bool IsPrefix) argument

Completed in 185 milliseconds