/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | traditional.c | 384 struct fun_macro fmacro; in _cpp_scan_out_logical_line() local 390 fmacro.buff = NULL; in _cpp_scan_out_logical_line() 391 fmacro.args = NULL; in _cpp_scan_out_logical_line() 392 fmacro.node = NULL; in _cpp_scan_out_logical_line() 393 fmacro.offset = 0; in _cpp_scan_out_logical_line() 394 fmacro.line = 0; in _cpp_scan_out_logical_line() 395 fmacro.paramc = 0; in _cpp_scan_out_logical_line() 396 fmacro.argc = 0; in _cpp_scan_out_logical_line() 534 maybe_start_funlike (pfile, node, out_start, &fmacro); in _cpp_scan_out_logical_line() 536 fmacro.line = pfile->line_table->highest_line; in _cpp_scan_out_logical_line() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | traditional.cc | 389 struct fun_macro fmacro; in _cpp_scan_out_logical_line() local 395 fmacro.buff = NULL; in _cpp_scan_out_logical_line() 396 fmacro.args = NULL; in _cpp_scan_out_logical_line() 397 fmacro.node = NULL; in _cpp_scan_out_logical_line() 398 fmacro.offset = 0; in _cpp_scan_out_logical_line() 399 fmacro.line = 0; in _cpp_scan_out_logical_line() 400 fmacro.paramc = 0; in _cpp_scan_out_logical_line() 401 fmacro.argc = 0; in _cpp_scan_out_logical_line() 539 maybe_start_funlike (pfile, node, out_start, &fmacro); in _cpp_scan_out_logical_line() 541 fmacro.line = pfile->line_table->highest_line; in _cpp_scan_out_logical_line() [all …]
|
H A D | ChangeLog | 3457 argument. Initialize fmacro.paramc field. Handle builtin 6121 fmacro.args, fmacro.node, fmacro.offset, fmacro.line and 6122 fmacro.args to prevent 'may be used uninitialized' warning.
|
/netbsd-src/share/mk/ |
H A D | bsd.sys.mk | 24 REPROFLAGS+= -fmacro-prefix-map=\$$DESTDIR= 32 REPROFLAGS+= -fmacro-prefix-map=\$$NETBSDSRCDIR=/usr/src 34 REPROFLAGS+= -fmacro-prefix-map=\$$X11SRCDIR=/usr/xsrc 42 REPROFLAGS+= -fmacro-prefix-map=\$$NETBSDOBJDIR=/usr/obj
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppopts.texi | 311 @item -fmacro-prefix-map=@var{old}=@var{new} 312 @opindex fmacro-prefix-map
|
H A D | cpp.info | 4306 '-fmacro-prefix-map=OLD=NEW' 5274 * fmacro-prefix-map: Invocation. (line 287)
|
H A D | gcc.info | 909 -finput-charset=CHARSET -fmacro-prefix-map=OLD=NEW 2097 location independent. See also '-fmacro-prefix-map' and 13300 '-fmacro-prefix-map=OLD=NEW' 61036 * fmacro-prefix-map: Preprocessor Options.
|
H A D | invoke.texi | 578 -finput-charset=@var{charset} -fmacro-prefix-map=@var{old}=@var{new} @gol 1820 @option{-fmacro-prefix-map} and @option{-fdebug-prefix-map}.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppopts.texi | 315 @item -fmacro-prefix-map=@var{old}=@var{new} 316 @opindex fmacro-prefix-map
|
H A D | cpp.info | 4362 '-fmacro-prefix-map=OLD=NEW' 5330 * fmacro-prefix-map: Invocation. (line 289)
|
H A D | gcc.info | 959 -fmacro-prefix-map=OLD=NEW -fmax-include-depth=DEPTH 2434 location independent. See also '-fmacro-prefix-map', 15286 '-fmacro-prefix-map=OLD=NEW' 64087 * fmacro-prefix-map: Preprocessor Options.
|
H A D | invoke.texi | 630 -fmacro-prefix-map=@var{old}=@var{new} -fmax-include-depth=@var{depth} @gol 2206 @option{-fmacro-prefix-map}, @option{-fdebug-prefix-map} and
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c.opt | 1526 fmacro-prefix-map= 1528 -fmacro-prefix-map=<old>=<new> Map one directory name to another in __FILE__, __BASE_FILE__, and __…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c.opt | 1687 fmacro-prefix-map= 1689 -fmacro-prefix-map=<old>=<new> Map one directory name to another in __FILE__, __BASE_FILE__, and __…
|
H A D | ChangeLog | 4608 * c.opt (-fmacro-prefix-map): New option.
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangCommandLineReference.rst | 1020 .. option:: -fmacro-prefix-map=<arg> 1739 .. option:: -fmacro-backtrace-limit=<arg>
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 1985 def fmacro_backtrace_limit_EQ : Joined<["-"], "fmacro-backtrace-limit=">, 2797 : Joined<["-"], "fmacro-prefix-map=">, Group<Preprocessor_Group>, Flags<[CC1Option]>, 5092 def fmacro_backtrace_limit : Separate<["-"], "fmacro-backtrace-limit">, MetaVarName<"<N>">,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2020 | 35099 -ffile-prefix-map and -fmacro-prefix-map.
|
H A D | ChangeLog-2018 | 31495 * doc/cppopts.texi (-fmacro-prefix-map): Document.
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 8975 040be3c971d2d342750c402c54b9b869 gcc/testsuite/c-c++-common/cpp/fmacro-prefix-map.c 9154 3c5ce3494ca363652252f8ad6c6a1eb8 gcc/testsuite/c-c++-common/fmacro-prefix-map.c
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 9639 040be3c971d2d342750c402c54b9b869 gcc/testsuite/c-c++-common/cpp/fmacro-prefix-map.c 9838 3c5ce3494ca363652252f8ad6c6a1eb8 gcc/testsuite/c-c++-common/fmacro-prefix-map.c
|