Home | History | Annotate | Download | only in info

Lines Matching full:cond

5147 `Condition(COND)'
5148 The option should only be accepted if preprocessor condition COND
5150 will be present even if COND is false; COND simply controls
10615 `(if_then_else COND THEN ELSE)'
10618 precise, COND is a comparison expression. This expression
10619 represents a choice, according to COND, between the value
10625 `(cond [TEST1 VALUE1 TEST2 VALUE2 ...] DEFAULT)'
11088 `(cond_exec [COND EXPR])'
11090 executed only if the COND is nonzero. The COND expression must
13312 -- GIMPLE function: gimple gimple_build_cond_from_tree (tree cond,
13315 tree `COND'. `T_LABEL' and `F_LABEL' are as in
13624 tree_code cond)
13625 Set `COND' to be the condition code for `OMP_FOR' `G'.
19493 (cond [(eq_attr "cpu_facility" "standard") (const_int 1)
20646 codes. Value stored is nonzero iff the condition COND is true.
20647 COND is the name of a comparison operation expression code, such
20677 condition COND.
21332 (if_then_else (COND (cc0) (const_int 0))
21341 (if_then_else (COND (cc0) (const_int 0))
22543 `(cond [TEST1 VALUE1 ...] DEFAULT)'
22546 expressions. The value of the `cond' expression is that of the
22548 the TEST expressions are true, the value of the `cond' expression
22716 the specified values. This is a shorthand for using a `cond' with
22734 (cond [(eq_attr "alternative" "1") (const_string "load")
22788 (cond [(eq_attr "type" "load")
22899 (cond [(symbol_ref "TARGET_88100") (const_string "m88100")
41007 * cond: Comparisons. (line 90)
41008 * cond and attributes: Expressions. (line 37)