Home
last modified time | relevance | path

Searched refs:condtype (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlibevent_support.c83 lload_libevent_cond_init( unsigned condtype ) in lload_libevent_cond_init() argument
89 assert( condtype == 0 ); in lload_libevent_cond_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc806 Type *condtype = s->condition->type->toBasetype (); in visit() local
812 Type *etype = condtype->nextOf ()->toBasetype (); in visit()
837 Type *satype = condtype->sarrayOf (s->cases->dim); in visit()
864 decl = d_array_value (build_ctype (condtype->arrayOf ()), in visit()
870 else if (!condtype->isscalar ()) in visit()
873 condtype->toChars ()); in visit()
893 tree ifcase = build2 (EQ_EXPR, build_ctype (condtype), in visit()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dthread.h149 void *(*alloc_condition)(unsigned condtype);
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dthread.h150 void *(*alloc_condition)(unsigned condtype);
/netbsd-src/external/bsd/libevent/dist/
H A Devthread.c467 evthreadimpl_cond_alloc_(unsigned condtype) in evthreadimpl_cond_alloc_() argument
476 evthread_cond_fns_.alloc_condition(condtype) : NULL; in evthreadimpl_cond_alloc_()
H A Devthread-internal.h201 void *evthreadimpl_cond_alloc_(unsigned condtype);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc797 Type *condtype = s->condition->type->toBasetype (); in visit() local
801 if (!condtype->isscalar ()) in visit()
804 condtype->toChars ()); in visit()
824 tree ifcase = build2 (EQ_EXPR, build_ctype (condtype), in visit()