| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | texi2pod.pl | 99 /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next; 105 $tl = postprocess($2); 121 $sects{$sect} .= postprocess($section); 246 $file = postprocess($1); 380 sub postprocess subroutine
|
| /netbsd-src/external/gpl3/binutils/dist/etc/ |
| H A D | texi2pod.pl | 101 /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next; 107 $tl = postprocess($2); 123 $sects{$sect} .= postprocess($section); 242 $file = postprocess($1); 361 sub postprocess subroutine
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | texi2pod.pl | 99 /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next; 105 $tl = postprocess($2); 121 $sects{$sect} .= postprocess($section); 246 $file = postprocess($1); 380 sub postprocess subroutine
|
| /netbsd-src/external/gpl3/binutils.old/dist/etc/ |
| H A D | texi2pod.pl | 101 /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next; 107 $tl = postprocess($2); 123 $sects{$sect} .= postprocess($section); 242 $file = postprocess($1); 361 sub postprocess subroutine
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
| H A D | test-hello-world.exe.log.txt | 115 JIT: entering: void gcc::jit::playback::function::postprocess() 116 JIT: exiting: void gcc::jit::playback::function::postprocess() 117 JIT: entering: void gcc::jit::playback::function::postprocess() 118 JIT: exiting: void gcc::jit::playback::function::postprocess() 125 JIT: entering: virtual void gcc::jit::playback::compile_to_memory::postprocess(const char*) 146 JIT: exiting: virtual void gcc::jit::playback::compile_to_memory::postprocess(const char*)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
| H A D | test-hello-world.exe.log.txt | 115 JIT: entering: void gcc::jit::playback::function::postprocess() 116 JIT: exiting: void gcc::jit::playback::function::postprocess() 117 JIT: entering: void gcc::jit::playback::function::postprocess() 118 JIT: exiting: void gcc::jit::playback::function::postprocess() 125 JIT: entering: virtual void gcc::jit::playback::compile_to_memory::postprocess(const char*) 146 JIT: exiting: virtual void gcc::jit::playback::compile_to_memory::postprocess(const char*)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | notes.txt | 50 . . . ──> postprocess 77 . . V─> playback::context::postprocess:
|
| H A D | jit-playback.h | 288 virtual void postprocess (const char *ctxt_progname) = 0; 337 void postprocess (const char *ctxt_progname) FINAL OVERRIDE; 351 void postprocess (const char *ctxt_progname) FINAL OVERRIDE; 465 postprocess ();
|
| H A D | jit-playback.c | 1496 postprocess () in postprocess() function 1924 postprocess (ctxt_progname); in compile() 1948 playback::compile_to_memory::postprocess (const char *ctxt_progname) in postprocess() function 1980 playback::compile_to_file::postprocess (const char *ctxt_progname) in postprocess() function 2755 func->postprocess (); in replay()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | notes.txt | 50 . . . ──> postprocess 77 . . V─> playback::context::postprocess:
|
| H A D | jit-playback.h | 332 virtual void postprocess (const char *ctxt_progname) = 0; 381 void postprocess (const char *ctxt_progname) FINAL OVERRIDE; 395 void postprocess (const char *ctxt_progname) FINAL OVERRIDE; 509 postprocess ();
|
| H A D | jit-playback.cc | 1878 postprocess () in postprocess() function in gcc::jit::playback::function 2404 postprocess (ctxt_progname); in compile() 2428 playback::compile_to_memory::postprocess (const char *ctxt_progname) in postprocess() function in gcc::jit::playback::compile_to_memory 2460 playback::compile_to_file::postprocess (const char *ctxt_progname) in postprocess() function in gcc::jit::playback::compile_to_file 3257 func->postprocess (); in replay()
|
| H A D | ChangeLog | 203 (postprocess): Likewise. 1430 (compile_to_memory::postprocess): Mark with FINAL OVERRIDE. 1431 (compile_to_file::postprocess): Likewise. 1677 * jit-playback.c (gcc::jit::playback::compile_to_file::postprocess): 2407 dso and dlopen the result to a new pure virtual "postprocess" 2411 (gcc::jit::playback::compile_to_memory::postprocess): New 2415 (gcc::jit::playback::compile_to_file::postprocess): New function. 2424 (gcc::jit::playback::context::postprocess): New pure virtual 2453 * notes.txt: Update to show the playback::context::postprocess 2983 (gcc::jit::playback::function::postprocess): Likewise.
|
| H A D | ChangeLog.jit | 617 (gcc::jit::playback::function::postprocess): Update call to 1121 (gcc::jit::playback::context::postprocess): Handle 1552 (gcc::jit::playback::function::postprocess): Set up BLOCK_VARS on 2820 (gcc::jit::function::postprocess): Rename to... 2821 (gcc::jit::playback::function::postprocess): ...this. 2983 (gcc::jit::function::postprocess): Set the DECL_SAVED_TREE of the 3049 * internal-api.c (gcc::jit::context::postprocess): Show source 3477 * internal-api.c (gcc::jit::function::postprocess): Dump gimple
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | make-event-config.sed | 1 # Sed script to postprocess config.h into event-config.h.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | read-md.h | 356 virtual rtx postprocess (rtx x) { return x; } in postprocess() function
|
| H A D | read-rtl-function.c | 85 rtx postprocess (rtx) FINAL OVERRIDE; 1529 function_reader::postprocess (rtx x) in postprocess() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | read-md.h | 356 virtual rtx postprocess (rtx x) { return x; } in postprocess() function
|
| H A D | read-rtl-function.cc | 85 rtx postprocess (rtx) FINAL OVERRIDE; 1532 function_reader::postprocess (rtx x) in postprocess() function in function_reader
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | util.cc | 1548 postprocess (uint32_t S, long long n) in postprocess() function 1580 crcval = postprocess (crcval, bytes); in get_cksum()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | util.cc | 1548 postprocess (uint32_t S, long long n) in postprocess() function 1580 crcval = postprocess (crcval, bytes); in get_cksum()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 32 re.postprocess(); in makeRegex() 1032 @trusted void postprocess(Char)(ref Regex!Char zis) in postprocess() function
|
| /netbsd-src/external/mit/xorg/lib/gallium.old/ |
| H A D | Makefile | 54 auxiliary/postprocess \ 234 GALLIUM_SOURCES.auxiliary/postprocess= \
|
| /netbsd-src/external/public-domain/sqlite/sqlite2mdoc/ |
| H A D | main.c | 865 postprocess(const char *prefix, struct defn *d) in postprocess() function 2063 postprocess(prefix, d); in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 27 re.postprocess(); in makeRegex() 1568 @trusted void postprocess(Char)(ref Regex!Char zis) in postprocess() function
|