Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dremove.c25 static Dtype remove_dirproc PROTO ((void *callerdat, char *dir,
267 static Dtype
H A Dstatus.c13 static Dtype status_dirproc PROTO ((void *callerdat, char *dir,
330 static Dtype
H A Dtag.c30 static Dtype tag_dirproc PROTO ((void *callerdat, char *dir,
1013 static Dtype
1074 static Dtype val_direntproc PROTO ((void *, char *, char *, char *, List *));
1076 static Dtype
H A Dcvs.h359 typedef int Dtype; typedef
361 typedef enum direnter_type Dtype; typedef
640 typedef Dtype (*DIRENTPROC) PROTO ((void *callerdat, char *dir, typedef
H A Dcommit.c24 static Dtype check_direntproc PROTO ((void *callerdat, char *dir,
33 static Dtype commit_direntproc PROTO ((void *callerdat, char *dir,
134 static Dtype find_dirent_proc PROTO ((void *callerdat, char *dir,
138 static Dtype
1073 static Dtype
1529 static Dtype
H A Dpatch.c20 static Dtype patch_dirproc PROTO ((void *callerdat, char *dir,
756 static Dtype
H A Ddiff.c28 static Dtype diff_dirproc PROTO ((void *callerdat, char *dir,
769 static Dtype
H A Dadmin.c18 static Dtype admin_dirproc PROTO ((void *callerdat, char *dir,
964 static Dtype
H A Drecurse.c33 Dtype flags;
851 Dtype dir_return = R_PROCESS;
H A Dlog.c115 static Dtype log_dirproc PROTO ((void *callerdat, char *dir,
1625 static Dtype
H A Dupdate.c62 static Dtype update_dirent_proc PROTO ((void *callerdat, char *dir,
896 static Dtype
H A Dclient.c5369 static Dtype send_dirent_proc PROTO ((void *, char *, char *, char *, List *));
5379 static Dtype
H A DChangeLog-962452 * cvs.h: If ENUMS_CAN_BE_TROUBLE, typedef Dtype to int not an enum.
/openbsd-src/gnu/llvm/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;