OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringValue
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVELFStreamer.h
25
std::string
StringValue
;
62
Item->
StringValue
= std::string(Value);
71
StringRef
StringValue
, bool OverwriteExisting) {
78
Item->
StringValue
= std::string(
StringValue
);
84
std::string(
StringValue
)});
90
StringRef
StringValue
) override;
/src/external/bsd/elftosb/dist/common/
Value.h
99
class
StringValue
: public Value
102
StringValue
() : m_value() {}
103
StringValue
(const std::string & value) : m_value(value) {}
104
StringValue
(const std::string * value) : m_value(*value) {}
105
StringValue
(const
StringValue
& other) : m_value(other.m_value) {}
116
StringValue
& operator = (const
StringValue
& other) { m_value = other.m_value; return *this; }
117
StringValue
& operator = (const std::string & value) { m_value = value; return *this; }
118
StringValue
& operator = (const char * value) { m_value = value; return *this;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
34
struct
StringValue
{
38
StringValue
() = default;
39
StringValue
(std::string Value) : Value(std::move(Value)) {}
40
StringValue
(const char Val[]) : Value(Val) {}
42
bool operator==(const
StringValue
&Other) const {
47
template <> struct ScalarTraits<
StringValue
> {
48
static void output(const
StringValue
&S, void *, raw_ostream &OS) {
52
static StringRef input(StringRef Scalar, void *Ctx,
StringValue
&S) {
63
struct FlowStringValue :
StringValue
{
65
FlowStringValue(std::string Value) :
StringValue
(std::move(Value)) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h
172
StringRef
StringValue
;
221
StringRef
stringValue
() const { return
StringValue
; }
Completed in 19 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026