Searched refs:first_ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h33 first_ = last_ = nullptr;
43 first_ = last_ = x;
56 first_ = last_ = x;
59 x->next = first_;
60 first_ = x;
67 first_ = first_->next;
68 if (!first_)
84 Item *front() { return first_; }
85 const Item *front() const { return first_; }
161 Item *first_; member in struct:__sanitizer::IntrusiveList
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h31 first_ = last_ = nullptr;
41 first_ = last_ = x;
54 first_ = last_ = x;
57 x->next = first_;
58 first_ = x;
65 first_ = first_->next;
66 if (!first_)
82 Item *front() { return first_; }
83 const Item *front() const { return first_; }
159 Item *first_; member in struct:__sanitizer::IntrusiveList
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h32 first_ = last_ = nullptr;
42 first_ = last_ = x;
55 first_ = last_ = x;
58 x->next = first_;
59 first_ = x;
66 first_ = first_->next;
67 if (!first_)
83 Item *front() { return first_; }
84 const Item *front() const { return first_; }
160 Item *first_; member in struct:__sanitizer::IntrusiveList
[all...]

Completed in 271 milliseconds