/openbsd/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/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/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/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/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/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/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/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/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/gnu/usr.bin/gcc/gcc/ |
H A D | function.c | 1662 p->next = *replacements; 1663 *replacements = p; 1868 &replacements, no_share); 1876 while (replacements) 1887 replacements->old 1891 replacements->old 1905 replacements->old, unsignedp); 1911 replacements->old); 1916 next = replacements->next; 1917 free (replacements); [all …]
|
H A D | reload.c | 1659 replacements[i].what = to; 1681 replacements[j++] = replacements[i]; 1838 replacements[j].what = i; in combine_reloads() 4129 replacements[k].what = i; 6065 r->what = replacements[j].what; 6066 r->mode = replacements[j].mode; 6073 r->what = replacements[j].what; 6074 r->mode = replacements[j].mode; 6108 replacements[i].where = y; 6109 replacements[i].subreg_loc = 0; [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-mt/ |
H A D | Opts.td | 9 def replacements : Joined<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"fil…
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/ |
H A D | BUILD.gn | 1 static_library("clang-apply-replacements") {
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/ |
H A D | BUILD.gn | 5 "clang-apply-replacements:ClangApplyReplacementsTests",
|
/openbsd/gnu/gcc/gcc/ |
H A D | reload.c | 1635 replacements[i].what = to; in transfer_replacements() 1656 replacements[j++] = replacements[i]; in remove_address_replacements() 1813 replacements[j].what = i; in combine_reloads() 4210 replacements[k].what = i; in find_reloads() 6244 r->what = replacements[j].what; in copy_replacements_1() 6245 r->mode = replacements[j].mode; in copy_replacements_1() 6252 r->what = replacements[j].what; in copy_replacements_1() 6253 r->mode = replacements[j].mode; in copy_replacements_1() 6285 replacements[i].where = y; in move_replacements() 6286 replacements[i].subreg_loc = 0; in move_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/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/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | index.rst | 42 GNU binutils replacements
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | abtest.py | 204 def replace_functions(source, dest, replacements): argument 215 replacement = replacements.get(in_function)
|
/openbsd/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/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/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/gnu/usr.bin/perl/hints/ |
H A D | irix_6.sh | 465 However, the following IRIX patches (or their replacements) MUST be installed:
|
/openbsd/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
|