Searched refs:SummarizeValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 135 std::string SummarizeValue(const Value *value) { in SummarizeValue() function in InterpreterStackFrame 810 log->Printf(" L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret() 811 log->Printf(" R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret() 812 log->Printf(" = : %s", frame.SummarizeValue(inst).c_str()); in Interpret() 1025 frame.SummarizeValue(value).c_str()); in Interpret() 1099 frame.SummarizeValue(pointer_operand).c_str()); in Interpret() 1196 log->Printf(" L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret() 1197 log->Printf(" R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret() 1198 log->Printf(" = : %s", frame.SummarizeValue(inst).c_str()); in Interpret() 1230 log->Printf(" = : %s", frame.SummarizeValue(inst).c_str()); in Interpret() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 405 static bool SummarizeValue(raw_ostream &os, SVal V); 1690 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker 1808 : SummarizeValue(os, ArgVal); in ReportBadFree()
|