Searched refs:assert (Results 301 - 325 of 4757) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.cpp20 assert(Locations.size() == NamePieces.size() &&
22 assert(!Locations.empty() && "no locations");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp56 assert((getMappingClass() == XCOFF::XMC_RW ||
60 assert(getCSectType() == XCOFF::XTY_CM &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DFuncletLayout.cpp55 assert(FuncletX != FuncletMembership.end());
56 assert(FuncletY != FuncletMembership.end());
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dstart_many_threads.cpp11 #include <assert.h>
41 assert(status == 0);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h71 assert(!isa<CXXDestructorDecl>(MD) &&
89 assert(!isa<CXXDestructorDecl>(MD) &&
101 assert(getKind() == CK_VCallOffset && "Invalid component kind!");
107 assert(getKind() == CK_VBaseOffset && "Invalid component kind!");
113 assert(getKind() == CK_OffsetToTop && "Invalid component kind!");
119 assert(isRTTIKind() && "Invalid component kind!");
124 assert(isFunctionPointerKind() && "Invalid component kind!");
131 assert(isDestructorKind() && "Invalid component kind!");
136 assert(getKind() == CK_UnusedFunctionPointer && "Invalid component kind!");
153 assert(isUsedFunctionPointerKin
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_ar.c40 assert((a = archive_read_new()) != NULL);
61 assert(8 == archive_entry_size(ae));
73 assert(4 == archive_entry_size(ae));
85 assert(9 == archive_entry_size(ae));
H A Dtest_read_too_many_filters.c33 assert((a = archive_read_new()) != NULL);
43 // Can't assert the return value here:
H A Dtest_write_filter_bzip2.c47 assert(NULL != (buff = (char *)malloc(buffsize)));
52 assert(NULL != (data = (char *)malloc(datasize)));
62 assert((a = archive_write_new()) != NULL);
82 assert((ae = archive_entry_new()) != NULL);
96 assert((a = archive_read_new()) != NULL);
115 assert((a = archive_write_new()) != NULL);
137 assert((ae = archive_entry_new()) != NULL);
154 assert(used2 < used1);
157 assert((a = archive_read_new()) != NULL);
175 assert((
[all...]
H A Dtest_write_filter_lzip.c47 assert(NULL != (buff = (char *)malloc(buffsize)));
52 assert(NULL != (data = (char *)malloc(datasize)));
62 assert((a = archive_write_new()) != NULL);
80 assert((ae = archive_entry_new()) != NULL);
94 assert((a = archive_read_new()) != NULL);
121 assert((a = archive_write_new()) != NULL);
137 assert((ae = archive_entry_new()) != NULL);
149 assert((a = archive_read_new()) != NULL);
175 assert((a = archive_write_new()) != NULL);
185 assert((a
[all...]
H A Dtest_write_format_iso9660_boot.c102 assert(buff != NULL);
105 assert((a = archive_write_new()) != NULL);
117 assert((ae = archive_entry_new()) != NULL);
135 assert(used == 2048 * 38);
153 assert(buff[2048*17+i] == 0);
156 assert(buff[2048*17+0x47] == 0x20);
157 assert(buff[2048*17+0x48] == 0x00);
158 assert(buff[2048*17+0x49] == 0x00);
159 assert(buff[2048*17+0x4a] == 0x00);
162 assert(buf
[all...]
H A Dtest_write_format_mtree.c81 assert((a = archive_write_new()) != NULL);
91 assert((ae = archive_entry_new()) != NULL);
93 assert(entries[i].mtime == archive_entry_mtime(ae));
95 assert(entries[i].mode == archive_entry_mode(ae));
97 assert(entries[i].uid == archive_entry_uid(ae));
99 assert(entries[i].gid == archive_entry_gid(ae));
116 assert(NULL != (p = strstr(buff, "\n/set ")));
137 assert((a = archive_read_new()) != NULL);
169 assert((a = archive_write_new()) != NULL);
179 assert((a
[all...]
H A Dtest_write_format_zip_empty.c41 assert((a = archive_write_new()) != NULL);
61 assert((a = archive_read_new()) != NULL);
67 assert((a = archive_read_new()) != NULL);
73 assert((a = archive_read_new()) != NULL);
H A Dtest_write_filter_gzip.c48 assert(NULL != (buff = (char *)malloc(buffsize)));
53 assert(NULL != (data = (char *)malloc(datasize)));
64 assert((a = archive_write_new()) != NULL);
84 assert((ae = archive_entry_new()) != NULL);
106 assert((a = archive_read_new()) != NULL);
131 assert((a = archive_write_new()) != NULL);
152 assert((ae = archive_entry_new()) != NULL);
176 assert(used2 < used1);
179 assert((a = archive_read_new()) != NULL);
204 assert((
[all...]
H A Dtest_read_format_mtree_crash747.c43 assert((a = archive_read_new()) != NULL);
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c33 #include <assert.h>
H A Dcitrus_bcs_strtoul.c33 #include <assert.h>
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_Z_upper.c57 assert(s > 2);
H A Dtest_option_J_upper.c55 assert(s > 2);
H A Dtest_option_xz.c58 assert(s > 2);
H A Dtest_option_lzma.c57 assert(s > 2);
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_xz.c56 assert(s > 2);
H A Dtest_option_z.c54 assert(s > 4);
H A Dtest_option_lzma.c56 assert(s > 2);
H A Dtest_option_lzop.c54 assert(s > 2);
H A Dtest_option_j.c55 assert(s > 2);

Completed in 219 milliseconds

<<11121314151617181920>>