HomeSort by relevance Sort by last modified time
    Searched defs:CloogOptions (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 55 struct cloogoptions;
56 typedef struct cloogoptions CloogOptions;
59 struct cloogoptions struct
135 void cloog_msg(CloogOptions *options, enum cloog_msg_type type,
143 void cloog_options_print(FILE *, CloogOptions *) ;
149 void cloog_options_free(CloogOptions *) ;
156 FILE **input, FILE **output, CloogOptions **options);
162 CloogOptions *cloog_options_malloc(CloogState *state);
163 void cloog_options_copy_from_osl_scop(struct osl_scop *, CloogOptions *);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
options.h 55 struct cloogoptions;
56 typedef struct cloogoptions CloogOptions;
59 struct cloogoptions struct
135 void cloog_msg(CloogOptions *options, enum cloog_msg_type type,
143 void cloog_options_print(FILE *, CloogOptions *) ;
149 void cloog_options_free(CloogOptions *) ;
156 FILE **input, FILE **output, CloogOptions **options);
162 CloogOptions *cloog_options_malloc(CloogState *state);
163 void cloog_options_copy_from_osl_scop(struct osl_scop *, CloogOptions *);
    [all...]

Completed in 79 milliseconds