Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp86 if (llvm::Expected<bool> bool_or_error = in SetOptionValue() local
88 m_stats_options.SetIncludeTargets(*bool_or_error); in SetOptionValue()
90 error = bool_or_error.takeError(); in SetOptionValue()
93 if (llvm::Expected<bool> bool_or_error = in SetOptionValue() local
95 m_stats_options.SetIncludeModules(*bool_or_error); in SetOptionValue()
97 error = bool_or_error.takeError(); in SetOptionValue()
100 if (llvm::Expected<bool> bool_or_error = in SetOptionValue() local
102 m_stats_options.SetIncludeTranscript(*bool_or_error); in SetOptionValue()
104 error = bool_or_error.takeError(); in SetOptionValue()