HomeSort by relevance Sort by last modified time
    Searched refs:DebugString (Results 1 - 25 of 69) sorted by null

1 2 3

  /build/kati/
stmt.cc 28 string RuleStmt::DebugString() const {
30 expr->DebugString().c_str(),
32 after_term->DebugString().c_str(),
36 string AssignStmt::DebugString() const {
52 lhs->DebugString().c_str(),
53 rhs->DebugString().c_str(),
71 string CommandStmt::DebugString() const {
73 expr->DebugString().c_str(), LOCF(loc()));
76 string IfStmt::DebugString() const {
86 lhs->DebugString().c_str()
    [all...]
stmt.h 60 virtual string DebugString() const = 0;
79 virtual string DebugString() const;
96 virtual string DebugString() const;
112 virtual string DebugString() const;
126 virtual string DebugString() const;
137 virtual string DebugString() const;
148 virtual string DebugString() const;
158 virtual string DebugString() const;
var.h 57 virtual string DebugString() const = 0;
81 virtual string DebugString() const override;
107 virtual string DebugString() const override;
131 virtual string DebugString() const override;
162 virtual string DebugString() const override {
163 return v_->DebugString();
rule.h 36 string DebugString() const;
var.cc 73 string SimpleVar::DebugString() const {
93 string RecursiveVar::DebugString() const {
94 return v_->DebugString();
107 string UndefinedVar::DebugString() const {
expr.h 48 string DebugString() const;
eval.cc 88 LOG("Assign: %s=%s", lhs.c_str(), rhs->DebugString().c_str());
128 LOG("Rule: %s", rule->DebugString().c_str());
179 LOG("Command: %s", stmt->expr->DebugString().c_str());
218 LOG("%s", a->DebugString().c_str());
230 LOG("%s", stmt->DebugString().c_str());
expr.cc 46 string Value::DebugString() const {
106 r += v->DebugString();
166 return StringPrintf("VarRef(%s)", name_->DebugString().c_str());
202 name_->DebugString().c_str(),
203 pat_->DebugString().c_str(),
204 subst_->DebugString().c_str());
575 val_strs.push_back(v->DebugString());
main.cc 152 LOG("%s", stmt->DebugString().c_str());
165 LOG("%s", stmt->DebugString().c_str());
  /frameworks/compile/mclinker/include/mcld/LD/
DebugString.h 1 //===- DebugString.h ------------------------------------------------------===//
22 /** \class DebugString
23 * \brief DebugString represents the output debug section .debug_str
25 class DebugString {
27 DebugString()
30 static DebugString* Create(LDSection& pSection);
LDSection.h 22 class DebugString;
156 // ------ DebugString ------ //
157 const DebugString* getDebugString() const { return m_Data.debug_string; }
158 DebugString* getDebugString() { return m_Data.debug_string; }
160 void setDebugString(DebugString* pDebugString)
178 DebugString* debug_string;
LDFileFormat.h 33 DebugString,
  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 1 //===- DebugString.cpp ----------------------------------------------------===//
9 #include "mcld/LD/DebugString.h"
26 // DebugString represents the output .debug_str section, which is at most on
28 static llvm::ManagedStatic<DebugString> g_DebugString;
39 // DebugString
40 void DebugString::merge(LDSection& pSection) {
61 size_t DebugString::computeOffsetSize() {
67 void DebugString::applyOffset(Relocation& pReloc, TargetLDBackend& pBackend) {
86 void DebugString::emit(MemoryRegion& pRegion) {
90 DebugString* DebugString::Create(LDSection& pSection)
    [all...]
LDSection.cpp 103 assert(LDFileFormat::DebugString == kind());
Android.mk 19 DebugString.cpp \
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 231 EXPECT_EQ(message.DebugString(), empty_message_.DebugString());
258 EXPECT_EQ(empty_message_.DebugString(), message.DebugString());
267 const string debug_string = empty_message_.DebugString();
268 const string other_debug_string = other_message.DebugString();
272 EXPECT_EQ(debug_string, other_message.DebugString());
273 EXPECT_EQ(other_debug_string, empty_message_.DebugString());
277 const string debug_string = empty_message_.DebugString();
282 EXPECT_EQ(debug_string, empty_message_.DebugString());
    [all...]
descriptor.h 163 string DebugString() const;
284 // Internal version of DebugString; controls the level of indenting for
286 void DebugString(int depth, string *contents) const;
533 // See Descriptor::DebugString().
534 string DebugString() const;
558 // See Descriptor::DebugString().
560 void DebugString(int depth, PrintLabelFlag print_label_flag,
645 // See Descriptor::DebugString().
646 string DebugString() const;
656 // See Descriptor::DebugString()
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 164 string DebugString() const;
268 // Internal version of DebugString; controls the level of indenting for
270 void DebugString(int depth, string *contents) const;
507 // See Descriptor::DebugString().
508 string DebugString() const;
526 // See Descriptor::DebugString().
527 void DebugString(int depth, string *contents) const;
630 // See Descriptor::DebugString().
631 string DebugString() const;
643 // See Descriptor::DebugString()
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 164 string DebugString() const;
268 // Internal version of DebugString; controls the level of indenting for
270 void DebugString(int depth, string *contents) const;
507 // See Descriptor::DebugString().
508 string DebugString() const;
526 // See Descriptor::DebugString().
527 void DebugString(int depth, string *contents) const;
630 // See Descriptor::DebugString().
631 string DebugString() const;
643 // See Descriptor::DebugString()
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 164 string DebugString() const;
268 // Internal version of DebugString; controls the level of indenting for
270 void DebugString(int depth, string *contents) const;
507 // See Descriptor::DebugString().
508 string DebugString() const;
526 // See Descriptor::DebugString().
527 void DebugString(int depth, string *contents) const;
630 // See Descriptor::DebugString().
631 string DebugString() const;
643 // See Descriptor::DebugString()
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 164 string DebugString() const;
268 // Internal version of DebugString; controls the level of indenting for
270 void DebugString(int depth, string *contents) const;
507 // See Descriptor::DebugString().
508 string DebugString() const;
526 // See Descriptor::DebugString().
527 void DebugString(int depth, string *contents) const;
630 // See Descriptor::DebugString().
631 string DebugString() const;
643 // See Descriptor::DebugString()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 186 "def", EscapeJavadoc(FirstLineOf(field->DebugString())));
205 "def", EscapeJavadoc(FirstLineOf(value->DebugString())));
225 "def", EscapeJavadoc(FirstLineOf(method->DebugString())));
  /external/regex-re2/re2/
prefilter.h 55 string DebugString() const;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 150 // DebugString().
155 // DebugString() output being unobstructed by user comments.
209 string DebugString() const;
211 // Similar to DebugString(), but additionally takes options (e.g.,
373 // Internal version of DebugString; controls the level of indenting for
377 void DebugString(int depth, string *contents,
627 // See Descriptor::DebugString().
628 string DebugString() const;
661 // See Descriptor::DebugString().
663 void DebugString(int depth, PrintLabelFlag print_label_flag
    [all...]
  /art/compiler/optimizing/
locations.cc 86 os << location.DebugString();

Completed in 602 milliseconds

1 2 3