Home
last modified time | relevance | path

Searched refs:Precondition (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-relax.h34 typedef struct precondition Precondition; typedef
50 Precondition *precond;
H A Dxtensa-relax.c394 PARAMS ((TransitionRule *, Precondition *));
541 Precondition *cond;
572 Precondition *cond = (Precondition *) xmalloc (sizeof (Precondition));
589 Precondition *cond = (Precondition *) xmalloc (sizeof (Precondition));
H A Dtc-xtensa.c3447 Precondition *cond = condition_l->precond;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.h34 typedef struct precondition Precondition; typedef
55 Precondition *precond;
H A Dxtensa-relax.c518 append_condition (TransitionRule *tr, Precondition *cond) in append_condition()
548 Precondition *cond = (Precondition *) xmalloc (sizeof (Precondition)); in append_value_condition()
564 Precondition *cond = (Precondition *) xmalloc (sizeof (Precondition)); in append_constant_value_condition()
H A Dtc-xtensa.c2784 Precondition *cond = condition_l->precond; in xg_instruction_matches_rule()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__split_buffer210 // Precondition: __n > 0
211 // Precondition: size() + __n <= capacity()
226 // Precondition: __n > 0
227 // Precondition: size() + __n <= capacity()
H A Dvector681 // Precondition: __begin_ == __end_ == __end_cap() == 0
682 // Precondition: __n > 0
971 // Precondition: __new_size > capacity()
989 // Precondition: __n > 0
990 // Precondition: size() + __n <= capacity()
1006 // Precondition: __n > 0
1007 // Precondition: size() + __n <= capacity()
2335 // Precondition: __begin_ == __end_ == __cap() == 0
2336 // Precondition: __n > 0
2457 // Precondition: __new_size > capacity()
[all …]
H A D__tree99 // Precondition: __x != nullptr.
296 // Precondition: __x has no children.
367 // Precondition: __z == __root or == a direct or indirect child of __root.
1577 // Precondition: size() != 0
1595 // Precondition: __cache != nullptr
H A Dlocale1657 // Precondition: __n >= 1
/openbsd-src/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst2337 *Precondition:* ``value`` is null or a pointer to a valid object.
2350 *Precondition:* ``pool`` is the result of a previous call to
2378 *Precondition:* ``value`` is null or a pointer to a valid object.
2396 *Precondition:* ``src`` is a valid pointer which either contains a null pointer
2416 *Precondition:* ``object`` is a valid pointer which either contains a null
2436 *Precondition:* ``object`` is a valid pointer which has not been registered as
2461 *Precondition:* ``object`` is a valid pointer which either contains a null
2487 *Precondition:* ``object`` is a valid pointer which either contains a null
2501 *Precondition:* ``src`` is a valid pointer which either contains a null pointer
2517 *Precondition:* ``value`` is null or a pointer to a valid object.
[all …]