Home
last modified time | relevance | path

Searched refs:ToRemove (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/
H A Dwxsitemundobuffer.cpp52 int ToRemove = GetCount()-m_MaxEnteries; in StoreChange() local
53 if ( ToRemove > 0 ) in StoreChange()
55 m_Enteries.RemoveAt(0,ToRemove); in StoreChange()
56 m_CurrentPos -= ToRemove; in StoreChange()
57 m_SavedPos -= ToRemove; in StoreChange()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
41 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
114 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp40 void Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
43 [ToRemove](const Symbol &Sym) { return ToRemove(Sym); }), in removeSymbols()
87 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
119 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/COFF/
H A DObject.cpp40 void Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
43 [ToRemove](const Symbol &Sym) { return ToRemove(Sym); }), in removeSymbols()
87 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
119 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objcopy/COFF/
H A DObject.cpp40 void Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
43 [ToRemove](const Symbol &Sym) { return ToRemove(Sym); }), in removeSymbols()
87 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
119 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp40 void Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
43 [ToRemove](const Symbol &Sym) { return ToRemove(Sym); }), in removeSymbols()
87 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
119 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-objcopy/COFF/
H A DObject.cpp40 void Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
43 [ToRemove](const Symbol &Sym) { return ToRemove(Sym); }), in removeSymbols()
87 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
96 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
97 bool Remove = ToRemove(Sec); in removeSections()
119 ToRemove = RemoveAssociated; in removeSections()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp41 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() argument
44 [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols()
45 Expected<bool> ShouldRemove = ToRemove(Sym); in removeSymbols()
98 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
107 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()
108 bool Remove = ToRemove(Sec); in removeSections()
130 ToRemove = RemoveAssociated; in removeSections()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp29 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() argument
31 std::remove_if(std::begin(Symbols), std::end(Symbols), ToRemove), in removeSymbols()
61 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands() argument
64 [&](const LoadCommand &LC) { return !ToRemove(LC); }); in removeLoadCommands()
72 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections() argument
78 [&](const std::unique_ptr<Section> &Sec) { return !ToRemove(Sec); }); in removeSections()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/MachO/
H A DObject.cpp29 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() argument
31 std::remove_if(std::begin(Symbols), std::end(Symbols), ToRemove), in removeSymbols()
61 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands() argument
64 [&](const LoadCommand &LC) { return !ToRemove(LC); }); in removeLoadCommands()
72 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections() argument
78 [&](const std::unique_ptr<Section> &Sec) { return !ToRemove(Sec); }); in removeSections()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objcopy/MachO/
H A DObject.cpp19 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() argument
21 std::remove_if(std::begin(Symbols), std::end(Symbols), ToRemove), in removeSymbols()
25 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
28 std::end(LC.Sections), ToRemove), in removeSections()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp19 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() argument
21 std::remove_if(std::begin(Symbols), std::end(Symbols), ToRemove), in removeSymbols()
25 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() argument
28 std::end(LC.Sections), ToRemove), in removeSections()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/NVPTX/
H A DNVVMReflect.cpp83 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
168 ToRemove.push_back(Call); in runOnFunction()
171 for (Instruction *I : ToRemove) in runOnFunction()
174 return ToRemove.size() > 0; in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp150 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
189 ToRemove.clear(); in trimLocationRanges()
228 ToRemove.push_back(StartIndex); in trimLocationRanges()
237 if (ToRemove.empty()) in trimLocationRanges()
243 ToRemove.push_back(i); in trimLocationRanges()
245 std::sort(ToRemove.begin(), ToRemove.end()); in trimLocationRanges()
252 auto ToRemoveItr = ToRemove.begin(); in trimLocationRanges()
256 if (ToRemoveItr != ToRemove.end() && *ToRemoveItr == EntryIdx) { in trimLocationRanges()
271 for (auto Itr = ToRemove.rbegin(), End = ToRemove.rend(); Itr != End; ++Itr) in trimLocationRanges()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
174 ToRemove.push_back(Call); in runOnFunction()
177 for (Instruction *I : ToRemove) in runOnFunction()
180 return ToRemove.size() > 0; in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
174 ToRemove.push_back(Call); in runOnFunction()
177 for (Instruction *I : ToRemove) in runOnFunction()
180 return ToRemove.size() > 0; in runOnFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/NVPTX/
H A DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
174 ToRemove.push_back(Call); in runOnFunction()
177 for (Instruction *I : ToRemove) in runOnFunction()
180 return ToRemove.size() > 0; in runOnFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/NVPTX/
H A DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
174 ToRemove.push_back(Call); in runOnFunction()
177 for (Instruction *I : ToRemove) in runOnFunction()
180 return ToRemove.size() > 0; in runOnFunction()

12345678910>>...22