QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
switch.c File Reference

Typedefs

typedef struct case_node_s case_node_t
 

Functions

struct expr_scase_label_expr (switch_block_t *switch_block, expr_t *value)
 
switch_block_tnew_switch_block (void)
 
struct expr_sswitch_expr (switch_block_t *switch_block, expr_t *break_label, expr_t *statements)
 

Typedef Documentation

typedef struct case_node_s case_node_t

Function Documentation

struct expr_s* case_label_expr ( switch_block_t switch_block,
expr_t value 
)
switch_block_t* new_switch_block ( void  )
struct expr_s* switch_expr ( switch_block_t switch_block,
expr_t break_label,
expr_t statements 
)