/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 153 /// 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 D | suff-lookup.exp | 54 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 D | suff-rebuild.exp | 52 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 D | suff-transform-endless.exp | 38 applying .f -> .e to "issue6.e" 39 applying .e -> .f to "issue6.f"
|
H A D | cond-func-empty.mk | 29 # 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 D | bhnd_pcivar.h | 120 * 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 D | qmath_test.c | 201 * 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 D | SBExpressionOptionsDocstrings.i | 53 %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 D | ctxt-info-gen3.c | 50 "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 D | AtomicChange.h | 76 /// 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 D | patch.1 | 140 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 D | sdhci.txt | 10 turned off, before applying sdhci-caps.
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-destroy.8 | 91 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 D | TextDiagnostics.cpp | 83 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 D | airtime_policy.h | 19 /* scale quantum so this becomes the effective quantum after applying the max
|
/freebsd/share/man/man4/ |
H A D | dummynet.4 | 12 going through the various network interfaces, by applying bandwidth
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_interrupts.c | 40 * Some platforms trigger our ISR before applying power to in ar5312IsInterruptPending()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | BLURB | 20 This release does not introduce new features. Do not bother applying
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss5 | 81 the input by applying this rule; 82 after applying the rule;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.cpp | 195 // 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 D | RELEASES.md | 17 * PATCH - Incremented when applying documentation updates, important bug
|
/freebsd/usr.bin/bsdiff/bsdiff/ |
H A D | bsdiff.1 | 85 and compare against them before and after applying
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFRelocMap.h | 30 /// In place of applying the relocations to the data we've read from disk we use
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_subr.h | 32 * a physical memory address, by applying the range mappings from all ancestors.
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_from_mode_np.3 | 44 into the corresponding minimal ACL structure, appropriate for applying to
|