Lines Matching full:side
639 -metrax4 -metrax100 -mpdebug -mcc-init -mno-side-effects
2911 * An expression-statement or the left-hand side of a comma
2912 expression contains no side effects. To suppress the
2935 * An initialized field without side effects is overridden when
3245 attribute in the resulting type. I.e. the left-hand side of the
3317 Warn if an initialized field without side effects is overridden
6463 dependency output file as a side-effect of the compilation process.
6767 You should be prepared for side effects when using `-C'; it causes
6779 In addition to the side-effects of the `-C' option, the `-CC'
7614 `X' is ignored. White space may also appear anywhere on the left side
8202 `-mno-side-effects'
8203 Do not emit instructions with side-effects in addressing modes
12004 Note that the potentially-trapping side effect of division by zero
12007 side effect stays where it is. A recombination to fp operations
12377 To be on the safe side, this is disabled for the C3x, since the
14063 side-effects depends on this type.
14069 expression is only evaluated for its side-effects.
14244 * Function Attributes:: Declaring that functions have no side effects,
14313 the operand has side effects. In GNU C, if you know the type of the
14803 does, or may (if it is a macro argument), contain a side effect. Then
14804 repeating the operand in the middle would perform the side effect
15341 If the value in it has side-effects, the side-effects will happen only
15409 side-effect, it is unspecified whether the side-effect happens or not.
15461 Using the cast as the right-hand side of an assignment to a variable of
15612 side effects, which works in the current version and in some older
17840 clobber does not count as a side-effect of the `asm'. If you know how
17920 the instruction has no side effects except to change the output
17921 operands. This does not mean instructions with a side effect cannot be
17925 if your instruction does have a side effect on a variable that otherwise
17939 side-effects. GCC will not delete a volatile `asm' if it is reachable.
20296 arguments for side-effects. If there are any side-effects in
20555 side-effects.
20690 expression is evaluated if it includes side effects but no other
24672 ensure when and whether side effects are visible to other
24824 evaluate the side-effects. The C++ standard specifies that such
25135 instantiations to be generated as a side effect. Be warned,
27600 * Making side effects happen in the same order as in some other
27603 It is never safe to depend on the order of evaluation of side
31056 * mno-side-effects: CRIS Options. (line 51)
31771 * ?: side effect: Conditionals. (line 20)
32324 * functions that have no side effects: Function Attributes.
32658 * order of evaluation, side effects: Non-bugs. (line 196)
32801 * side effect in ?:: Conditionals. (line 20)
32802 * side effects, macro argument: Statement Exprs. (line 35)
32803 * side effects, order of evaluation: Non-bugs. (line 196)