Home
last modified time | relevance | path

Searched refs:susp_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c150 if (t->susp_type != SUSP_TYPE_SUSP || in cd9660_susp_finalize_node()
177 if (t->susp_type != SUSP_TYPE_RRIP) in cd9660_rrip_finalize_node()
444 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument
450 temp->susp_type = susp_type; in cd9660node_susp_create_node()
H A Diso9660_rrip.h210 char susp_type; /* SUSP or RRIP */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc1714 tree susp_type = TREE_TYPE (suspend); in expand_one_await_expression() local
1719 if (VOID_TYPE_P (susp_type)) in expand_one_await_expression()
1725 else if (TREE_CODE (susp_type) == BOOLEAN_TYPE) in expand_one_await_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc1675 tree susp_type = TREE_TYPE (suspend); in expand_one_await_expression() local
1680 if (VOID_TYPE_P (susp_type)) in expand_one_await_expression()
1686 else if (TREE_CODE (susp_type) == BOOLEAN_TYPE) in expand_one_await_expression()