Searched refs:IsPrefix (Results 1 – 6 of 6) sorted by relevance
61 auto IsPrefix = [](StringRef Name, StringRef Prefix) { in isLargeGlobalValue() local71 return IsPrefix(Name, ".ltext"); in isLargeGlobalValue()94 return IsPrefix(Name, ".lbss") || IsPrefix(Name, ".ldata") || in isLargeGlobalValue()95 IsPrefix(Name, ".lrodata"); in isLargeGlobalValue()
294 bool IsPrefix; member301 temp.IsPrefix = R->getValueAsBit("AsPrefix"); in getTemplateInsts()327 (Templates.IsPrefix ? Affix + Spelling : Spelling + Affix).str(); in EmitBuiltin()
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()
3448 bool IsPrefix = in ParseInstruction() local3523 IsPrefix = false; in ParseInstruction()3545 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()3582 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
13789 bool IsPrefix) { in CheckIncrementDecrementOperand() argument13834 IsInc, IsPrefix); in CheckIncrementDecrementOperand()13862 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()