Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp1106 bool any_printed = false; in DoExecute() local
1109 &any_printed](uint32_t recognizer_id, bool enabled, std::string name, in DoExecute()
1124 any_printed = true; in DoExecute()
1127 if (any_printed) in DoExecute()
H A DCommandObjectType.cpp1088 bool any_printed = false; in DoExecute() local
1092 &any_printed](const lldb::TypeCategoryImplSP &category) -> void { in DoExecute()
1099 &any_printed](const TypeMatcher &type_matcher, in DoExecute()
1103 any_printed = true; in DoExecute()
1129 any_printed = FormatterSpecificList(result) | any_printed; in DoExecute()
1132 if (any_printed) in DoExecute()