Lines Matching refs:c1_string
35 def try_match(self, checker_string, c1_string, var_state={}): argument
37 c1_string,
40 def assertMatches(self, checker_string, c1_string, var_state={}): argument
41 self.assertIsNotNone(self.try_match(checker_string, c1_string, var_state))
43 def assertDoesNotMatch(self, checker_string, c1_string, var_state={}): argument
44 self.assertIsNone(self.try_match(checker_string, c1_string, var_state))
104 def assertMatches(self, checker_string, c1_string, argument
138 c1_string = meta_data_string + \
147 """ + c1_string + \
152 c1_file = parse_c1_visualizer_stream("<c1-file>", io.StringIO(c1_string))
160 def assertDoesNotMatch(self, checker_string, c1_string, argument
165 … self.assertMatches(checker_string, c1_string, isa, instruction_set_features, read_barrier_type)
167 def assertBadStructure(self, checker_string, c1_string): argument
169 self.assertMatches(checker_string, c1_string)