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

Declarations

tools/polly/lib/External/isl/include/isl/ctx.h
  160 void *isl_ctx_peek_options(isl_ctx *ctx, struct isl_args *args);

References

tools/polly/lib/External/ppcg/ppcg.c
 1019 	options = isl_ctx_peek_options(ctx, &options_args);
tools/polly/lib/External/ppcg/print.c
  236 	options = isl_ctx_peek_options(ctx, &ppcg_options_args);