Lines Matching refs:t

38 dump_access (dump_info_p di, tree t)  in dump_access()  argument
40 if (TREE_PROTECTED(t)) in dump_access()
42 else if (TREE_PRIVATE(t)) in dump_access()
52 dump_op (dump_info_p di, tree t) in dump_op() argument
54 switch (DECL_OVERLOADED_OPERATOR_P (t)) { in dump_op()
92 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
98 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
104 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
110 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
116 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
122 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
128 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
134 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
140 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
146 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
197 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
206 cp_dump_tree (void* dump_info, tree t) in cp_dump_tree() argument
212 code = TREE_CODE (t); in cp_dump_tree()
214 if (DECL_P (t)) in cp_dump_tree()
216 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
217 dump_string_field (di, "lang", language_to_string (DECL_LANGUAGE (t))); in cp_dump_tree()
223 if (IDENTIFIER_OPNAME_P (t)) in cp_dump_tree()
228 else if (IDENTIFIER_TYPENAME_P (t)) in cp_dump_tree()
230 dump_child ("tynm", TREE_TYPE (t)); in cp_dump_tree()
237 dump_child ("ptd", TYPE_PTRMEM_POINTED_TO_TYPE (t)); in cp_dump_tree()
238 dump_child ("cls", TYPE_PTRMEM_CLASS_TYPE (t)); in cp_dump_tree()
242 if (TYPE_PTRMEMFUNC_P (t)) in cp_dump_tree()
245 dump_child ("ptd", TYPE_PTRMEM_POINTED_TO_TYPE (t)); in cp_dump_tree()
246 dump_child ("cls", TYPE_PTRMEM_CLASS_TYPE (t)); in cp_dump_tree()
253 if (TYPE_CONTEXT (t) && TREE_CODE (TYPE_CONTEXT (t)) == TREE_CODE (t) in cp_dump_tree()
254 && CLASSTYPE_AS_BASE (TYPE_CONTEXT (t)) == t) in cp_dump_tree()
256 dump_child ("bfld", TYPE_CONTEXT (t)); in cp_dump_tree()
260 if (! MAYBE_CLASS_TYPE_P (t)) in cp_dump_tree()
263 dump_child ("vfld", TYPE_VFIELD (t)); in cp_dump_tree()
264 if (CLASSTYPE_TEMPLATE_SPECIALIZATION(t)) in cp_dump_tree()
267 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t)) in cp_dump_tree()
273 for (binfo = TYPE_BINFO (t), i = 0; in cp_dump_tree()
285 dump_access (di, t); in cp_dump_tree()
286 if (DECL_MUTABLE_P (t)) in cp_dump_tree()
291 if (TREE_CODE (CP_DECL_CONTEXT (t)) == RECORD_TYPE) in cp_dump_tree()
292 dump_access (di, t); in cp_dump_tree()
293 if (TREE_STATIC (t) && !TREE_PUBLIC (t)) in cp_dump_tree()
298 if (!DECL_THUNK_P (t)) in cp_dump_tree()
300 if (DECL_OVERLOADED_OPERATOR_P (t)) { in cp_dump_tree()
302 dump_op (di, t); in cp_dump_tree()
304 if (DECL_FUNCTION_MEMBER_P (t)) in cp_dump_tree()
307 dump_access (di, t); in cp_dump_tree()
309 if (DECL_PURE_VIRTUAL_P (t)) in cp_dump_tree()
311 if (DECL_VIRTUAL_P (t)) in cp_dump_tree()
313 if (DECL_CONSTRUCTOR_P (t)) in cp_dump_tree()
315 if (DECL_DESTRUCTOR_P (t)) in cp_dump_tree()
317 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
319 if (DECL_GLOBAL_CTOR_P (t)) in cp_dump_tree()
321 if (DECL_GLOBAL_DTOR_P (t)) in cp_dump_tree()
323 if (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (t)) in cp_dump_tree()
328 tree virt = THUNK_VIRTUAL_OFFSET (t); in cp_dump_tree()
331 if (DECL_THIS_THUNK_P (t)) in cp_dump_tree()
339 dump_int (di, "fixd", THUNK_FIXED_OFFSET (t)); in cp_dump_tree()
342 dump_child ("fn", DECL_INITIAL (t)); in cp_dump_tree()
347 if (DECL_NAMESPACE_ALIAS (t)) in cp_dump_tree()
348 dump_child ("alis", DECL_NAMESPACE_ALIAS (t)); in cp_dump_tree()
349 else if (!dump_flag (di, TDF_SLIM, t)) in cp_dump_tree()
350 dump_child ("dcls", cp_namespace_decls (t)); in cp_dump_tree()
354 dump_child ("rslt", DECL_TEMPLATE_RESULT (t)); in cp_dump_tree()
355 dump_child ("inst", DECL_TEMPLATE_INSTANTIATIONS (t)); in cp_dump_tree()
356 dump_child ("spcs", DECL_TEMPLATE_SPECIALIZATIONS (t)); in cp_dump_tree()
357 dump_child ("prms", DECL_TEMPLATE_PARMS (t)); in cp_dump_tree()
361 dump_child ("crnt", OVL_CURRENT (t)); in cp_dump_tree()
362 dump_child ("chan", OVL_CHAIN (t)); in cp_dump_tree()
366 dump_stmt (di, t); in cp_dump_tree()
367 if (CLEANUP_P (t)) in cp_dump_tree()
369 dump_child ("body", TRY_STMTS (t)); in cp_dump_tree()
370 dump_child ("hdlr", TRY_HANDLERS (t)); in cp_dump_tree()
374 dump_stmt (di, t); in cp_dump_tree()
375 dump_child ("body", EH_SPEC_STMTS (t)); in cp_dump_tree()
376 dump_child ("raises", EH_SPEC_RAISES (t)); in cp_dump_tree()
380 dump_child ("clas", PTRMEM_CST_CLASS (t)); in cp_dump_tree()
381 dump_child ("mbr", PTRMEM_CST_MEMBER (t)); in cp_dump_tree()
386 dump_child ("op 0", TREE_OPERAND (t, 0)); in cp_dump_tree()
394 dump_int (di, "ctor", AGGR_INIT_VIA_CTOR_P (t)); in cp_dump_tree()
395 dump_child ("fn", AGGR_INIT_EXPR_FN (t)); in cp_dump_tree()
396 FOR_EACH_AGGR_INIT_EXPR_ARG (arg, iter, t) in cp_dump_tree()
403 dump_child ("decl", AGGR_INIT_EXPR_SLOT (t)); in cp_dump_tree()
408 dump_stmt (di, t); in cp_dump_tree()
409 dump_child ("parm", HANDLER_PARMS (t)); in cp_dump_tree()
410 dump_child ("body", HANDLER_BODY (t)); in cp_dump_tree()
414 dump_stmt (di, t); in cp_dump_tree()
415 dump_child ("body", TREE_OPERAND (t, 0)); in cp_dump_tree()
416 dump_child ("cond", MUST_NOT_THROW_COND (t)); in cp_dump_tree()
420 dump_stmt (di, t); in cp_dump_tree()
421 dump_child ("nmsp", USING_STMT_NAMESPACE (t)); in cp_dump_tree()
425 dump_stmt (di, t); in cp_dump_tree()
426 dump_child ("decl", CLEANUP_DECL (t)); in cp_dump_tree()
427 dump_child ("expr", CLEANUP_EXPR (t)); in cp_dump_tree()
428 dump_child ("body", CLEANUP_BODY (t)); in cp_dump_tree()
432 dump_stmt (di, t); in cp_dump_tree()
433 dump_child ("cond", IF_COND (t)); in cp_dump_tree()
434 dump_child ("then", THEN_CLAUSE (t)); in cp_dump_tree()
435 dump_child ("else", ELSE_CLAUSE (t)); in cp_dump_tree()
440 dump_stmt (di, t); in cp_dump_tree()
444 dump_stmt (di, t); in cp_dump_tree()
445 dump_child ("body", DO_BODY (t)); in cp_dump_tree()
446 dump_child ("cond", DO_COND (t)); in cp_dump_tree()
450 dump_stmt (di, t); in cp_dump_tree()
451 dump_child ("init", FOR_INIT_STMT (t)); in cp_dump_tree()
452 dump_child ("cond", FOR_COND (t)); in cp_dump_tree()
453 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
454 dump_child ("body", FOR_BODY (t)); in cp_dump_tree()
458 dump_stmt (di, t); in cp_dump_tree()
459 dump_child ("decl", RANGE_FOR_DECL (t)); in cp_dump_tree()
460 dump_child ("expr", RANGE_FOR_EXPR (t)); in cp_dump_tree()
461 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
465 dump_stmt (di, t); in cp_dump_tree()
466 dump_child ("cond", SWITCH_STMT_COND (t)); in cp_dump_tree()
467 dump_child ("body", SWITCH_STMT_BODY (t)); in cp_dump_tree()
471 dump_stmt (di, t); in cp_dump_tree()
472 dump_child ("cond", WHILE_COND (t)); in cp_dump_tree()
473 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
477 dump_child ("stmt", STMT_EXPR_STMT (t)); in cp_dump_tree()
481 dump_stmt (di, t); in cp_dump_tree()
482 dump_child ("expr", EXPR_STMT_EXPR (t)); in cp_dump_tree()
489 return c_dump_tree (di, t); in cp_dump_tree()