Searched defs:CONST_CAST (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tsystem.h | 132 #define CONST_CAST(TYPE,X) CONST_CAST2 (TYPE, const TYPE, (X)) macro
|
H A D | system.h | 1146 #define CONST_CAST(TYPE,X) CONST_CAST2 (TYPE, const TYPE, (X)) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tsystem.h | 132 #define CONST_CAST(TYPE,X) CONST_CAST2 (TYPE, const TYPE, (X)) macro
|
H A D | system.h | 1183 #define CONST_CAST(TYPE,X) CONST_CAST2 (TYPE, const TYPE, (X)) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | cxxdefs.h | 19 #define CONST_CAST (MAXOP+35) macro
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | core.h | 23 #define CONST_CAST(x) (x)(uintptr_t) macro
|