| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 84 void set_size(size_t N) { in set_size() function 389 this->set_size(NumElts); in growAndAssign() 399 this->set_size(this->size() + 1); in growAndEmplaceBack() 407 this->set_size(this->size() + 1); in push_back() 413 this->set_size(this->size() + 1); in push_back() 417 this->set_size(this->size() - 1); in pop_back() 531 this->set_size(0); in growAndAssign() 534 this->set_size(NumElts); in growAndAssign() 549 this->set_size(this->size() + 1); in push_back() 552 void pop_back() { this->set_size(this->size() - 1); } in pop_back() [all …]
|
| D | SmallString.h | 82 this->set_size(SizeNeeded); in append()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | dominance.c | 90 unsigned int *set_size; member 162 init_ar (di->set_size, unsigned int, num, 1); in init_dom_info() 188 free (di->set_size); in free_dom_info() 439 if (di->set_size[s] + di->set_size[di->set_child[di->set_child[s]]] in link_roots() 440 >= 2 * di->set_size[di->set_child[s]]) in link_roots() 447 di->set_size[di->set_child[s]] = di->set_size[s]; in link_roots() 453 di->set_size[v] += di->set_size[w]; in link_roots() 454 if (di->set_size[v] < 2 * di->set_size[w]) in link_roots()
|
| D | sbitmap.c | 534 unsigned int set_size = dst->size; in sbitmap_intersection_of_succs() local 562 for (i = 0; i < set_size; i++) in sbitmap_intersection_of_succs() 574 unsigned int set_size = dst->size; in sbitmap_intersection_of_preds() local 602 for (i = 0; i < set_size; i++) in sbitmap_intersection_of_preds() 614 unsigned int set_size = dst->size; in sbitmap_union_of_succs() local 642 for (i = 0; i < set_size; i++) in sbitmap_union_of_succs() 654 unsigned int set_size = dst->size; in sbitmap_union_of_preds() local 682 for (i = 0; i < set_size; i++) in sbitmap_union_of_preds() 737 unsigned int set_size = bmap->size; in dump_sbitmap() local 741 for (i = n = 0; i < set_size && n < total_bits; i++) in dump_sbitmap()
|
| D | see.c | 1657 int set_size = pre_insert_map[0]->size; in see_pre_insert_extensions() local 1670 for (i = indx = 0; i < set_size; i++, indx += SBITMAP_ELT_BITS) in see_pre_insert_extensions()
|
| D | gcse.c | 4117 int e, i, j, num_edges, set_size, did_insert = 0; in pre_edge_insert() local 4123 set_size = pre_insert_map[0]->size; in pre_edge_insert() 4133 for (i = indx = 0; i < set_size; i++, indx += SBITMAP_ELT_BITS) in pre_edge_insert()
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/ |
| D | hash_load_check_resize_trigger_size_base.hpp | 73 set_size(size_type size) in set_size() function in pb_ds::detail::hash_load_check_resize_trigger_size_base 95 set_size(size_type size) { } in set_size() function in pb_ds::detail::hash_load_check_resize_trigger_size_base
|
| D | hash_load_check_resize_trigger_imp.hpp | 117 size_base::set_size(num_entries); in notify_inserted() 126 size_base::set_size(num_entries); in notify_erased() 220 size_base::set_size(0); in notify_cleared()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | Compression.cpp | 59 CompressedBuffer.set_size(CompressedSize); in compress() 80 UncompressedBuffer.set_size(UncompressedSize); in uncompress()
|
| D | MemoryBuffer.cpp | 239 Buffer.set_size(Buffer.size() + *ReadBytes); in getMemoryBufferForStream()
|
| D | Path.cpp | 475 path.set_size(end_pos); in remove_filename() 487 path.set_size(pos); in replace_extension()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | UnresolvedSet.h | 124 void set_size(unsigned N) { decls().set_size(N); } in set_size() function
|
| /freebsd-12-stable/contrib/gperf/src/ |
| D | positions.h | 71 void set_size (unsigned int size);
|
| D | positions.icc | 119 Positions::set_size (unsigned int size)
|
| D | options.cc | 868 _key_positions.set_size (total_keysig_size); in parse_options()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| D | Path.inc | 141 PathName.set_size(Size); 209 cur_path.set_size(len); 317 VolumePath.set_size(wcslen(VolumePath.data())); 364 Buffer.set_size(CountChars); 1445 Buf.set_size(Size); 1493 utf16.set_size(len); 1534 converted.set_size(len);
|
| D | Process.inc | 141 Buf.set_size(Size);
|
| D | Program.inc | 91 U16Result.set_size(Len);
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_edid.c | 941 goto set_size; in drm_mode_detailed() 980 set_size: in drm_mode_detailed()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| D | Marshallers.h | 527 InnerArgs.set_size(i + 1);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Path.inc | 378 result.set_size(strlen(result.data()));
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 1619 NewIndVars.set_size(NumLoops); in collapseLoops()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaLookup.cpp | 623 Decls.set_size(N); in resolveKind()
|
| /freebsd-12-stable/contrib/gperf/ |
| D | ChangeLog | 1455 Positions::get_size, Positions::pointer, Positions::set_size,
|