| /openbsd-src/sys/dev/ic/ |
| H A D | pcdisplay_chars.c | 264 } replacements[] = { variable 347 for (i = 0; i < sizeof(replacements) / sizeof(replacements[0]); i++) in pcdisplay_mapchar() 348 if (uni == replacements[i].uni) { in pcdisplay_mapchar() 349 *index = replacements[i].ibm; in pcdisplay_mapchar() 350 return (replacements[i].quality); in pcdisplay_mapchar()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | clang-format.el | 74 (unless (and (listp xml-node) (eq (xml-node-name xml-node) 'replacements)) 78 replacements 95 (push (list offset length text) replacements))) 100 (setq replacements (sort (delq nil replacements) 106 (list replacements cursor (string= incomplete-format "true")))) 192 (cl-destructuring-bind (replacements cursor incomplete-format) 196 (dolist (rpl replacements)
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | FuzzTest | 302 replacements = list(opts.replacement_chars) 303 replacements.extend(opts.replacement_strings) 310 replacements.append(ln) 315 replacements = list(set(replacements)) 316 replacements.sort() 320 opts.enable_replace, replacements, opts.pick_input)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/tool/ |
| H A D | BUILD.gn | 1 executable("clang-apply-replacements") { 4 "//clang-tools-extra/clang-apply-replacements",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-apply-replacements/ |
| H A D | BUILD.gn | 6 "//clang-tools-extra/clang-apply-replacements", 11 include_dirs = [ "//clang-tools-extra/clang-apply-replacements/include" ]
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectRegexCommand.cpp | 33 const llvm::SmallVectorImpl<llvm::StringRef> &replacements) { in SubstituteVariables() argument 45 else if (idx < replacements.size()) in SubstituteVariables() 46 output << replacements[idx]; in SubstituteVariables()
|
| H A D | CommandObjectRegexCommand.h | 45 const llvm::SmallVectorImpl<llvm::StringRef> &replacements);
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 343 string replacements = RunClangFormat(text, start, end, path, filePath, options); in RunClangFormatAndApplyReplacements() 344 ApplyClangFormatReplacements(replacements, view); in RunClangFormatAndApplyReplacements() 441 private static void ApplyClangFormatReplacements(string replacements, IWpfTextView view) in ApplyClangFormatReplacements() argument 444 if (replacements.Length == 0) in ApplyClangFormatReplacements() 450 var root = XElement.Parse(replacements); in ApplyClangFormatReplacements()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | hash.c | 70 unsigned long replacements; member 98 ret->replacements = 0; in hash_new() 244 ++table->replacements; in hash_jam() 282 ++table->replacements; in hash_replace() 372 fprintf (f, "\t%lu replacements\n", table->replacements); in hash_print_statistics()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | hash.c | 66 unsigned long replacements; member 128 ret->replacements = 0; in hash_new() 266 ++table->replacements; in hash_jam() 304 ++table->replacements; in hash_replace() 409 fprintf (f, "\t%lu replacements\n", table->replacements); in hash_print_statistics()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | function.c | 1647 find_fixup_replacement (replacements, x) in find_fixup_replacement() argument 1648 struct fixup_replacement **replacements; in find_fixup_replacement() 1654 for (p = *replacements; p != 0 && ! rtx_equal_p (p->old, x); p = p->next) 1662 p->next = *replacements; 1663 *replacements = p; 1815 struct fixup_replacement *replacements = 0; local 1868 &replacements, no_share); 1876 while (replacements) 1880 if (GET_CODE (replacements->new) == REG) 1886 if (GET_CODE (replacements->old) == SUBREG) [all …]
|
| H A D | reload.c | 150 static struct replacement replacements[MAX_RECOG_OPERANDS * ((MAX_REGS_PER_ADDRESS * 2) + 1)]; variable 1482 struct replacement *r = &replacements[n_replacements++]; 1490 struct replacement *r = &replacements[n_replacements++]; 1621 struct replacement *r = &replacements[n_replacements++]; 1642 struct replacement *r = &replacements[i]; 1658 if (replacements[i].what == from) 1659 replacements[i].what = to; 1677 if (loc_mentioned_in_p (replacements[i].where, in_rtx)) 1678 reload_flags[replacements[i].what] |= 1; 1681 replacements[j++] = replacements[i]; [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mt/ |
| H A D | Opts.td | 9 def replacements : Joined<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"fil…
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/ |
| H A D | BUILD.gn | 1 static_library("clang-apply-replacements") {
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/ |
| H A D | BUILD.gn | 5 "clang-apply-replacements:ClangApplyReplacementsTests",
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reload.c | 158 static struct replacement replacements[MAX_RECOG_OPERANDS * ((MAX_REGS_PER_ADDRESS * 2) + 1)]; variable 1459 struct replacement *r = &replacements[n_replacements++]; in push_reload() 1467 struct replacement *r = &replacements[n_replacements++]; in push_reload() 1600 struct replacement *r = &replacements[n_replacements++]; in push_replacement() 1619 struct replacement *r = &replacements[i]; in dup_replacements() 1634 if (replacements[i].what == from) in transfer_replacements() 1635 replacements[i].what = to; in transfer_replacements() 1652 if (loc_mentioned_in_p (replacements[i].where, in_rtx)) in remove_address_replacements() 1653 reload_flags[replacements[i].what] |= 1; in remove_address_replacements() 1656 replacements[j++] = replacements[i]; in remove_address_replacements() [all …]
|
| H A D | lambda-code.c | 2116 htab_t replacements, in replace_uses_equiv_to_x_with_y() argument 2154 h = htab_find_with_hash (replacements, &in, in.hash); in replace_uses_equiv_to_x_with_y() 2200 loc = htab_find_slot_with_hash (replacements, h, in.hash, INSERT); in replace_uses_equiv_to_x_with_y() 2463 htab_t replacements = NULL; in perfect_nestify() local 2560 replacements = htab_create_ggc (20, tree_map_hash, in perfect_nestify() 2623 VEC_index (tree, lbounds, 0), replacements, &firstbsi); in perfect_nestify() 2639 htab_delete (replacements); in perfect_nestify()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/test/ |
| H A D | BUILD.gn | 73 "//clang-tools-extra/clang-apply-replacements/tool:clang-apply-replacements",
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | index.rst | 42 GNU binutils replacements
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | abtest.py | 204 def replace_functions(source, dest, replacements): argument 215 replacement = replacements.get(in_function)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | lib-ld.m4 | 10 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
|
| /openbsd-src/gnu/usr.bin/texinfo/m4/ |
| H A D | lib-ld.m4 | 10 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | lib-ld.m4 | 10 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | irix_6.sh | 465 However, the following IRIX patches (or their replacements) MUST be installed:
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SupportPolicy.rst | 77 alternative paths (work-in-progress replacements) in the same repository, as 221 maintain it, with replacements and arrangements made atomically on the same
|