Home | History | Annotate | Download | only in Sema

Lines Matching full:casting

145 // The Try functions attempt a specific way of casting. If they succeed, they
146 // return TC_Success. If their way of casting is not appropriate for the given
148 // to emit if no other way succeeds. If their way of casting is appropriate but
497 // Casting away constness is defined in C++ 5.2.11p8 with reference to
749 // When casting from pointer or reference, get pointee type; use original
942 /// possible. If @p CStyle, ignore access restrictions on hierarchy casting
943 /// and casting away constness.
999 // Also, C++ 5.2.9p1 forbids casting away constness, which makes reversal
1149 // FIXME: Should allow casting away constness if CStyle.
1854 // Don't allow casting between member pointers of different sizes.
2012 // Not casting away constness, so the only remaining check is for compatible
2025 // casting the return value of dlsym() and GetProcAddress().
2260 // OpenCL v1 s6.5: Casting a pointer to address space A to a pointer to
2322 // The type we're casting to is known to be a scalar or vector.