Home
last modified time | relevance | path

Searched refs:test_assertion (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.c4 struct test_assertion assertions_queue[MAX_QUEUE_ITEMS];
12 struct test_assertion current() { in current()
19 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint8_eq()
30 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint16_eq()
41 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint32_eq()
52 assertions_queue[queue_size++] = (struct test_assertion){ in assert_uint64_eq()
63 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint8_eq()
74 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint16_eq()
85 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint32_eq()
96 assertions_queue[queue_size++] = (struct test_assertion){ in assert_negint64_eq()
[all …]
H A Dstream_expectations.c.erb4 struct test_assertion assertions_queue[MAX_QUEUE_ITEMS];
16 struct test_assertion current()
26 …assertions_queue[queue_size++] = (struct test_assertion) { <%= type.upcase %>INT<%= width %>_EQ, (…
40 …assertions_queue[queue_size++] = (struct test_assertion) { BSTRING_MEM_EQ, (union test_expectation…
53 assertions_queue[queue_size++] = (struct test_assertion) { .expectation = BSTRING_INDEF_START };
64 assertions_queue[queue_size++] = (struct test_assertion) { .expectation = INDEF_BREAK };
76 …assertions_queue[queue_size++] = (struct test_assertion) { <%= type.upcase %>_START, { .length = l…
89 …assertions_queue[queue_size++] = (struct test_assertion) { .expectation = <%= type.upcase %>_INDEF…
101 assertions_queue[queue_size++] = (struct test_assertion) { TAG_EQ , { .int64 = value } };
115 …assertions_queue[queue_size++] = (struct test_assertion) { <%= decimal[0].upcase %>_EQ, { .float<%…
[all …]
H A Dstream_expectations.h70 struct test_assertion { struct
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20001592 (test_assertion): New function.
1593 * tradcpp.h (test_assertion): New prototype.