HomeSort by relevance Sort by last modified time
    Searched defs:CONST_CAST2 (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 31 /* Make sure CONST_CAST2 (origin in system.h) is declared. */
32 #ifndef CONST_CAST2
33 #define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q; TOTYPE _nq;})(X))._nq)
628 if (TlsSetValue (__key, CONST_CAST2(void *, const void *, __ptr)) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 31 /* Make sure CONST_CAST2 (origin in system.h) is declared. */
32 #ifndef CONST_CAST2
33 #define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q; TOTYPE _nq;})(X))._nq)
628 if (TlsSetValue (__key, CONST_CAST2(void *, const void *, __ptr)) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 982 #define CONST_CAST2(TOTYPE,FROMTYPE,X) (const_cast<TOTYPE> (X))
987 #define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q; TOTYPE _nq;})(X))._nq)
1000 #define CONST_CAST2(TOTYPE,FROMTYPE,X) \
1003 #define CONST_CAST2(TOTYPE,FROMTYPE,X) ((TOTYPE)(FROMTYPE)(X))
1006 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X))
    [all...]

Completed in 322 milliseconds