Lines Matching full:side
713 -metrax4 -metrax100 -mpdebug -mcc-init -mno-side-effects
3152 side of a comma expression that contains no side effects. For
3705 attribute in the resulting type. I.e. the left-hand side of the
3781 Warn if an initialized field without side effects is overridden
5732 side-effect free. This flag is enabled by default at `-O2' and
7680 dependency output file as a side-effect of the compilation process.
8006 You should be prepared for side effects when using `-C'; it causes
8018 In addition to the side-effects of the `-C' option, the `-CC'
8899 `X' is ignored. White space may also appear anywhere on the left side
9638 `-mno-side-effects'
9639 Do not emit instructions with side-effects in addressing modes
12691 side-effects of speculation on R10K processors.
12697 R10K, even aborted instructions can have side effects.
12710 might have side effects even if aborted.
12713 the following regions will not have side effects:
12738 speculatively executed and that might have side effects even
12743 speculatively executed and that might have side effects even
14134 Note that the potentially-trapping side effect of division by zero
14137 side effect stays where it is. A recombination to fp operations
16301 side-effects depends on this type.
16307 expression is only evaluated for its side-effects.
16484 * Function Attributes:: Declaring that functions have no side effects,
16554 the operand has side effects. In GNU C, if you know the type of the
17105 does, or may (if it is a macro argument), contain a side effect. Then
17106 repeating the operand in the middle would perform the side effect
17762 If the value in it has side-effects, the side-effects will happen only
17830 side-effect, it is unspecified whether the side-effect happens or not.
17882 Using the cast as the right-hand side of an assignment to a variable of
18103 side effects, which works in the current version and in some older
18632 for inlining. If the function does not have side-effects, there
18638 special side-effect.
20748 clobber does not count as a side-effect of the `asm'. If you know how
20828 the instruction has no side effects except to change the output
20829 operands. This does not mean instructions with a side effect cannot be
20833 if your instruction does have a side effect on a variable that otherwise
20847 side-effects. GCC will not delete a volatile `asm' if it is reachable.
23407 arguments for side-effects. If there are any side-effects in
23672 side-effects.
23826 expression is evaluated if it includes side effects but no other
34598 ensure when and whether side effects are visible to other
34773 evaluate the side-effects. The C++ standard specifies that such
35084 instantiations to be generated as a side effect. Be warned,
37664 * Making side effects happen in the same order as in some other
37667 It is never safe to depend on the order of evaluation of side
41641 * mno-side-effects: CRIS Options. (line 46)
42536 * ?: side effect: Conditionals. (line 20)
43120 * functions that have no side effects: Function Attributes.
43498 * order of evaluation, side effects: Non-bugs. (line 196)
43665 * side effect in ?:: Conditionals. (line 20)
43666 * side effects, macro argument: Statement Exprs. (line 35)
43667 * side effects, order of evaluation: Non-bugs. (line 196)