Home
last modified time | relevance | path

Searched refs:Del (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/
HDtsan_mutexset_test.cc34 mset.Del(1, true); in TEST()
42 mset.Del(3, true); in TEST()
44 mset.Del(5, false); in TEST()
58 mset.Del(1, true); in TEST()
62 mset.Del(1, true); in TEST()
70 mset.Del(1, true); in TEST()
72 mset.Del(1, true); in TEST()
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_mutexset.h36 void Del(u64 id, bool write);
61 void MutexSet::Del(u64 id, bool write) {} in Del() function
HDtsan_mutexset.cc55 void MutexSet::Del(u64 id, bool write) { in Del() function in __tsan::MutexSet
HDtsan_rtl_mutex.cc213 thr->mset.Del(s->GetId(), true); in MutexUnlock()
289 thr->mset.Del(mid, false); in MutexReadUnlock()
329 thr->mset.Del(s->GetId(), write); in MutexReadOrWriteUnlock()
HDtsan_rtl_report.cc418 mset->Del(pc, true); in RestoreStack()
422 mset->Del(pc, false); in RestoreStack()
/NextBSD/usr.sbin/ctm/mkCTM/
HDmkctm.c343 Del (const char *dir1, const char *dir2, const char *name, struct dirent *de) in Del() function
466 Del(dir1, dir2, name, nl1[i1]); in DoDir()
475 Del(dir1, dir2, name, nl1[i1]); in DoDir()
482 Del(dir1, dir2, name, nl1[i1]); in DoDir()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentHTMLTags.td37 def Del : Tag<"del">;
/NextBSD/crypto/openssh/
HDCREDITS33 David Del Piero <David.DelPiero@qed.qld.gov.au> - bug fixes
/NextBSD/share/dict/
HDpropernames228 Del
HDweb250303 Del
/NextBSD/contrib/llvm/lib/Analysis/
HDValueTracking.cpp2446 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local
2447 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()
2448 Del->eraseFromParent(); in BuildSubAggregate()
/NextBSD/contrib/ncurses/misc/
HDemx.src236 # Ins=\0R Del=\0S
HDterminfo.src643 # Ins=\0R Del=\0S
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp3852 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl() local
3856 First->OperatorDelete = Del; in UpdateDecl()
/NextBSD/usr.bin/fortune/datfiles/
HDlimerick21 A beautiful belle of Del Norte
438 A haughty young wench of Del Norte
/NextBSD/contrib/gcc/
HDFSFChangeLog.115631 Sun May 18 08:39:59 1997 Vince Del Vecchio <vdelvecc@spd.analog.com>