Home | History | Annotate | Download | only in lint1

Lines Matching refs:tnode_t

37 const char *expr_type_name(const tnode_t *);
127 tnode_t *expr_alloc_tnode(void);
147 void debug_node(const tnode_t *);
227 void dcs_add_alignas(tnode_t *);
277 int to_int_constant(tnode_t *, bool);
282 const tnode_t *before_conversion(const tnode_t *);
286 tnode_t *build_constant(type_t *, val_t *);
287 tnode_t *build_name(sym_t *, bool);
288 tnode_t *build_string(buffer *);
289 tnode_t *build_generic_selection(const tnode_t *,
292 tnode_t *build_binary(tnode_t *, op_t, bool, tnode_t *);
293 tnode_t *build_unary(op_t, bool, tnode_t *);
294 tnode_t *build_member_access(tnode_t *, op_t, bool, sbuf_t *);
295 tnode_t *cconv(tnode_t *);
296 bool is_typeok_bool_compares_with_zero(const tnode_t *, bool);
298 const tnode_t *, const tnode_t *);
299 tnode_t *promote(op_t, bool, tnode_t *);
300 tnode_t *convert(op_t, int, type_t *, tnode_t *);
302 tnode_t *build_sizeof(const type_t *);
303 tnode_t *build_offsetof(const type_t *, designation);
304 tnode_t *build_alignof(const type_t *);
305 tnode_t *cast(tnode_t *, bool, type_t *);
306 void add_function_argument(function_call *, tnode_t *);
307 tnode_t *build_function_call(tnode_t *, bool, function_call *);
308 val_t *integer_constant(tnode_t *, bool);
309 void expr(tnode_t *, bool, bool, bool, bool, const char *);
310 void check_expr_misc(const tnode_t *, bool, bool, bool, bool, bool, bool);
311 bool constant_addr(const tnode_t *, const sym_t **, ptrdiff_t *);
315 uint64_t possible_bits(const tnode_t *);
319 void do_statement_expr(tnode_t *);
320 tnode_t *end_statement_expr(void);
350 void case_label(tnode_t *);
352 void stmt_if_expr(tnode_t *);
355 void stmt_switch_expr(tnode_t *);
357 void stmt_while_expr(tnode_t *);
360 void stmt_do_while_expr(tnode_t *);
361 void stmt_for_exprs(tnode_t *, tnode_t *, tnode_t *);
366 void stmt_return(bool, tnode_t *);
380 void init_expr(tnode_t *);
392 void outcall(const tnode_t *, bool, bool);
427 const tnode_t *, const tnode_t *);
434 void check_ctype_macro_invocation(const tnode_t *, const tnode_t *);
439 void check_getopt_begin_while(const tnode_t *);