Searched refs:type_pred_t (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/tools/widl/ |
H A D | typegen.h | 63 typedef int (*type_pred_t)(const type_t *); typedef 65 void write_formatstringsdecl(FILE *f, int indent, const statement_list_t *stmts, type_pred_t pred); 66 void write_procformatstring(FILE *file, const statement_list_t *stmts, type_pred_t pred); 67 void write_typeformatstring(FILE *file, const statement_list_t *stmts, type_pred_t pred); 76 unsigned int get_size_procformatstring(const statement_list_t *stmts, type_pred_t pred); 77 unsigned int get_size_typeformatstring(const statement_list_t *stmts, type_pred_t pred);
|
H A D | typegen.c | 929 void write_formatstringsdecl(FILE *f, int indent, const statement_list_t *stmts, type_pred_t pred) in write_formatstringsdecl() 1482 type_pred_t pred, FILE *file, int indent, unsigned int *offset) in for_each_iface() 1513 void write_procformatstring(FILE *file, const statement_list_t *stmts, type_pred_t pred) in write_procformatstring() 3753 static unsigned int process_tfs(FILE *file, const statement_list_t *stmts, type_pred_t pred) in process_tfs() 3761 void write_typeformatstring(FILE *file, const statement_list_t *stmts, type_pred_t pred) in write_typeformatstring() 4602 unsigned int get_size_procformatstring(const statement_list_t *stmts, type_pred_t pred) in get_size_procformatstring() 4609 unsigned int get_size_typeformatstring(const statement_list_t *stmts, type_pred_t pred) in get_size_typeformatstring()
|
H A D | proxy.c | 779 static int does_any_iface(const statement_list_t *stmts, type_pred_t pred) in does_any_iface()
|