Lines Matching full:expressions
505 * scalar integer and scalar floating-point expressions."
700 * "Other binary or unary expressions, non-dereferenced
936 * expressions. ... The size can be at most
1279 * expressions and result in a Boolean expression."
1383 * expressions (exp1 ? exp2 : exp3). This operator evaluates the
1402 * "The second and third expressions can be any type, as
1405 * to one of the expressions to make their types match. This
1424 * "The second and third expressions must be the same type, but can
1651 * expressions [...]."
1666 "expressions is optional in GLSL ES 1.00");
1670 "expressions is forbidden in GLSL 1.30 and "
1675 "expressions is forbidden in GLSL 1.30 and "
1733 * any expressions in it.
1735 assert(!this->expressions.is_empty());
1738 * the other expressions in the sequence do not have side-effects (and
1745 foreach_list_typed (ast_node, ast, link, &this->expressions) {
3067 * "When calling a function, expressions that do not evaluate to
3072 * "Other binary or unary expressions, non-dereferenced arrays,