Searched refs:IsPrefix (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 74 auto IsPrefix = [](StringRef Name, StringRef Prefix) { in isLargeGlobalValue() local 84 return IsPrefix(Name, ".ltext"); in isLargeGlobalValue() 107 return IsPrefix(Name, ".lbss") || IsPrefix(Name, ".ldata") || in isLargeGlobalValue() 108 IsPrefix(Name, ".lrodata"); in isLargeGlobalValue()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangBuiltinsEmitter.cpp | 423 bool IsPrefix; member 430 temp.IsPrefix = R->getValueAsBit("AsPrefix"); in getTemplateInsts() 458 (Templates.IsPrefix ? Affix + Spelling : Spelling + Affix).str(); in collectBuiltins()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 122 bool IsPrefix = false) { in startsWith() argument 140 bool IsPrefix = false) { in startsWith() 149 ((Next != End && isAlnum(*Next)) || (Next == End && IsPrefix))); in startsWith() 161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith() 351 NameStart, /*IsPrefix=*/true); in nameToGeneratedCodePoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 3475 bool IsPrefix = in parseInstruction() local 3550 IsPrefix = false; in parseInstruction() 3572 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in parseInstruction() 3609 (IsPrefix && getLexer().is(AsmToken::Slash))) in parseInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 14187 bool IsPrefix) { in CheckIncrementDecrementOperand() argument 14232 IsInc, IsPrefix); in CheckIncrementDecrementOperand() 14260 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()
|