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

/external/lldb/source/Expression/
H A DIRInterpreter.cpp105 std::string SummarizeValue (const Value *value) function in class:InterpreterStackFrame
723 log->Printf(" L : %s", frame.SummarizeValue(lhs).c_str());
724 log->Printf(" R : %s", frame.SummarizeValue(rhs).c_str());
725 log->Printf(" = : %s", frame.SummarizeValue(inst).c_str());
906 log->Printf(" cond : %s", frame.SummarizeValue(condition).c_str());
992 log->Printf(" P : %s", frame.SummarizeValue(pointer_operand).c_str());
993 log->Printf(" Poffset : %s", frame.SummarizeValue(inst).c_str());
1087 log->Printf(" L : %s", frame.SummarizeValue(lhs).c_str());
1088 log->Printf(" R : %s", frame.SummarizeValue(rhs).c_str());
1089 log->Printf(" = : %s", frame.SummarizeValue(ins
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp327 static bool SummarizeValue(raw_ostream &os, SVal V);
1240 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { function in class:MallocChecker
1362 : SummarizeValue(os, ArgVal);

Completed in 307 milliseconds