Home
last modified time | relevance | path

Searched refs:PrintValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp48 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function
139 ss.Printf("%s", PrintValue(value).c_str()); in SummarizeValue()
361 PrintValue(value).c_str()); in MakeArgument()
546 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
568 PrintValue(&ii).c_str()); in CanInterpret()
589 PrintValue(&ii).c_str()); in CanInterpret()
672 PrintValue(constant).c_str()); in CanInterpret()
762 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); in Interpret()
804 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
811 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp84 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function
218 PrintValue(result_value, false)); in CreateResultVariable()
359 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global), in CreateResultVariable()
360 PrintValue(new_result_global)); in CreateResultVariable()
388 PrintValue(synthesized_store)); in CreateResultVariable()
923 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc), in RewritePersistentAlloc()
924 PrintValue(persistent_load)); in RewritePersistentAlloc()
979 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr)); in MaybeHandleVariable()
1092 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol), in HandleSymbol()
1093 PrintValue(symbol_addr_ptr)); in HandleSymbol()
[all …]
H A DIRDynamicChecks.cpp93 static std::string PrintValue(llvm::Value *V, bool truncate = false) { in PrintValue() function
319 PrintValue(inst).c_str()); in InstrumentInstruction()
464 PrintValue(call_inst).c_str()); in InspectInstruction()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h164 static void PrintValue(const T& container, std::ostream* os) {
199 static void PrintValue(T* p, ::std::ostream* os) {
213 static void PrintValue(T* p, ::std::ostream* os) {
244 static auto PrintValue(const T& value,
263 static void PrintValue(const T& value, ::std::ostream* os) {
280 static void PrintValue(internal::BiggestInt value, ::std::ostream* os) {
287 static void PrintValue(internal::StringView value, ::std::ostream* os) {
298 static void PrintValue(const T& value, ::std::ostream* os) {
311 static void PrintValue(const T& value, ::std::ostream* os) {
322 static void PrintValue(const T&, ::std::ostream* os) {
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc72 ::std::string PrintValue(const T& value) { in PrintValue() function
91 << PrintValue(expected_values[i]) << ", *it is " << PrintValue(*it) in VerifyGenerator()
110 << PrintValue(expected_values[i]) << ", *it is " << PrintValue(*it) in VerifyGenerator()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp313 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext() local
358 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp168 auto PrintValue = [&](Value *V) { in dump() local
185 PrintValue(Real); in dump()
187 PrintValue(Imag); in dump()
189 PrintValue(ReplacementNode); in dump()