Searched refs:set_ (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 88 set_.clear(); in takeVector() 174 bool result = set_.insert(X).second; in insert() 199 if (set_.erase(X)) { in remove() 218 assert(set_.count(V) && "Corrupted SetVector instances!"); in erase() 219 set_.erase(V); in erase() 244 TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if() 259 return set_.find(key) != set_.end(); in contains() 269 return set_.count(key); in count() 274 set_.clear(); in clear() 281 set_.erase(back()); in pop_back() [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 71 MutexSet set_; variable 85 DynamicMutexSet::DynamicMutexSet() : ptr_(&set_) {} in DynamicMutexSet()
|
| /src/contrib/netbsd-tests/fs/ffs/ |
| H A D | t_setquota.sh | 31 test_case_root set_${e}_${v}_${q} set_quota \ 38 test_case_root set_${e}_${v}_"both" set_quota \
|
| /src/contrib/ncurses/form/ |
| H A D | frm_hook.c | 40 FORM_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
|
| /src/contrib/ncurses/menu/ |
| H A D | m_hook.c | 45 MENU_EXPORT(int) NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
|
| /src/contrib/bearssl/src/ssl/ |
| H A D | ssl_lru.c | 100 static inline void set_ ## name(br_ssl_session_cache_lru *cc, \
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 1826 PRE_SYSCALL(compat_50___sigtimedwait)(void *set_, void *info_, void *timeout_) { 1830 (long long res, void *set_, void *info_, void *timeout_) { 2156 PRE_SYSCALL(__sigpending14)(void *set_) { /* Nothing to do */ } 2157 POST_SYSCALL(__sigpending14)(long long res, void *set_) { /* Nothing to do */ } 2158 PRE_SYSCALL(__sigprocmask14)(long long how_, void *set_, void *oset_) { 2162 (long long res, long long how_, void *set_, void *oset_) { 2165 PRE_SYSCALL(__sigsuspend14)(void *set_) { 2166 if (set_) { 2167 PRE_READ(set_, sizeof(__sanitizer_sigset_t)); 2170 POST_SYSCALL(__sigsuspend14)(long long res, void *set_) { [all …]
|