Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h261 ExpressionSuccessful = 0, enumerator
271 case StatisticKind::ExpressionSuccessful: in GetStatDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp676 target->IncrementStats(StatisticKind::ExpressionSuccessful); in DoExecute()