Home
last modified time | relevance | path

Searched defs:assertion (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libkeynote/
H A Dassertion.h56 struct assertion struct
58 void *as_authorizer;
59 char *as_buf;
83 struct assertion *as_next; argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \ argument
53 #define gdb_assert_fail(assertion, file, line, function) \ argument
/openbsd-src/lib/libcrypto/
H A Dcryptlib.c
/openbsd-src/gnu/gcc/gcc/
H A Dtree-vrp.c3054 tree n, assertion; in build_assert_expr_for() local