Searched refs:any_printed (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp960 bool any_printed = false; variable
962 [&result, &any_printed](uint32_t recognizer_id, std::string name,
970 any_printed = true;
973 if (any_printed)
H A DCommandObjectType.cpp1057 bool any_printed = false; variable
1061 &any_printed](const lldb::TypeCategoryImplSP &category) -> void {
1068 .SetExact([&result, &formatter_regex, &any_printed](
1083 any_printed = true;
1090 .SetWithRegex([&result, &formatter_regex, &any_printed](
1105 any_printed = true;
1144 any_printed = FormatterSpecificList(result) | any_printed;
1147 if (any_printed)

Completed in 121 milliseconds