Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp851 bool check_only = false; in IOHandlerInputComplete() local
853 Status error = AppendRegexSubstitution(line, check_only); in IOHandlerInputComplete()
902 bool check_only = false; in DoExecute() local
903 error = AppendRegexSubstitution(entry.ref(), check_only); in DoExecute()
920 bool check_only) { in AppendRegexSubstitution() argument
1002 if (!check_only) { in AppendRegexSubstitution()