Home
last modified time | relevance | path

Searched refs:SummarizeValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp136 std::string SummarizeValue(const Value *value) { in SummarizeValue() function in InterpreterStackFrame
882 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
883 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
884 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1009 frame.SummarizeValue(condition).c_str()); in Interpret()
1044 frame.SummarizeValue(value).c_str()); in Interpret()
1105 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1106 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1206 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1207 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp716 static bool SummarizeValue(raw_ostream &os, SVal V);
2165 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker
2286 : SummarizeValue(os, ArgVal); in HandleNonHeapDealloc()