HomeSort by: relevance | last modified time | path
    Searched defs:InternalMmapVectorNoCtor (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 432 class InternalMmapVectorNoCtor {
504 void swap(InternalMmapVectorNoCtor &other) {
529 bool operator==(const InternalMmapVectorNoCtor<T> &lhs,
530 const InternalMmapVectorNoCtor<T> &rhs) {
536 bool operator!=(const InternalMmapVectorNoCtor<T> &lhs,
537 const InternalMmapVectorNoCtor<T> &rhs) {
542 class InternalMmapVector : public InternalMmapVectorNoCtor<T> {
544 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(1); }
546 InternalMmapVectorNoCtor<T>::Initialize(cnt);
549 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy();
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 511 class InternalMmapVectorNoCtor {
584 void swap(InternalMmapVectorNoCtor &other) {
609 bool operator==(const InternalMmapVectorNoCtor<T> &lhs,
610 const InternalMmapVectorNoCtor<T> &rhs) {
616 bool operator!=(const InternalMmapVectorNoCtor<T> &lhs,
617 const InternalMmapVectorNoCtor<T> &rhs) {
622 class InternalMmapVector : public InternalMmapVectorNoCtor<T> {
624 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(0); }
626 InternalMmapVectorNoCtor<T>::Initialize(cnt);
629 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy();
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 485 class InternalMmapVectorNoCtor {
558 void swap(InternalMmapVectorNoCtor &other) {
583 bool operator==(const InternalMmapVectorNoCtor<T> &lhs,
584 const InternalMmapVectorNoCtor<T> &rhs) {
590 bool operator!=(const InternalMmapVectorNoCtor<T> &lhs,
591 const InternalMmapVectorNoCtor<T> &rhs) {
596 class InternalMmapVector : public InternalMmapVectorNoCtor<T> {
598 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(0); }
600 InternalMmapVectorNoCtor<T>::Initialize(cnt);
603 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy();
    [all...]

Completed in 16 milliseconds