Home
last modified time | relevance | path

Searched refs:td3 (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Drtti.c590 tree result, td2, td3, elems; in build_dynamic_cast_1() local
634 td3 = get_tinfo_decl (static_type); in build_dynamic_cast_1()
635 mark_used (td3); in build_dynamic_cast_1()
636 td3 = build_unary_op (ADDR_EXPR, td3, 0); in build_dynamic_cast_1()
650 (NULL_TREE, td3, tree_cons in build_dynamic_cast_1()
/freebsd-9-stable/sys/kern/
Dsys_process.c1004 struct thread *td3; local
1005 FOREACH_THREAD_IN_PROC(p, td3) {
1006 td3->td_dbgflags &= ~TDB_SUSPEND;