Home
last modified time | relevance | path

Searched defs:bitset (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dmemory_resource.cc276 struct bitset struct
278 using word = uint64_t;
285 bitset(void* p, size_type num_blocks) in bitset() argument
305 size_type free() const noexcept in free()
314 bool full() const noexcept in full()
328 bool empty() const noexcept in empty()
343 void reset() noexcept in reset()
374 void set(size_type n) noexcept in set()
384 void clear(size_type n) noexcept in clear()
406 void swap(bitset& b) noexcept in swap()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dmemory_resource.cc276 struct bitset struct
278 using word = uint64_t;
285 bitset(void* p, size_type num_blocks) in bitset() function
305 size_type free() const noexcept in free()
314 bool full() const noexcept in full()
328 bool empty() const noexcept in empty()
343 void reset() noexcept in reset()
374 void set(size_type n) noexcept in set()
384 void clear(size_type n) noexcept in clear()
406 void swap(bitset& b) noexcept in swap()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dmemory_resource.cc307 struct bitset struct
309 using word = uint64_t;
316 bitset(void* p, size_type num_blocks) in bitset() function
336 size_type free() const noexcept in free()
345 bool full() const noexcept in full()
359 bool empty() const noexcept in empty()
374 void reset() noexcept in reset()
405 void set(size_type n) noexcept in set()
415 void clear(size_type n) noexcept in clear()
437 void swap(bitset& b) noexcept in swap()
[all …]

Completed in 21 milliseconds