Searched refs:verify_point (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/var_path/ |
| H A D | TestVarPath.py | 23 def verify_point(self, frame, var_name, var_typename, x_value, y_value): member in TestVarPath 68 self.verify_point(frame, 'pt', 'Point', 1, 2) 70 self.verify_point(frame, 'pt_ptr', 'Point *', 3030, 4040) 72 self.verify_point(frame, 'pt_ptr[-1]', 'Point', 1010, 2020) 73 self.verify_point(frame, 'pt_ptr[0]', 'Point', 3030, 4040) 74 self.verify_point(frame, 'pt_ptr[1]', 'Point', 5050, 6060) 78 self.verify_point(frame, 'points[0]', 'Point', 1010, 2020) 79 self.verify_point(frame, 'points[1]', 'Point', 3030, 4040) 80 self.verify_point(frame, 'points[2]', 'Point', 5050, 6060) 85 self.verify_point(frame, 'pt_ref', 'Point &', 1, 2)
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | bound.c | 62 static isl_stat verify_point(__isl_take isl_point *pnt, void *user) in verify_point() function 220 isl_set_foreach_point(context, verify_point, &vpb); in check_solution()
|