Home
last modified time | relevance | path

Searched refs:IsPrefix (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp61 auto IsPrefix = [](StringRef Name, StringRef Prefix) { in isLargeGlobalValue() local
71 return IsPrefix(Name, ".ltext"); in isLargeGlobalValue()
94 return IsPrefix(Name, ".lbss") || IsPrefix(Name, ".ldata") || in isLargeGlobalValue()
95 IsPrefix(Name, ".lrodata"); in isLargeGlobalValue()
/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp294 bool IsPrefix; member
301 temp.IsPrefix = R->getValueAsBit("AsPrefix"); in getTemplateInsts()
327 (Templates.IsPrefix ? Affix + Spelling : Spelling + Affix).str(); in EmitBuiltin()
/src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp122 bool IsPrefix = false) { in startsWith() argument
140 bool IsPrefix = false) { in startsWith() argument
149 ((Next != End && isAlnum(*Next)) || (Next == End && IsPrefix))); in startsWith()
161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1179 bool IsPrefix = getterNameString.starts_with("is"); in migrateProperty() local
1182 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1184 if (IsPrefix || getterNameString.starts_with("get")) { in migrateProperty()
1185 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3448 bool IsPrefix = in ParseInstruction() local
3523 IsPrefix = false; in ParseInstruction()
3545 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3582 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13789 bool IsPrefix) { in CheckIncrementDecrementOperand() argument
13834 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
13862 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()