Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp1707 int header_count = 0; in DumpHeader() local
1712 ++header_count; in DumpHeader()
1720 if (header_count > 0) in DumpHeader()
1727 ++header_count; in DumpHeader()
1735 if (header_count > 0) in DumpHeader()
1739 ++header_count; in DumpHeader()
1747 if (header_count > 0) in DumpHeader()
1751 ++header_count; in DumpHeader()
/freebsd-11-stable/contrib/gcc/cp/
HDpt.c1391 int header_count; in determine_specialization() local
1417 header_count = 0; in determine_specialization()
1421 ++header_count; in determine_specialization()
1458 if (header_count && header_count != template_count + 1) in determine_specialization()