Data Structures | Defines | Typedefs | Functions

options.h File Reference

Go to the source code of this file.

Data Structures

struct  s_pocc_utils_options

Defines

#define POCC_UTILS_CODEGEN_FULL   0
#define POCC_UTILS_CODEGEN_PLUTO   1
#define BEGIN_C_DECLS
#define END_C_DECLS

Typedefs

typedef void(* pocc_codegen_fun_t )(struct s_pocc_utils_options *)
typedef struct s_pocc_utils_options s_pocc_utils_options_t

Functions

s_pocc_utils_options_tpocc_utils_options_malloc ()
void pocc_utils_options_free (s_pocc_utils_options_t *opts)

Define Documentation

#define POCC_UTILS_CODEGEN_FULL   0
#define POCC_UTILS_CODEGEN_PLUTO   1
#define BEGIN_C_DECLS
#define END_C_DECLS

Typedef Documentation

typedef void(* pocc_codegen_fun_t)(struct s_pocc_utils_options *)

Function Documentation

s_pocc_utils_options_t* pocc_utils_options_malloc (  ) 
void pocc_utils_options_free ( s_pocc_utils_options_t opts  )