Home | History | Annotate | Download | only in Analysis

Lines Matching full:casting

742 // Tests for the warning of casting a non-struct type to a struct type
752 return ((struct hodor *)&x)->sf; // expected-warning{{Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
1198 // Support casting the return value of function to another different type