Home | History | Annotate | Download | only in info

Lines Matching full:cond

3050 `Condition(COND)'
3051 The option should only be accepted if preprocessor condition COND
3053 will be present even if COND is false; COND simply controls
10254 `(if_then_else COND THEN ELSE)'
10257 precise, COND is a comparison expression. This expression
10258 represents a choice, according to COND, between the value
10264 `(cond [TEST1 VALUE1 TEST2 VALUE2 ...] DEFAULT)'
10699 `(cond_exec [COND EXPR])'
10701 executed only if the COND is nonzero. The COND expression must
15784 codes. Value stored is nonzero iff the condition COND is true.
15785 COND is the name of a comparison operation expression code, such
15815 condition COND.
16457 (if_then_else (COND (cc0) (const_int 0))
16466 (if_then_else (COND (cc0) (const_int 0))
17651 `(cond [TEST1 VALUE1 ...] DEFAULT)'
17654 expressions. The value of the `cond' expression is that of the
17656 the TEST expressions are true, the value of the `cond' expression
17824 the specified values. This is a shorthand for using a `cond' with
17842 (cond [(eq_attr "alternative" "1") (const_string "load")
17896 (cond [(eq_attr "type" "load")
18007 (cond [(symbol_ref "TARGET_88100") (const_string "m88100")
31976 * cond: Comparisons. (line 90)
31977 * cond and attributes: Expressions. (line 37)