Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { in Remove() function in __tsan::MutexSet
H A Dtsan_mutexset.h62 void MutexSet::Remove(u64 id) {} in Remove() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutexset.cc63 void MutexSet::Remove(u64 id) { in Remove() function in __tsan::MutexSet
H A Dtsan_mutexset.h60 void MutexSet::Remove(u64 id) {} in Remove() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp176 SetVector<NodeId> Remove = DeadInstrs; in run() local
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mutexset.cpp65 void MutexSet::Remove(u64 id) { in Remove() function in __tsan::MutexSet
H A Dtsan_ilist.h105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() function
H A Dtsan_mutexset.h87 void MutexSet::Remove(u64 id) {} in Remove() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc76 TEST(MutexSet, Remove) { in TEST() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp97 bool Remove = ToRemove(Sec); in removeSections() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h148 enum class LineLevel { Remove, Keep }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp431 SanitizerMask Remove = parseArgValues(D, Arg, true); in SanitizerArgs() local
563 SanitizerMask Remove = parseArgValues(D, Arg, true); in SanitizerArgs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h134 bool Remove = Files.count(ODT->File); in removeOverriddenTables() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp549 xmlNodePtr Remove = Child; in stripComments() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp555 std::set<IndicesVector>::iterator Remove = Low; in markIndicesSafe() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTailDuplicator.cpp351 const DenseSet<Register> &RegsUsedByPhi, bool Remove) { in processPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h304 auto Remove = Body(Name, Flags); variable