Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h212 ExpressionSuccessful = 0, enumerator
222 case StatisticKind::ExpressionSuccessful: in GetStatDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp664 target.IncrementStats(StatisticKind::ExpressionSuccessful); in DoExecute()