HomeSort by: relevance | last modified time | path
    Searched refs:Remove (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutexset.h 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
62 void MutexSet::Remove(u64 id) {}
tsan_mutexset.cc 65 void MutexSet::Remove(u64 id) {
  /src/lib/libc/arch/mips/gen/
modf.S 66 sub.d $f0,$f4,$f2 # Remove fudge factor
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mutexset.h 46 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
87 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.cpp 65 void MutexSet::Remove(u64 id) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.cpp 97 bool Remove = ToRemove(Sec);
98 if (Remove)
100 return Remove;
102 // Remove all symbols referring to the removed sections.
108 // remove those as well as nothing will include them (and we can't
  /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/include/llvm/CodeGen/
RegAllocRegistry.h 40 ~RegisterRegAllocBase() { Registry.Remove(this); }
SchedulerRegistry.h 44 ~RegisterScheduler() { Registry.Remove(this); }
TailDuplicator.h 107 const DenseSet<Register> &UsedByPhi, bool Remove);
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/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutexset_test.cc 76 TEST(MutexSet, Remove) {
84 mset.Remove(1);
  /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/sys/arch/epoc32/stand/e32boot/ldd/
ekern.h 61 public: IMPORT_C virtual int Remove(void);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 134 bool Remove = Files.count(ODT->File);
135 if (Remove)
137 return Remove;
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 54 REM Remove temporary files
  /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/bsd/nvi/dist/dist/
compile 239 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp 549 xmlNodePtr Remove = Child;
551 xmlUnlinkNode(Remove);
552 xmlFreeNode(Remove);
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
compile 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/gpl3/binutils/dist/
compile 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/gpl3/binutils.old/dist/
compile 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/lib/librumpuser/build-aux/
compile 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining

Completed in 35 milliseconds

1 2 3 4 5