Searched defs:LineStateMachine (Results 1 – 1 of 1) sorted by relevance
38 struct LineStateMachine { struct39 void Reset(bool default_is_stmt) { in Reset()49 uint32 file_num;50 uint64 address;51 uint32 line_num;52 uint32 column_num;53 bool is_stmt; // stmt means statement.54 bool basic_block;55 bool end_sequence;