Lines Matching full:folding
14 // * A success/failure flag indicating whether constant folding was successful.
16 // 'false' return value indicates that constant folding has failed, and any
19 // * An evaluated result, valid only if constant folding has not failed.
26 // (under the C++11 / C++1y rules only, at the moment), or, if folding failed
431 /// One bit of information passed *into* the request for constant folding
1766 // During constant-folding, a negative shift is an opposite shift. Such
1797 // During constant-folding, a negative shift is an opposite shift. Such a
2682 // We support folding of const floating-point types, in order to make
2692 // FIXME: Allow folding of values of any literal type in all languages.
4730 // only see this when folding in C, so there's no standard to follow here.
5995 // types and back in constant folding. Integer values are thus represented
6739 // and support folding strlen() to a constant.