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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp106 std::string SummarizeValue (const Value *value) function in class:InterpreterStackFrame
731 log->Printf(" L : %s", frame.SummarizeValue(lhs).c_str());
732 log->Printf(" R : %s", frame.SummarizeValue(rhs).c_str());
733 log->Printf(" = : %s", frame.SummarizeValue(inst).c_str());
914 log->Printf(" cond : %s", frame.SummarizeValue(condition).c_str());
1000 log->Printf(" P : %s", frame.SummarizeValue(pointer_operand).c_str());
1001 log->Printf(" Poffset : %s", frame.SummarizeValue(inst).c_str());
1095 log->Printf(" L : %s", frame.SummarizeValue(lhs).c_str());
1096 log->Printf(" R : %s", frame.SummarizeValue(rhs).c_str());
1097 log->Printf(" = : %s", frame.SummarizeValue(ins
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp310 static bool SummarizeValue(raw_ostream &os, SVal V);
1125 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { function in class:MallocChecker
1243 : SummarizeValue(os, ArgVal);

Completed in 55 milliseconds