Searched refs:Dtype (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | remove.c | 25 static Dtype remove_dirproc PROTO ((void *callerdat, char *dir, 267 static Dtype
|
| H A D | status.c | 13 static Dtype status_dirproc PROTO ((void *callerdat, char *dir, 330 static Dtype
|
| H A D | tag.c | 30 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 D | cvs.h | 359 typedef int Dtype; typedef 361 typedef enum direnter_type Dtype; typedef 640 typedef Dtype (*DIRENTPROC) PROTO ((void *callerdat, char *dir, typedef
|
| H A D | commit.c | 24 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 D | patch.c | 20 static Dtype patch_dirproc PROTO ((void *callerdat, char *dir, 756 static Dtype
|
| H A D | diff.c | 28 static Dtype diff_dirproc PROTO ((void *callerdat, char *dir, 769 static Dtype
|
| H A D | admin.c | 18 static Dtype admin_dirproc PROTO ((void *callerdat, char *dir, 964 static Dtype
|
| H A D | recurse.c | 33 Dtype flags; 851 Dtype dir_return = R_PROCESS;
|
| H A D | log.c | 115 static Dtype log_dirproc PROTO ((void *callerdat, char *dir, 1625 static Dtype
|
| H A D | update.c | 62 static Dtype update_dirent_proc PROTO ((void *callerdat, char *dir, 896 static Dtype
|
| H A D | client.c | 5369 static Dtype send_dirent_proc PROTO ((void *, char *, char *, char *, List *)); 5379 static Dtype
|
| H A D | ChangeLog-96 | 2452 * 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 D | ThreadSafetyTIL.h | 1002 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;
|