Searched refs:SummarizeValue (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 135 std::string SummarizeValue(const Value *value) { in SummarizeValue() function in InterpreterStackFrame 804 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret() 805 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret() 806 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret() 931 frame.SummarizeValue(condition).c_str()); in Interpret() 966 frame.SummarizeValue(value).c_str()); in Interpret() 1027 frame.SummarizeValue(pointer_operand).c_str()); in Interpret() 1113 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret() 1114 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret() 1115 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 696 static bool SummarizeValue(raw_ostream &os, SVal V); 2123 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker 2242 : SummarizeValue(os, ArgVal); in HandleNonHeapDealloc()
|