/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 410 StringRef Separator, std::input_iterator_tag) { in join_impl() argument 417 S += Separator; in join_impl() 425 StringRef Separator, std::forward_iterator_tag) { in join_impl() argument 430 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl() 438 S += Separator; in join_impl() 446 inline void join_items_impl(std::string &Result, Sep Separator) {} in join_items_impl() argument 449 inline void join_items_impl(std::string &Result, Sep Separator, in join_items_impl() argument 455 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl() argument 458 Result += Separator; in join_items_impl() 459 join_items_impl(Result, Separator, std::forward<Args>(Items)...); in join_items_impl() [all …]
|
H A D | StringRef.h | 685 [[nodiscard]] std::pair<StringRef, StringRef> split(char Separator) const { in split() argument 686 return split(StringRef(&Separator, 1)); in split() 700 split(StringRef Separator) const { in split() argument 701 size_t Idx = find(Separator); in split() 704 return std::make_pair(slice(0, Idx), slice(Idx + Separator.size(), npos)); in split() 718 rsplit(StringRef Separator) const { in rsplit() argument 719 size_t Idx = rfind(Separator); in rsplit() 722 return std::make_pair(slice(0, Idx), slice(Idx + Separator.size(), npos)); in rsplit() 740 StringRef Separator, int MaxSplit = -1, 757 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLine.cpp | 156 std::string Separator = Formatted ? " " : ""; in statesInfo() local 158 Stream << Separator << "{" << KindNewStatement << "}"; in statesInfo() 159 Separator = " "; in statesInfo() 162 Stream << Separator << "{" << KindDiscriminator << "}"; in statesInfo() 163 Separator = " "; in statesInfo() 166 Stream << Separator << "{" << KindBasicBlock << "}"; in statesInfo() 167 Separator = " "; in statesInfo() 170 Stream << Separator << "{" << KindEndSequence << "}"; in statesInfo() 171 Separator = " "; in statesInfo() 174 Stream << Separator << "{" << KindEpilogueBegin << "}"; in statesInfo() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 50 Separator = '\''; in process() 55 Separator = '_'; in process() 146 const auto SeparatorCount = Text.count(Separator); in process() 173 if (C == Separator) { in checkSeparator() 197 if (C != Separator) in format() 206 if (C == Separator) in format() 209 Formatted.push_back(Separator); in format()
|
H A D | IntegerLiteralSeparatorFixer.h | 33 char Separator; variable
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDag.cpp |
|
H A D | GIMatchDagInstr.cpp |
|
H A D | GIMatchDagPredicate.cpp |
|
H A D | GIMatchTree.cpp |
|
H A D | GIMatchDagOperands.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCInst.cpp | 85 StringRef Separator, in dump_pretty() argument 88 dump_pretty(OS, InstName, Separator, RegInfo); in dump_pretty() 91 void MCInst::dump_pretty(raw_ostream &OS, StringRef Name, StringRef Separator, in dump_pretty() argument 100 OS << Separator; in dump_pretty()
|
H A D | MCSectionMachO.cpp | 145 char Separator = ','; in printSwitchToSection() local 156 OS << Separator; in printSwitchToSection() 161 Separator = '+'; in printSwitchToSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Process.cpp | 35 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() argument 36 return FindInEnvPath(EnvName, FileName, {}, Separator); in FindInEnvPath() 41 ArrayRef<std::string> IgnoreList, char Separator) { in FindInEnvPath() argument 48 const char EnvPathSeparatorStr[] = {Separator, '\0'}; in FindInEnvPath()
|
H A D | StringRef.cpp | 313 StringRef Separator, int MaxSplit, in split() argument 322 size_t Idx = S.find(Separator); in split() 331 S = S.slice(Idx + Separator.size(), npos); in split() 339 void StringRef::split(SmallVectorImpl<StringRef> &A, char Separator, in split() argument 348 size_t Idx = S.find(Separator); in split()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 118 std::string Separator; variable 121 Os << std::exchange(Separator, ", ") << E.first << " => " << E.second; 131 std::string Separator; variable 134 Os << std::exchange(Separator, ", ") << E.first->getName().str() << " => "
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 195 StringRef Separator; in dump() local 198 OS << Separator; in dump() 199 Separator = "\n"; in dump() 395 StringRef Separator; in dumpRange() local 398 OS << Separator; in dumpRange() 399 Separator = "\n"; in dumpRange()
|
H A D | DWARFTypePrinter.cpp | 185 auto Separator = Name.find('|'); in appendUnqualifiedNameBefore() local 186 assert(Separator != StringRef::npos); in appendUnqualifiedNameBefore() 187 StringRef BaseName = Name.substr(0, Separator); in appendUnqualifiedNameBefore() 188 StringRef TemplateArgs = Name.substr(Separator + 1); in appendUnqualifiedNameBefore()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Process.h | 111 char Separator = EnvPathSeparator); 115 char Separator = EnvPathSeparator);
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dtfield.c | 500 BOOLEAN Separator = TRUE; in DtNormalizeBuffer() local 518 Separator = TRUE; in DtNormalizeBuffer() 523 if (Separator) in DtNormalizeBuffer() 533 Separator = FALSE; in DtNormalizeBuffer()
|
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exconvrt.c | 571 UINT8 Separator = ','; in AcpiExConvertToString() local 705 Separator = ' '; in AcpiExConvertToString() 719 Separator = ','; in AcpiExConvertToString() 764 *NewBuf++ = Separator; in AcpiExConvertToString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 75 std::string Separator; in getSymbolicOperandMnemonic() local 82 Name += Separator + EnumValueInCategory->Mnemonic.str(); in getSymbolicOperandMnemonic() 83 Separator = "|"; in getSymbolicOperandMnemonic()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 212 const char *Separator = IsDefined ? "@@" : "@"; in flushSymverDirectives() 214 (Split.first + Separator + Split.second).toStringRef(NewName); in flushSymverDirectives() 217 const char *Separator = IsDefined ? "@@" : "@"; flushSymverDirectives() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 235 StringRef Separator = " ", 237 void dump_pretty(raw_ostream &OS, StringRef Name, StringRef Separator = " ",
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 146 StringRef Separator, in formatSectionCharacteristics() 212 return typesetItemList(Opts, IndentLevel, FlagsPerLine, Separator); in formatSectionCharacteristics() 147 formatSectionCharacteristics(uint32_t IndentLevel,uint32_t C,uint32_t FlagsPerLine,StringRef Separator,CharacteristicStyle Style) formatSectionCharacteristics() argument
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 249 StringRef Separator = Separators.first; in emitOptionWithArgs() local 251 OS << Separator << escapeRST(Arg); in emitOptionWithArgs() 252 Separator = Separators.second; in emitOptionWithArgs()
|