Searched defs:default_is_stmt (Results 1 – 4 of 4) sorted by relevance
132 DWARFDebugLine::Row::Row(bool default_is_stmt) { reset(default_is_stmt); } in Row()140 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
276 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local
77 bool default_is_stmt; // stmt stands for statement member
8479 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local