reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/mat.h
   26 isl_ctx *isl_mat_get_ctx(__isl_keep isl_mat *mat);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 9266   return ctx(isl_mat_get_ctx(ptr));
tools/polly/lib/External/isl/isl_aff.c
 3843 	ctx = isl_mat_get_ctx(mat);
tools/polly/lib/External/isl/isl_coalesce.c
 1236 	ctx = isl_mat_get_ctx(mat);
tools/polly/lib/External/isl/isl_equalities.c
  416 	ctx = isl_mat_get_ctx(A);
  542 	ctx = isl_mat_get_ctx(B);
tools/polly/lib/External/isl/isl_local.c
   27 	return isl_mat_get_ctx(local);
tools/polly/lib/External/isl/isl_map.c
 8898 		isl_die(isl_mat_get_ctx(div), isl_error_invalid,
tools/polly/lib/External/isl/isl_map_simplify.c
 2506 	ctx = isl_mat_get_ctx(ineq);
 4842 	ctx = isl_mat_get_ctx(T);
 4871 		isl_die(isl_mat_get_ctx(T), isl_error_invalid,
 4876 		isl_die(isl_mat_get_ctx(T), isl_error_invalid,
tools/polly/lib/External/isl/isl_mat.c
  272 		isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
  284 		isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
  297 		isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
  311 		isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
  338 	ctx = isl_mat_get_ctx(mat);
  727 	ctx = isl_mat_get_ctx(mat);
 1453 	ctx = isl_mat_get_ctx(mat);
 1842 	v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col);
tools/polly/lib/External/isl/isl_scheduler.c
 2864 	ctx = isl_mat_get_ctx(indep);
tools/polly/lib/External/isl/isl_tab.c
  102 	return tab ? isl_mat_get_ctx(tab->mat) : NULL;
tools/polly/lib/External/isl/isl_tab_pip.c
  262 			isl_die(isl_mat_get_ctx(M), isl_error_internal,
 4605 	ctx = isl_mat_get_ctx(var);