OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Separator
(Results
1 - 25
of
50
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagInstr.cpp
31
StringRef
Separator
= "";
33
OS <<
Separator
<< "$" << Assignment.second << "=getOperand("
35
Separator
= ", ";
GIMatchDagPredicate.cpp
43
StringRef
Separator
= "";
45
OS <<
Separator
<< Instr->TheDef->getName();
46
Separator
= ",";
GIMatchDag.cpp
20
StringRef
Separator
= "";
23
OS <<
Separator
<< "<" << Prefix << format("%d", Op.index()) << ">"
25
Separator
= "|";
45
StringRef
Separator
= "";
47
OS <<
Separator
<< "$" << Assignment.second << "=getOperand("
49
Separator
= ", ";
GIMatchDagOperands.cpp
43
StringRef
Separator
= "";
45
OS <<
Separator
<< I.getIdx() << ":" << I.getName();
48
Separator
= ", ";
GIMatchTree.cpp
39
StringRef
Separator
= "";
41
OS <<
Separator
<< Leaf.getName();
42
Separator
= ",";
601
StringRef
Separator
= "";
603
OS <<
Separator
<< I;
604
Separator
= ", ";
754
StringRef
Separator
= "";
756
OS <<
Separator
<< I;
757
Separator
= ", ";
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h
365
StringRef
Separator
, std::input_iterator_tag) {
372
S +=
Separator
;
380
StringRef
Separator
, std::forward_iterator_tag) {
385
size_t Len = (std::distance(Begin, End) - 1) *
Separator
.size();
393
S +=
Separator
;
401
inline void join_items_impl(std::string &Result, Sep
Separator
) {}
404
inline void join_items_impl(std::string &Result, Sep
Separator
,
410
inline void join_items_impl(std::string &Result, Sep
Separator
, const Arg1 &A1,
413
Result +=
Separator
;
414
join_items_impl(Result,
Separator
, std::forward<Args>(Items)...)
[
all
...]
StringRef.h
715
/// Split into two substrings around the first occurrence of a
separator
718
/// If \p
Separator
is in the string, then the result is a pair (LHS, RHS)
719
/// such that (*this == LHS +
Separator
+ RHS) is true and RHS is
720
/// maximal. If \p
Separator
is not in the string, then the result is a
723
/// \param
Separator
The character to split on.
726
std::pair<StringRef, StringRef> split(char
Separator
) const {
727
return split(StringRef(&
Separator
, 1));
730
/// Split into two substrings around the first occurrence of a
separator
733
/// If \p
Separator
is in the string, then the result is a pair (LHS, RHS)
734
/// such that (*this == LHS +
Separator
+ RHS) is true and RHS i
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCInst.cpp
82
StringRef
Separator
,
85
dump_pretty(OS, InstName,
Separator
, RegInfo);
88
void MCInst::dump_pretty(raw_ostream &OS, StringRef Name, StringRef
Separator
,
97
OS <<
Separator
;
MCSectionMachO.cpp
135
char
Separator
= ',';
146
OS <<
Separator
;
151
Separator
= '+';
/src/external/apache2/llvm/dist/llvm/lib/Support/
Process.cpp
34
Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char
Separator
) {
35
return FindInEnvPath(EnvName, FileName, {},
Separator
);
41
char
Separator
) {
48
const char EnvPathSeparatorStr[] = {
Separator
, '\0'};
StringRef.cpp
309
StringRef
Separator
, int MaxSplit,
318
size_t Idx = S.find(
Separator
);
327
S = S.slice(Idx +
Separator
.size(), npos);
335
void StringRef::split(SmallVectorImpl<StringRef> &A, char
Separator
,
344
size_t Idx = S.find(
Separator
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Process.h
112
char
Separator
= EnvPathSeparator);
116
char
Separator
= EnvPathSeparator);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
csv.d
340
auto csvReader(Contents = string,Malformed ErrorLevel = Malformed.throwException, Range,
Separator
= char)(Range input,
341
Separator
delimiter = ',',
Separator
quote = '"',
344
&& isSomeChar!(
Separator
)
355
Range, Header,
Separator
= char)
357
Separator
delimiter = ',',
Separator
quote = '"',
360
&& isSomeChar!(
Separator
)
372
Range, Header,
Separator
= char)
374
Separator
delimiter = ',', Separator quote = '"'
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp
195
StringRef
Separator
;
198
OS <<
Separator
;
199
Separator
= "\n";
396
StringRef
Separator
;
399
OS <<
Separator
;
400
Separator
= "\n";
/src/sys/external/bsd/acpica/dist/compiler/
dtfield.c
392
BOOLEAN
Separator
= TRUE;
410
Separator
= TRUE;
415
if (
Separator
)
417
/* Insert blank as the standard
separator
*/
425
Separator
= FALSE;
/src/sys/external/bsd/acpica/dist/executer/
exconvrt.c
463
UINT8
Separator
= ',';
551
/* Setup string length, base, and
separator
*/
567
* are variable length (include
separator
for each)
597
Separator
= ' ';
611
Separator
= ',';
621
* (-1 because of extra
separator
included in StringLength from above)
656
*NewBuf++ =
Separator
;
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt
30
Zs 6
Separator
, Space
31
Zl 7
Separator
, Line
32
Zp 8
Separator
, Paragraph
55
ES 31 European Number
Separator
58
CS 34 Common Number
Separator
59
B 35 Block
Separator
60
S 36 Segment
Separator
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Analysis.h
112
const char *
Separator
) const;
Analysis.cpp
89
// Also, we will need a decimal
separator
.
103
const char *
Separator
) const {
110
writeEscaped<Tag>(OS, join(Lines,
Separator
));
111
writeEscaped<Tag>(OS,
Separator
);
121
writeEscaped<Tag>(OS, join(Lines,
Separator
));
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInst.h
232
/// structures, if given. Operators are separated by the \p
Separator
235
StringRef
Separator
= " ",
237
void dump_pretty(raw_ostream &OS, StringRef Name, StringRef
Separator
= " ",
/src/external/apache2/llvm/dist/llvm/lib/Object/
RecordStreamer.cpp
217
const char *
Separator
= IsDefined ? "@@" : "@";
219
(Split.first +
Separator
+ Split.second).toStringRef(NewName);
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOptionDocEmitter.cpp
234
StringRef
Separator
= Separators.first;
236
OS <<
Separator
<< escapeRST(Arg);
237
Separator
= Separators.second;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetPassConfig.h
170
/// by \p
Separator
that caused this pipeline to be limited.
172
getLimitedCodeGenPipelineReason(const char *
Separator
= "/");
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
FormatUtil.h
57
StringRef
Separator
,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp
223
StringRef
Separator
= "\n";
230
OS << Indent << Duplex.first <<
Separator
;
236
OS << Indent << InstTxt <<
Separator
;
Completed in 81 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026