Home
last modified time | relevance | path

Searched refs:PREDICATE (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbuiltin-attrs.def46 DEF_FN_ATTR (NAME, ATTRS, PREDICATE)
50 PREDICATE is true. */
187 #define DEF_FN_ATTR_IDENT(NAME, ATTRS, PREDICATE) \
189 DEF_FN_ATTR (CONCAT2(ATTR_,NAME), ATTRS, PREDICATE)
H A Dc-common.c3179 #define DEF_FN_ATTR(NAME, ATTRS, PREDICATE) /* No entry needed in enum. */ argument
5221 #define DEF_FN_ATTR(NAME, ATTRS, PREDICATE) /* No initialization needed. */ in c_init_attributes() argument
5246 #define DEF_FN_ATTR(NAME, ATTRS, PREDICATE) \ argument
5247 if ((PREDICATE) && name == built_in_attributes[(int) NAME]) \
/openbsd/gnu/gcc/gcc/doc/
H A Dcpp.info3643 #PREDICATE (ANSWER)
3645 PREDICATE must be a single identifier. ANSWER can be any sequence of
3667 #assert PREDICATE (ANSWER)
3680 #unassert PREDICATE
4311 `-A PREDICATE=ANSWER'
4312 Make an assertion with the predicate PREDICATE and answer ANSWER.
4313 This form is preferred to the older form `-A PREDICATE(ANSWER)',
4317 `-A -PREDICATE=ANSWER'
4318 Cancel an assertion with the predicate PREDICATE and answer ANSWER.
H A Dgccint.info12392 `(match_operand:M N PREDICATE CONSTRAINT)'
12397 must satisfy PREDICATE or this instruction pattern will not match
12413 causes PREDICATE to accept any mode). If it returns zero, this
12414 instruction pattern fails to match. PREDICATE may be an empty
12418 Most of the time, PREDICATE will reject modes other than M--but
12471 `(match_operator:M N PREDICATE [OPERANDS...])'
12480 function PREDICATE returns nonzero on that expression _and_ the
12548 `(match_parallel N PREDICATE [SUBPAT...])'
12558 the function PREDICATE returns nonzero on the `parallel' that is
18493 [PREDICATE-PATTERN]
[all …]
H A Dgcc.info6594 `-A PREDICATE=ANSWER'
6595 Make an assertion with the predicate PREDICATE and answer ANSWER.
6596 This form is preferred to the older form `-A PREDICATE(ANSWER)',
6600 `-A -PREDICATE=ANSWER'
6601 Cancel an assertion with the predicate PREDICATE and answer ANSWER.