Searched defs:CAST (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | is_simh.c | 53 #define CAST(a, b) (a)(b) macro
|
H A D | der.c | 48 #define CAST(a, b) ((a)(b)) macro
|
H A D | file.h | 432 #define CAST(T, b) static_cast<T>(b) macro 436 #define CAST(T, b) ((T)(b)) macro
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | linux-inotify.c | 47 #define CAST(p) ((struct watcher_root*)(p)) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | pass1.h | 582 #define CAST (MAXOP+14) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pass1.h | 635 #define CAST (MAXOP+14) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 759 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP }; enumerator
|