Home
last modified time | relevance | path

Searched full:refactor (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/contrib/bsddialog/
H A DREADME.md124 - refactor backtitle: add WINDOW \*dialog.backtitle for multiline and fix expanding screen.
125 - refactor bottomdesc: add WINDOW \*dialog.bottomdesc to fix expandig screen.
129 - refactor/redesign gauge().
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h21 /// clang-refactor subcommand.
43 /// Returns the name of the subcommand that's used by clang-refactor for this
H A DRefactoringOption.h25 /// the clang-refactor tool is used.
/freebsd/contrib/jemalloc/
H A DChangeLog100 - Extract and refactor the internal page allocator and interface modules.
136 - Refactor and improve the size class header generation. (@yinan1048576)
181 - Refactor the TSD module. (@davidtgoldblatt)
189 - Refactor the size class module. (@davidtgoldblatt)
190 - Refactor the stats emitter. (@tyleretzel)
197 - Refactor and optimize the tcache fill / flush paths. (@djwatson)
312 - Refactor OOM handling in newImpl. (@wqfish)
315 - Refactor arena / tcache interactions. (@davidtgoldblatt)
316 - Refactor extent management with dumpable flag. (@davidtgoldblatt)
327 - Refactor extent_
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp249 /// FIXME: this is copied from target AArch64. Needs some code refactor here to
292 /// FIXME: this is copied from target AArch64. Needs some code refactor here to
311 /// FIXME: this is copied from target AArch64. Needs some code refactor here to
/freebsd/stand/kboot/libkboot/
H A Defi.c56 /* XXX lots of copied code, refactor? */
183 /* XXX REFACTOR WITH KERNEL */
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h570 // TODO: Refactor to put elsewhere
594 // TODO: Refactor to use built-in conversion functions
619 // TODO: Refactor to Sema::FindCompositePointerType(), and in doTypeConversion()
669 // TODO: Refactor to use Sema::handleIntegerConversion()
751 // TODO: Refactor to use Sema::handleFloatConversion()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h145 // macros are much alike, we cannot refactor them to use a common
204 // macros are much alike, we cannot refactor them to use a common
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dpopcount.h10 // refactor this code to exclusively use __builtin_popcountg.
H A Dcountr.h10 // refactor this code to exclusively use __builtin_ctzg.
H A Dcountl.h10 // refactor this code to exclusively use __builtin_clzg.
/freebsd/sys/netinet/libalias/
H A DHISTORY148 - Refactor the database handling
/freebsd/contrib/flex/
H A DChangeLog546 and refactor duplicated code
1721 test suite refactor
1767 tests/test-lineno-trailing/test.input: refactor lineno_trailing test
1775 tests/test-lineno-r/test.input: refactor lineno_r test for new test
1783 tests/test-lineno-nr/test.input, tests/testwrapper.sh: refactor
1804 refactor pthread test for new test suite layout
1816 tests/test-c++-yywrap/test.input, tests/testwrapper.sh: refactor
1823 tests/test-concatenated-options/Makefile.am: refactor concatenated
1857 tests/test-include-by-reentrant/test-3.input: refactor include_by_*
1867 tests/testwrapper.sh: refactor rescan_r test for new test suite
[all …]
/freebsd/tools/tools/git/
H A DHOWTO14 one commit might refactor existing code to expose a new API without changing
/freebsd/stand/kboot/kboot/arch/amd64/
H A Dload_addr.c112 /* XXX refactor with aarch64 */
/freebsd/contrib/bmake/
H A DChangeLog1429 o var.c: refactor ParseModifierPartSubst
1915 refactor Compat_Run to show the error condition more clearly
1921 refactor JobFinish
2017 o dir.c: refactor Dir_UpdateMTime
2026 o suff.c: cleanup and refactor
2178 o main.c: refactor main extract
2206 refactor DirMatchFiles
2214 o job.c: refactor JobDeleteTarget
2224 refactor LstNodeNew
2339 refactor ParseDoDependency
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp26 /// refactor. These should instead be rephrased in terms of queries to AAQI.AAR.
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.056 o Refactor event_persist_closure: raise and extract some common logic (bec22b4)
159 o Refactor amount-to-read calculations in buffervent_ssl consider_reading() (a186e73 Mark Ellzey)
349 o Refactor test_getaddrinfo_async_cancel_stress() (48c44a6 Sebastian Hahn)
490 o Refactor http version parsing into a single function (a38140b)
990 o Refactor our 'suspend operation' logic on bufferevents. (0d744aa)
996 o Refactor code from evdns into a new internal "read a file" function. (0f7144f)
1269 …o Refactor internal notify-main-thread logic to prefer eventfd to pipe, then pipe to socketpair, a…
/freebsd/contrib/libevent/
H A DChangeLog-2.056 o Refactor event_persist_closure: raise and extract some common logic (bec22b4)
159 o Refactor amount-to-read calculations in buffervent_ssl consider_reading() (a186e73 Mark Ellzey)
349 o Refactor test_getaddrinfo_async_cancel_stress() (48c44a6 Sebastian Hahn)
490 o Refactor http version parsing into a single function (a38140b)
990 o Refactor our 'suspend operation' logic on bufferevents. (0d744aa)
996 o Refactor code from evdns into a new internal "read a file" function. (0f7144f)
1269 …o Refactor internal notify-main-thread logic to prefer eventfd to pipe, then pipe to socketpair, a…
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp117 // TODO: Refactor getSrcMsg not to take a variable. in getErrorPlace()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md127 ### Refactor ``LVBinaryReader::processLines``.
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp69 // TODO: Refactor parts common with the 'handleExecNameEncodedBEOpts' in handleExecNameEncodedOptimizerOpts()
/freebsd/.github/workflows/
H A Dchecklist.yml60 /* Get rules -- maybe refactor to a function for ownerPath too */
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp209 // FIXME: Refactor this and account subcommand to reduce code duplication.
231 // FIXME: Refactor this and the account subcommand to reduce code in accountRecord()

123456