| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 48 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() 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() 1057 PrintValue(pointer_operand).c_str()); in Interpret() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 218 PrintValue(result_value, false)); in CreateResultVariable() 360 PrintValue(new_result_global)); in CreateResultVariable() 388 PrintValue(synthesized_store)); in CreateResultVariable() 924 PrintValue(persistent_load)); in RewritePersistentAlloc() 1092 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol), in HandleSymbol() 1093 PrintValue(symbol_addr_ptr)); in HandleSymbol() 1394 PrintValue(constant).c_str()); in UnfoldConstant() 1409 PrintValue(user).c_str()); in UnfoldConstant() 1504 LLDB_LOG(log, "Arg: \"{0}\"", PrintValue(argument)); in ReplaceVariables() 1545 LLDB_LOG(log, " Replacing [{0}]", PrintValue(value)); in ReplaceVariables() [all …]
|
| H A D | IRDynamicChecks.cpp | 93 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-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 141 static void PrintValue(const T& container, std::ostream* os) { in PrintValue() function 176 static void PrintValue(T* p, ::std::ostream* os) { in PrintValue() function 190 static void PrintValue(T* p, ::std::ostream* os) { in PrintValue() function 221 static auto PrintValue(const T& value, ::std::ostream* os) 240 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 257 static void PrintValue(internal::BiggestInt value, ::std::ostream* os) { in PrintValue() function 276 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 289 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 300 static void PrintValue(const T&, ::std::ostream* os) { in PrintValue() function 311 T, decltype(Printer::PrintValue(std::declval<const T&>(), nullptr)), [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-param-test-test.cc | 72 ::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-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | JSON.cpp | 317 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext() local 362 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 168 auto PrintValue = [&](Value *V) { in dump() local 185 PrintValue(Real); in dump() 187 PrintValue(Imag); in dump() 189 PrintValue(ReplacementNode); in dump()
|