HomeSort by: relevance | last modified time | path
    Searched defs:precondition (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/
sanity.hpp 57 precondition, enumerator in enum:utils::assert_type
118 /// Ensures that a precondition holds.
120 /// If the precondition does not hold, execution is immediately terminated. The
127 /// \param expr A boolean expression describing the precondition.
128 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr)
131 /// Ensures that a precondition holds using a custom error message.
133 /// If the precondition does not hold, execution is immediately terminated. The
136 /// \param expr A boolean expression describing the precondition.
138 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg)
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 34 typedef struct precondition Precondition;
55 Precondition *precond;
115 struct precondition struct
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 34 typedef struct precondition Precondition;
55 Precondition *precond;
115 struct precondition struct

Completed in 94 milliseconds