Home
last modified time | relevance | path

Searched refs:set_size (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DSmallVector.h84 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 …]
DSmallString.h82 this->set_size(SizeNeeded); in append()
/freebsd-12-stable/contrib/gcc/
Ddominance.c90 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()
Dsbitmap.c534 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()
Dsee.c1657 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()
Dgcse.c4117 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/
Dhash_load_check_resize_trigger_size_base.hpp73 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
Dhash_load_check_resize_trigger_imp.hpp117 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/
DCompression.cpp59 CompressedBuffer.set_size(CompressedSize); in compress()
80 UncompressedBuffer.set_size(UncompressedSize); in uncompress()
DMemoryBuffer.cpp239 Buffer.set_size(Buffer.size() + *ReadBytes); in getMemoryBufferForStream()
DPath.cpp475 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/
DUnresolvedSet.h124 void set_size(unsigned N) { decls().set_size(N); } in set_size() function
/freebsd-12-stable/contrib/gperf/src/
Dpositions.h71 void set_size (unsigned int size);
Dpositions.icc119 Positions::set_size (unsigned int size)
Doptions.cc868 _key_positions.set_size (total_keysig_size); in parse_options()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DPath.inc141 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);
DProcess.inc141 Buf.set_size(Size);
DProgram.inc91 U16Result.set_size(Len);
/freebsd-12-stable/sys/dev/drm2/
Ddrm_edid.c941 goto set_size; in drm_mode_detailed()
980 set_size: in drm_mode_detailed()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h527 InnerArgs.set_size(i + 1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DPath.inc378 result.set_size(strlen(result.data()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1619 NewIndVars.set_size(NumLoops); in collapseLoops()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp623 Decls.set_size(N); in resolveKind()
/freebsd-12-stable/contrib/gperf/
DChangeLog1455 Positions::get_size, Positions::pointer, Positions::set_size,