Home | History | Annotate | Download | only in info

Lines Matching full:cond

5066 `Condition(COND)'
5067 The option should only be accepted if preprocessor condition COND
5069 will be present even if COND is false; COND simply controls
12673 `(if_then_else COND THEN ELSE)'
12676 precise, COND is a comparison expression. This expression
12677 represents a choice, according to COND, between the value
12683 `(cond [TEST1 VALUE1 TEST2 VALUE2 ...] DEFAULT)'
13144 `(cond_exec [COND EXPR])'
13146 executed only if the COND is nonzero. The COND expression must
18617 codes. Value stored is nonzero iff the condition COND is true.
18618 COND is the name of a comparison operation expression code, such
18648 condition COND.
19303 (if_then_else (COND (cc0) (const_int 0))
19312 (if_then_else (COND (cc0) (const_int 0))
20500 `(cond [TEST1 VALUE1 ...] DEFAULT)'
20503 expressions. The value of the `cond' expression is that of the
20505 the TEST expressions are true, the value of the `cond' expression
20673 the specified values. This is a shorthand for using a `cond' with
20691 (cond [(eq_attr "alternative" "1") (const_string "load")
20745 (cond [(eq_attr "type" "load")
20856 (cond [(symbol_ref "TARGET_88100") (const_string "m88100")
38350 * cond: Comparisons. (line 90)
38351 * cond and attributes: Expressions. (line 37)