HomeSort by: relevance | last modified time | path
    Searched defs:Remove (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutexset.cc 65 void MutexSet::Remove(u64 id) {
tsan_mutexset.h 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
62 void MutexSet::Remove(u64 id) {}
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mutexset.cpp 65 void MutexSet::Remove(u64 id) {
tsan_ilist.h 48 void Remove(Elem* e);
105 void IList<Base, Node, Elem>::Remove(Elem* e) {
122 Remove(e);
130 Remove(e);
tsan_mutexset.h 46 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
87 void MutexSet::Remove(u64 id) {}
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 78 /// State = State->remove<Name>(K);
102 /// State = State->remove<Name>(E);
171 static data_type Remove(data_type B, key_type K, context_type F) {
172 return F.remove(B, K);
212 static data_type Remove(data_type B, key_type K, context_type F) {
213 return F.remove(B, K);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 114 /// Remove - Removes a function pass from the registration list.
116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_ilist.h 48 void Remove(Elem* e);
105 void IList<Base, Node, Elem>::Remove(Elem* e) {
122 Remove(e);
130 Remove(e);
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 146 // Used by addUnwrappedLine to denote whether to keep or remove a level
148 enum class LineLevel { Remove, Keep };
150 void addUnwrappedLine(LineLevel AdjustLevel = LineLevel::Remove);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp 95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove);
175 // Nodes to remove.
176 SetVector<NodeId> Remove = DeadInstrs;
183 Changed |= rewrite(SA, Remove);
186 return erase(Remove) || Changed;
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) {
269 Remove.insert(D.Id);
  /src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp 549 xmlNodePtr Remove = Child;
551 xmlUnlinkNode(Remove);
552 xmlFreeNode(Remove);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
SanitizerArgs.cpp 431 SanitizerMask Remove = parseArgValues(D, Arg, true);
432 AllRemove |= expandSanitizerGroups(Remove);
514 // for CFI. FIXME: Remove this once we support vptr on Windows.
563 SanitizerMask Remove = parseArgValues(D, Arg, true);
567 Remove & AlwaysRecoverable & ~DiagnosedAlwaysRecoverableKinds) {
574 RecoverableKinds &= ~expandSanitizerGroups(Remove);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 170 // Skip dead GEPs and remove them.
361 // Finally, remove the old call from the program, reducing the use-count of
552 // If there we're a prefix of longer index list(s), remove those
555 std::set<IndicesVector>::iterator Remove = Low;
557 Safe.erase(Remove);
676 // Dead GEP's cause trouble later. Just remove them if we run into
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 50 /// API to remove / transfer ownership of JIT resources.
71 /// Remove all resources associated with this key.
72 Error remove();
209 /// If the ArrayRef contains duplicates it is up to the client to remove these
244 void remove(UnderlyingVector::size_type I) { function in class:llvm::orc::SymbolLookupSet
251 void remove(iterator I) { remove(I - begin()); } function in class:llvm::orc::SymbolLookupSet
261 remove(I);
282 remove(I);
304 auto Remove = Body(Name, Flags)
    [all...]

Completed in 60 milliseconds