reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
45 T &operator[](uptr i) { 50 const T &operator[](uptr i) const { 55 T *PushBack() { 57 T *p = &end_[-1]; 62 T *PushBack(const T& v) { 62 T *PushBack(const T& v) { 92 T *begin_; 93 T *end_; 94 T *last_; 109 T *p = (T*)InternalAlloc(cap * sizeof(T)); 109 T *p = (T*)InternalAlloc(cap * sizeof(T)); 111 internal_memcpy(p, begin_, cap0 * sizeof(T));projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
480 JmpBuf *buf = &thr->jmp_bufs[i]; 496 JmpBuf *buf = thr->jmp_bufs.PushBack(); 512 JmpBuf *buf = &thr->jmp_bufs[i];projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
403 Vector<JmpBuf> jmp_bufs;