Searched refs:CONV_REINTERPRET (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c482 else if ((convtype & CONV_REINTERPRET) && lvalue_p (expr))
H A Dcp-tree.h2664 CONV_REINTERPRET: Perform the explicit conversions for reinterpret_cast.
2672 #define CONV_REINTERPRET 8
2678 | CONV_REINTERPRET)
2680 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)
2663 #define CONV_REINTERPRET macro
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c489 else if ((convtype & CONV_REINTERPRET) && lvalue_p (expr))
H A Dcp-tree.h4720 CONV_REINTERPRET: Perform the explicit conversions for reinterpret_cast. macro
4728 #define CONV_REINTERPRET 8
4733 | CONV_REINTERPRET)
4735 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)

Completed in 117 milliseconds