|
1385 | 1385 | In the declaration of \tcode{p2},
|
1386 | 1386 | those constraints are required to be satisfied
|
1387 | 1387 | even though
|
1388 |
| -\tcode{f} is an unevaluated operand\iref{term.unevaluated.operand}. |
| 1388 | +\tcode{f} is an \termref{unevaluated operand}. |
1389 | 1389 | \end{example}
|
1390 | 1390 | \end{note}
|
1391 | 1391 |
|
|
2368 | 2368 |
|
2369 | 2369 | \pnum
|
2370 | 2370 | An entity is \defn{captured} if it is captured explicitly or implicitly. An entity
|
2371 |
| -captured by a \grammarterm{lambda-expression} is odr-used\iref{term.odr.use} by |
| 2371 | +captured by a \grammarterm{lambda-expression} is \termrefx{odr-used}{odr-use} by |
2372 | 2372 | the \grammarterm{lambda-expression}.
|
2373 | 2373 | \begin{note}
|
2374 | 2374 | As a consequence, if a \grammarterm{lambda-expression}
|
|
2473 | 2473 |
|
2474 | 2474 | \pnum
|
2475 | 2475 | Every \grammarterm{id-expression} within the \grammarterm{compound-statement} of a
|
2476 |
| -\grammarterm{lambda-expression} that is an odr-use\iref{term.odr.use} of an |
| 2476 | +\grammarterm{lambda-expression} that is an \termref{odr-use} of an |
2477 | 2477 | entity captured by copy is transformed into an access to the corresponding unnamed data
|
2478 | 2478 | member of the closure type.
|
2479 | 2479 | \begin{note}
|
|
2725 | 2725 | A \grammarterm{requires-expression} is a prvalue of type \tcode{bool}
|
2726 | 2726 | whose value is described below.
|
2727 | 2727 | Expressions appearing within a \grammarterm{requirement-body}
|
2728 |
| -are unevaluated operands\iref{term.unevaluated.operand}. |
| 2728 | +are \termrefx{unevaluated operands}{unevaluated.operand}. |
2729 | 2729 |
|
2730 | 2730 | \pnum
|
2731 | 2731 | \begin{example}
|
|
2812 | 2812 | \begin{note}
|
2813 | 2813 | The enclosing \grammarterm{requires-expression} will evaluate to \keyword{false}
|
2814 | 2814 | if substitution of template arguments into the \grammarterm{expression} fails.
|
2815 |
| -The \grammarterm{expression} is an unevaluated operand\iref{term.unevaluated.operand}. |
| 2815 | +The \grammarterm{expression} is an \termref{unevaluated operand}. |
2816 | 2816 | \end{note}
|
2817 | 2817 | \begin{example}
|
2818 | 2818 | \begin{codeblock}
|
|
2987 | 2987 | \end{example}
|
2988 | 2988 |
|
2989 | 2989 | \pnum
|
2990 |
| -A local parameter shall only appear as an unevaluated operand\iref{term.unevaluated.operand} |
| 2990 | +A local parameter shall only appear as an \termref{unevaluated operand} |
2991 | 2991 | within the \grammarterm{constraint-expression}.
|
2992 | 2992 | \begin{example}
|
2993 | 2993 | \begin{codeblock}
|
|
3805 | 3805 | If the expression is a prvalue,
|
3806 | 3806 | the temporary materialization conversion\iref{conv.rval}
|
3807 | 3807 | is applied.
|
3808 |
| -The expression is an unevaluated operand\iref{term.unevaluated.operand}. |
| 3808 | +The expression is an \termref{unevaluated operand}. |
3809 | 3809 |
|
3810 | 3810 | \pnum
|
3811 | 3811 | When \keyword{typeid} is applied to a \grammarterm{type-id}, the result
|
|
4800 | 4800 | The \keyword{sizeof} operator yields the number of bytes
|
4801 | 4801 | occupied by a non-potentially-overlapping object of the type
|
4802 | 4802 | of its operand. The operand is either an expression,
|
4803 |
| -which is an unevaluated operand\iref{term.unevaluated.operand}, or a parenthesized |
| 4803 | +which is an \termref{unevaluated operand}, or a parenthesized |
4804 | 4804 | \grammarterm{type-id}.
|
4805 | 4805 | \indextext{type!incomplete}%
|
4806 | 4806 | The \keyword{sizeof} operator shall not be applied to an expression that
|
|
4915 | 4915 | \indextext{\idxcode{noexcept}}%
|
4916 | 4916 | \indextext{expression!\idxcode{noexcept}}%
|
4917 | 4917 | The \keyword{noexcept} operator determines whether the evaluation of its operand,
|
4918 |
| -which is an unevaluated operand\iref{term.unevaluated.operand}, can throw an |
| 4918 | +which is an \termref{unevaluated operand}, can throw an |
4919 | 4919 | exception\iref{except.throw}.
|
4920 | 4920 |
|
4921 | 4921 | \begin{bnf}
|
|
7039 | 7039 | A simple assignment whose left operand is of
|
7040 | 7040 | a volatile-qualified type is deprecated\iref{depr.volatile.type}
|
7041 | 7041 | unless the (possibly parenthesized) assignment is a discarded-value expression or
|
7042 |
| -an unevaluated operand\iref{term.unevaluated.operand}. |
| 7042 | +an \termref{unevaluated operand}. |
7043 | 7043 |
|
7044 | 7044 | \pnum
|
7045 | 7045 | The behavior of an expression of the form \tcode{E1 \placeholder{op}= E2}
|
|
7295 | 7295 | a reference to \keyword{this} or to a variable with
|
7296 | 7296 | automatic storage duration defined outside that
|
7297 | 7297 | \grammarterm{lambda-expression}, where
|
7298 |
| -the reference would be an odr-use\iref{term.odr.use,expr.prim.lambda}; |
| 7298 | +the reference would be an odr-use\iref{term.odr-use,expr.prim.lambda}; |
7299 | 7299 | \begin{example}
|
7300 | 7300 | \begin{codeblock}
|
7301 | 7301 | void g() {
|
|
7666 | 7666 | \end{itemize}
|
7667 | 7667 | \begin{note}
|
7668 | 7668 | A manifestly constant-evaluated expression
|
7669 |
| -is evaluated even in an unevaluated operand\iref{term.unevaluated.operand}. |
| 7669 | +is evaluated even in an \termref{unevaluated operand}. |
7670 | 7670 | \end{note}
|
7671 | 7671 |
|
7672 | 7672 | \pnum
|
|
7696 | 7696 |
|
7697 | 7697 | \item
|
7698 | 7698 | a subexpression of one of the above
|
7699 |
| -that is not a subexpression of a nested unevaluated operand\iref{term.unevaluated.operand}. |
| 7699 | +that is not a subexpression of a nested \termref{unevaluated operand}. |
7700 | 7700 | \end{itemize}
|
7701 | 7701 |
|
7702 | 7702 | \indextext{function!needed for constant evaluation}%
|
|
0 commit comments