Searched refs:PrintValue (Results 1 - 19 of 19) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp30 PrintValue(const Value *value, bool truncate = false) function
109 ss.Printf("%s", PrintValue(value).c_str());
309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
458 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str());
485 log->Printf("Unsupported ICmp predicate: %s", PrintValue(ii).c_str());
611 log->Printf("Interpreting %s", PrintValue(inst).c_str());
651 log->Printf("Couldn't evaluate %s", PrintValue(lhs).c_str());
660 log->Printf("Couldn't evaluate %s", PrintValue(rhs).c_str());
828 log->Printf("Couldn't evaluate %s", PrintValue(source).c_str());
857 log->Printf("Couldn't evaluate %s", PrintValue(sourc
[all...]
H A DIRDynamicChecks.cpp97 PrintValue(llvm::Value *V, bool truncate = false) function
363 PrintValue(inst).c_str());
516 log->Printf("Function call metadata has %d operands for [%p] %s", metadata->getNumOperands(), call_inst, PrintValue(call_inst).c_str());
525 log->Printf("Function call metadata is not an MDString for [%p] %s", call_inst, PrintValue(call_inst).c_str());
533 log->Printf("Found call to %s: %s\n", name_cstr, PrintValue(call_inst).c_str());
H A DIRForTarget.cpp119 PrintValue(const Value *value, bool truncate = false) function
490 log->Printf("Found result in the IR: \"%s\"", PrintValue(result_value, false).c_str());
644 PrintValue(result_global).c_str(),
645 PrintValue(new_result_global).c_str());
676 log->Printf("Synthesized result store \"%s\"\n", PrintValue(synthesized_store).c_str());
711 log->Printf(" <Use %p> %s", *ui, PrintValue(*ui).c_str());
1285 PrintValue(alloc).c_str(),
1286 PrintValue(persistent_load).c_str());
1368 log->Printf(" MaterializeInitializer(%p, %s)", data, PrintValue(initializer).c_str());
1476 log->Printf("MaybeHandleVariable (%s)", PrintValue(llvm_value_pt
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/gtest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs210 static void PrintValue(UInt64 v) method in class:SevenZip.LzmaBench
220 PrintValue(rating / 1000000);
231 PrintValue(speed / 1024);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java260 static void PrintValue(long v) method in class:LzmaBench
271 PrintValue(rating / 1000000);
282 PrintValue(speed / 1024);
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc132 void PrintValue(uint8 value) { function in class:__anon2273::TablePrinter
408 table_printer.PrintValue(shift);
416 table_printer.PrintValue(state_offset[target_state]);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/gtest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h107 /// PrintValue - Render the specified lattice value to the specified stream.
108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp31 /// PrintValue - Render the specified lattice value to the specified stream.
32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { function in class:AbstractLatticeFunction
340 LatticeFunc->PrintValue(getLatticeState(I), OS);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h131 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
139 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
153 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
172 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.h266 bool PrintValue(const char* desc);
H A Dsimulator-arm64.cc3256 bool Simulator::PrintValue(const char* desc) { function in class:v8::internal::Simulator
3422 if (!PrintValue(arg1)) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9318 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
9326 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9340 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9359 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9395 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9318 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
9326 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9340 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9359 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9395 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);

Completed in 2367 milliseconds