OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringRef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h
13
#include "llvm/ADT/
StringRef
.h"
79
///
StringRef
) codegen as desired.
99
/// A pointer to a
StringRef
instance.
141
const
StringRef
*
stringRef
;
286
/// Construct from a
StringRef
.
287
/*implicit*/ Twine(const
StringRef
&Str) : LHSKind(StringRefKind) {
288
LHS.
stringRef
= &Str;
356
/// Construct as the concatenation of a C string and a
StringRef
.
357
/*implicit*/ Twine(const char *LHS, const
StringRef
&RHS
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
Twine.cpp
37
StringRef
Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const {
42
return
StringRef
(LHS.cString);
45
return
StringRef
(str->c_str(), str->size());
54
return
StringRef
(Out.data(), Out.size());
72
OS << *Ptr.
stringRef
;
127
OS << "
stringref
:\""
128
<< Ptr.
stringRef
<< "\"";
Completed in 54 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026