Home
last modified time | relevance | path

Searched full:applying (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h153 /// e.g. fail applying replacements and replacements conflict.
234 /// to the changed code after applying all existing replacements.
235 /// Two replacements A and B are considered order-independent if applying them
241 /// - are insertions at the same offset and applying them in either order
244 /// - are identical replacements, i.e. applying the same replacement twice
245 /// is equivalent to applying it once.
248 /// applying them in either order gives replacement (0, 0, "aaa").
250 /// applying A first gives (0, 0, "ab") while applying B first gives (B, A,
253 /// since applying them in either order gives (0, 2, "123").
257 /// applying the same replacement twice is equivalent to applying it once.
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-lookup.exp54 applying .sho -> .c to "suff-lookup.c"
55 applying .c -> .ccc to "suff-lookup.ccc"
56 applying .ccc -> .cc to "suff-lookup.cc"
H A Dsuff-rebuild.exp52 applying .a -> .b to "suff-rebuild-example.b"
54 applying .b -> .c to "suff-rebuild-example.c"
55 applying .c -> to "suff-rebuild-example"
H A Dsuff-transform-endless.exp38 applying .f -> .e to "issue6.e"
39 applying .e -> .f to "issue6.f"
H A Dcond-func-empty.mk29 # applying the :S modifier to the expression, its value is 'empty', so it is
52 # in sometimes surprising ways. Applying the :S modifier to the undefined
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcivar.h120 * Extract a register value by applying _MASK and _SHIFT defines.
130 * Insert a value in @p _regv by applying _MASK and _SHIFT defines.
141 * Extract a value by applying _MASK and _SHIFT defines to the common
155 * Insert a register value by applying _MASK and _SHIFT defines to the common
/freebsd/tests/sys/sys/
H A Dqmath_test.c201 * Test Q_QMULQ(3) by applying it to two random Q numbers and comparing
266 * Test Q_QDIVQ(3) by applying it to two random Q numbers and comparing
315 * Test Q_QADDQ(3) by applying it to two random Q numbers and comparing
363 * Test Q_QSUBQ(3) by applying it to two random Q numbers and comparing
408 * Test Q_QFRACI(3) by applying it to two random integers and comparing
455 * Test Q_QMULI(3) by applying it to a random Q number and a random integer
502 * Test Q_QADDI(3) by applying it to a random Q number and a random integer
553 * Test Q_QSUBI(3) by applying it to a random Q number and a random integer
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i53 %feature("docstring", "Sets how often LLDB should retry applying fix-its to an expression."
56 %feature("docstring", "Gets how often LLDB will retry applying fix-its to an expression."
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-gen3.c50 "WRT: Applying DRAM buffer destination\n"); in iwl_pcie_ctxt_info_dbg_enable()
65 "WRT: Applying SMEM buffer destination\n"); in iwl_pcie_ctxt_info_dbg_enable()
71 "WRT: Applying NPK buffer destination\n"); in iwl_pcie_ctxt_info_dbg_enable()
83 "WRT: Applying DRAM destination (debug_token_config=%u)\n", in iwl_pcie_ctxt_info_gen3_init()
86 "WRT: Applying DRAM destination (alloc_id=%u, num_frags=%u)\n", in iwl_pcie_ctxt_info_gen3_init()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h76 /// applying changes.
147 // This field stores metadata which is ignored for the purposes of applying
156 // Defines specs for applying changes.
/freebsd/usr.bin/patch/
H A Dpatch.1140 This option is useful when applying patches that create or remove files.
250 will attempt to swap each hunk around before applying it.
381 minus any offset used in applying the previous hunk.
616 When applying a set of patches in a loop it behooves you to check this
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci.txt10 turned off, before applying sdhci-caps.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-destroy.891 Extreme care should be taken when applying either the
161 Extreme care should be taken when applying either the
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp83 llvm::errs() << "Error applying replacement " << Repl.toString() in FlushDiagnosticsImpl()
129 llvm::errs() << "An error occurred during applying fix-it.\n"; in FlushDiagnosticsImpl()
/freebsd/contrib/wpa/src/ap/
H A Dairtime_policy.h19 /* scale quantum so this becomes the effective quantum after applying the max
/freebsd/share/man/man4/
H A Ddummynet.412 going through the various network interfaces, by applying bandwidth
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_interrupts.c40 * Some platforms trigger our ISR before applying power to in ar5312IsInterruptPending()
/freebsd/contrib/tcp_wrappers/
H A DBLURB20 This release does not introduce new features. Do not bother applying
/freebsd/share/doc/psd/15.yacc/
H A Dss581 the input by applying this rule;
82 after applying the rule;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp195 // Compiler errors refer to the final expression after applying Fix-It(s). in DoExecute()
198 error_stream << " Evaluated this expression after applying Fix-It(s):\n"; in DoExecute()
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md17 * PATCH - Incremented when applying documentation updates, important bug
/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.185 and compare against them before and after applying
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h30 /// In place of applying the relocations to the data we've read from disk we use
/freebsd/sys/dev/ofw/
H A Dofw_subr.h32 * a physical memory address, by applying the range mappings from all ancestors.
/freebsd/lib/libc/posix1e/
H A Dacl_from_mode_np.344 into the corresponding minimal ACL structure, appropriate for applying to

12345678910>>...17