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

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

Completed in 223 milliseconds