Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp134 std::string SummarizeValue(const Value *value) { in SummarizeValue() function in InterpreterStackFrame
796 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
797 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
798 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
923 frame.SummarizeValue(condition).c_str()); in Interpret()
958 frame.SummarizeValue(value).c_str()); in Interpret()
1019 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1105 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1106 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
1107 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp681 static bool SummarizeValue(raw_ostream &os, SVal V);
1911 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker
2030 : SummarizeValue(os, ArgVal); in HandleNonHeapDealloc()