Home
last modified time | relevance | path

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

/openbsd/lib/librthread/
H A Drthread.c477 pthread_setcanceltype(int type, int *oldtypep) in pthread_setcanceltype() argument
491 if (oldtypep) in pthread_setcanceltype()
492 *oldtypep = oldtype; in pthread_setcanceltype()
/openbsd/gnu/gcc/gcc/
H A Dc-decl.c1162 tree *newtypep, tree *oldtypep) in diagnose_mismatched_decls() argument
1176 *oldtypep = oldtype = TREE_TYPE (olddecl); in diagnose_mismatched_decls()
1220 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls()
1265 TREE_TYPE (olddecl) = *oldtypep = oldtype = newtype; in diagnose_mismatched_decls()