Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp492 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
496 if (!ends_with_newline) in EvaluateExpression()