Lines Matching full:sequenced
11779 /// A tree of sequenced regions within an expression. Two regions are
11794 /// A region within an expression which may be sequenced with respect
11811 /// subset of \p Parent. This sequence of operations is sequenced with
11851 /// least-sequenced usage of each kind.
11856 /// A modification of an object which is sequenced before the value
11860 /// A modification of an object which is not sequenced before the value
11888 /// Sequenced regions within the expression.
11905 /// RAII object wrapping the visitation of a sequenced subexpression of an
11907 /// become sequenced with respect to the value computation of the result, so
11995 // If we have a modification as side effect and are in a sequenced in addUsage()
12056 // modification as side effect) when exiting the scope of the sequenced
12158 // expression E1 is sequenced before the expression E2. in VisitArraySubscriptExpr()
12172 // the expression E1 is sequenced before the expression E2. in VisitBinPtrMem()
12185 // The expression E1 is sequenced before the expression E2. in VisitBinShlShr()
12197 // expression is sequenced before every value computation and side in VisitBinComma()
12215 // [...] the assignment is sequenced after the value computation in VisitBinAssign()
12226 // [...] The right operand is sequenced before the left operand. [...] in VisitBinAssign()
12252 // the assignment is sequenced [...] before the value computation of the in VisitBinAssign()
12301 // side effect associated with the first expression is sequenced before in VisitBinLOr()
12310 SequencedSubexpression Sequenced(*this); in VisitBinLOr() local
12334 // side effect associated with the first expression is sequenced before in VisitBinLAnd()
12343 SequencedSubexpression Sequenced(*this); in VisitBinLAnd() local
12366 // expression is sequenced before every value computation and side effect in VisitAbstractConditionalOperator()
12372 // consider them to be sequenced. This is needed to avoid warning on in VisitAbstractConditionalOperator()
12390 SequencedSubexpression Sequenced(*this); in VisitAbstractConditionalOperator() local
12429 // designating the called function, is sequenced before execution of every in VisitCallExpr()
12432 SequencedSubexpression Sequenced(*this); in VisitCallExpr() local
12435 // The postfix-expression is sequenced before each expression in the in VisitCallExpr()
12451 SequencedSubexpression Sequenced(*this); in VisitCallExpr() local
12475 // operands are sequenced in the order prescribed for the built-in in VisitCXXOperatorCallExpr()
12528 // This is a call, so all subexpressions are sequenced before the result. in VisitCXXOperatorCallExpr()
12529 SequencedSubexpression Sequenced(*this); in VisitCXXOperatorCallExpr() local
12563 SequencedSubexpression Sequenced(*this); in VisitCXXOperatorCallExpr() local
12595 // This is a call, so all subexpressions are sequenced before the result. in VisitCXXConstructExpr()
12596 SequencedSubexpression Sequenced(*this); in VisitCXXConstructExpr() local
12601 // In C++11, list initializations are sequenced. in VisitCXXConstructExpr()
12610 // In C++11, list initializations are sequenced. in VisitInitListExpr()
12615 // C++20 parenthesized list initializations are sequenced. See C++20 in VisitCXXParenListInitExpr()
12632 // Forget that the initializers are sequenced. in SequenceExpressionsInOrder()