Home
last modified time | relevance | path

Searched refs:reformat (Results 1 – 25 of 104) sorted by relevance

12345

/netbsd-src/lib/libform/
H A Dfield.c464 char *reformat, *p; in field_buffer() local
498 reformat = NULL; in field_buffer()
503 p = realloc(reformat, bufsize); in field_buffer()
505 free(reformat); in field_buffer()
508 reformat = p; in field_buffer()
510 memcpy(reformat + pos, linep->string, len); in field_buffer()
512 reformat[pos++] = linep->next ? '\n' : '\0'; in field_buffer()
514 return reformat; in field_buffer()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibFormat.rst21 The core routine of LibFormat is ``reformat()``:
25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
H A DClangFormat.rst116 selecting regions to reformat. The integration has the form of a `python`-file
227 -regex PATTERN custom pattern selecting file paths to reformat
231 So to reformat all the lines in the latest :program:`git` commit, just do:
H A DClangFormatStyleOptions.rst9 ``clang::format::reformat(...)`` functions from code, one can either use one of
113 When using ``clang::format::reformat(...)`` functions, the format is specified
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatInternal.h72 reformat(const FormatStyle &Style, StringRef Code,
H A DFormat.cpp2663 return reformat(Style, Code, Ranges, FileName); in formatReplacements()
2771 reformat(const FormatStyle &Style, StringRef Code, in reformat() function
2843 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
2847 return internal::reformat(Style, Code, Ranges, in reformat()
2863 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
2867 auto Result = reformat(Style, Code, Ranges, FileName, &Status); in reformat()
H A DContinuationIndenter.cpp1728 std::pair<tooling::Replacements, unsigned> Fixes = internal::reformat( in reformatRawStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp22 auto Replaces = reformat(Style, s, clang::tooling::Range(0, s.size())); in LLVMFuzzerTestOneInput()
/netbsd-src/sys/fs/hfs/
H A DTODO44 - reformat the code to use 8-space tabs :-\
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3557 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
3565 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMarkedUpDisassembly.rst12 to introspect the instructions' textual representation or to reformat for a more
/netbsd-src/sys/arch/m68k/fpsp/
H A Dx_fline.sa114 move.w #$202c,EXC_VEC(a6) ;reformat vector to unimp
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp423 reformat(*FormatStyle, *ChangedCode, Ranges, AssumedFileName, &Status); in format()
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A DChangeLog-9115265 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A DChangeLog-9115265 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
/netbsd-src/external/gpl3/gdb/dist/include/aout/
H A DChangeLog-9115265 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
/netbsd-src/external/gpl3/gdb.old/dist/include/aout/
H A DChangeLog-9115265 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp601 reformat(Style, StringDecl, tooling::Range(Offset, Length), "xmldecl.xd"); in formatTextOfDeclaration()
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A DREADME248 reformat. It will then be used as the second "c_fix_arg". You may
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A DREADME248 reformat. It will then be used as the second "c_fix_arg". You may
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst292 reformat the affected lines according to the rules in ``.clang-format``.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2014770 and offset, reformat display.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2014770 and offset, reformat display.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2004371 and add_pointer; reformat.
3142 and reformat assignments of date and time fields.
5459 * include/bits/stl_construct.h: Wrap overlong lines, reformat
5705 a few variables, reformat according to the coding standards.
5722 a few variables, reformat according to the coding standards.
5727 * include/bits/stl_algo.h: Minor additional reformat, add
5734 a few variables, reformat according to the coding standards.

12345