Searched refs:IsPrefix (Results 1 – 5 of 5) sorted by relevance
76 auto IsPrefix = [&](StringRef Prefix) { in isLargeGlobalValue() local80 return IsPrefix(".lbss") || IsPrefix(".ldata") || IsPrefix(".lrodata"); in isLargeGlobalValue()
122 bool IsPrefix = false) { in startsWith() argument140 bool IsPrefix = false) { in startsWith() argument149 ((Next != End && isAlnum(*Next)) || (Next == End && IsPrefix))); in startsWith()161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()
1179 bool IsPrefix = getterNameString.starts_with("is"); in migrateProperty() local1182 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()1184 if (IsPrefix || getterNameString.starts_with("get")) { in migrateProperty()1185 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
3376 bool IsPrefix = in ParseInstruction() local3451 IsPrefix = false; in ParseInstruction()3468 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()3505 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
14817 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument14864 IsInc, IsPrefix); in CheckIncrementDecrementOperand()14892 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()