Home | History | Annotate | Download | only in info

Lines Matching full:casts

2274      used for casts that do not require runtime type information, i.e.
2275 casts to `void *' or to unambiguous base classes.
2592 within a C++ program. The new-style casts (`dynamic_cast',
4062 Do not warn for explicit casts like `abs ((int) x)' and `ui =
4372 Suppress warnings from casts to pointer type of an integer of a
4385 Suppress warnings from casts from a pointer to an integer type of a
7587 casts and assignments cause values to be rounded to their semantic
16766 the generic address space. This enables explicit type casts
20148 A cast to union type is similar to other casts, except that the type
20152 casts. (*Note Compound Literals::.)
23676 unless the caller explicitly casts it.
26485 as well as in assignments and some casts. You can specify a vector
32865 6.54.3.81 Reinterpret casts
41836 clutter programs with dozens of casts to `void'. Such casts are
41838 those casts becomes so automatic that they no longer convey useful