Home
last modified time | relevance | path

Searched refs:Dtype (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dremove.c32 static Dtype remove_dirproc (void *callerdat, const char *dir,
290 static Dtype
H A Dstatus.c20 static Dtype status_dirproc (void *callerdat, const char *dir,
367 static Dtype
H A Dcvs.h362 typedef int Dtype; typedef
364 typedef enum direnter_type Dtype; typedef
671 typedef Dtype (*DIRENTPROC) (void *callerdat, const char *dir,
H A Dls.c444 static Dtype
448 Dtype retval; in ls_direntproc()
H A Dcommit.c30 static Dtype check_direntproc (void *callerdat, const char *dir,
39 static Dtype commit_direntproc (void *callerdat, const char *dir,
142 static Dtype
1136 static Dtype
1660 static Dtype
H A Dacl.c41 static Dtype acl_dirproc (void *callerdat, const char *dir, const char *repos,
45 static Dtype acllist_dirproc (void *callerdat, const char *dir,
1080 static Dtype
1922 static Dtype
H A Ddiff.c35 static Dtype diff_dirproc (void *callerdat, const char *dir,
875 static Dtype
H A Dpatch.c26 static Dtype patch_dirproc (void *callerdat, const char *dir,
807 static Dtype
H A Dadmin.c22 static Dtype admin_dirproc (void *callerdat, const char *dir,
1092 static Dtype
H A Drecurse.c41 Dtype flags;
994 Dtype dir_return = R_PROCESS; in do_dir_proc()
H A Dtag.c39 static Dtype tag_dirproc (void *callerdat, const char *dir,
1446 static Dtype
1639 static Dtype
H A Dlog.c126 static Dtype log_dirproc (void *callerdat, const char *dir,
1745 static Dtype
H A Dupdate.c68 static Dtype update_dirent_proc (void *callerdat, const char *dir,
888 static Dtype
H A Dclient.c4635 static Dtype
H A DChangeLog-962452 * cvs.h: If ENUMS_CAN_BE_TROUBLE, typedef Dtype to int not an enum.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; } in Alloc()
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); } in Alloc()
1009 SExpr *dataType() { return Dtype; } in dataType()
1010 const SExpr *dataType() const { return Dtype; } in dataType()
1014 auto Nd = Vs.traverse(Dtype, Vs.declCtx(Ctx)); in traverse()
1027 SExpr* Dtype;