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.cpp134 std::string SummarizeValue(const Value *value) { in SummarizeValue() function in InterpreterStackFrame
877 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
878 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
879 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
997 frame.SummarizeValue(condition).c_str()); in Interpret()
1031 frame.SummarizeValue(value).c_str()); in Interpret()
1090 frame.SummarizeValue(pointer_operand).c_str()); in Interpret()
1091 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1189 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1190 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp818 static bool SummarizeValue(raw_ostream &os, SVal V);
2422 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker
2537 MR ? SummarizeRegion(C.getState(), os, MR) : SummarizeValue(os, ArgVal); in HandleNonHeapDealloc()