Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp76 auto IsPrefix = [&](StringRef Prefix) { in isLargeGlobalValue() local
80 return IsPrefix(".lbss") || IsPrefix(".ldata") || IsPrefix(".lrodata"); in isLargeGlobalValue()
/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3376 bool IsPrefix = in ParseInstruction() local
3451 IsPrefix = false; in ParseInstruction()
3468 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3505 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14817 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
14864 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
14892 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()