Home
last modified time | relevance | path

Searched refs:preprocess (Results 1 – 25 of 145) sorted by relevance

123456

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dinput-file.c32 int preprocess = 0; variable
52 int preprocess; member
88 saved->preprocess = preprocess; in input_file_push()
89 if (preprocess) in input_file_push()
107 preprocess = saved->preprocess; in input_file_pop()
108 if (preprocess) in input_file_pop()
123 preprocess = pre; in input_file_open()
175 preprocess = 0; in input_file_open()
185 preprocess = 1; in input_file_open()
242 if (preprocess) in input_file_give_next_buffer()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dinput-file.c32 int preprocess = 0; variable
52 int preprocess; member
88 saved->preprocess = preprocess; in input_file_push()
89 if (preprocess) in input_file_push()
107 preprocess = saved->preprocess; in input_file_pop()
108 if (preprocess) in input_file_pop()
123 preprocess = pre; in input_file_open()
175 preprocess = 0; in input_file_open()
185 preprocess = 1; in input_file_open()
242 if (preprocess) in input_file_give_next_buffer()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl-tests.cc143 r.preprocess (x); in test_dumping_rtx_reuse()
144 r.preprocess (x); in test_dumping_rtx_reuse()
145 r.preprocess (y); in test_dumping_rtx_reuse()
146 r.preprocess (y); in test_dumping_rtx_reuse()
149 r.preprocess (z); in test_dumping_rtx_reuse()
H A Dprint-rtl.h149 void preprocess (const_rtx x);
H A Dprint-rtl-function.cc226 r.preprocess (insn); in print_rtx_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl-tests.c143 r.preprocess (x); in test_dumping_rtx_reuse()
144 r.preprocess (x); in test_dumping_rtx_reuse()
145 r.preprocess (y); in test_dumping_rtx_reuse()
146 r.preprocess (y); in test_dumping_rtx_reuse()
149 r.preprocess (z); in test_dumping_rtx_reuse()
H A Dprint-rtl.h146 void preprocess (const_rtx x);
H A Dprint-rtl-function.c226 r.preprocess (insn); in print_rtx_function()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp57 static Optional<std::string> preprocess(StringRef Buf, in preprocess() function
131 Optional<std::string> Buffer = preprocess(Buf.get()->getBuffer(), ErrHandler); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DOpts.td43 def no_preprocess : F<"no-preprocess", "Don't try to preprocess the input file.">;
H A DWindresOpts.td59 def no_preprocess : Flag<["--"], "no-preprocess">;
H A Dllvm-rc.cpp209 bool preprocess(StringRef Src, StringRef Dst, const RcOptions &Opts, in preprocess() function
592 if (preprocess(Src, OutFile, Opts, Argv0)) in doRc()
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/
H A DMANIFEST21 t/12-preprocess.t
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/
H A Dt-zdisp2.pl74 find({ wanted => \&process, preprocess => \&process_mparam, no_chdir => 1 },
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dcc.din56 # C source to preprocess
59 # C++ source to preprocess
68 # Fortran source to preprocess
71 # Assembler source to preprocess
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/
H A DMANIFEST26 t/preprocess.t
H A DSIGNATURE40 SHA1 4e7e00eccede7c3231e93ef0f3cb011423be4eb5 t/preprocess.t
/netbsd-src/distrib/syspkg/sets/text/text-groff-catman/
H A DDESCR24 refer - preprocess bibliographic references for groff
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dcompiler.py155 def preprocess(self, source_files, out=None, flags=[], cwd=None): member in CXXCompiler
222 cmd, out, err, rc = self.preprocess(source_files, flags=flags, cwd=cwd)
/netbsd-src/distrib/syspkg/sets/text/text-groff-man/
H A DDESCR26 refer - preprocess bibliographic references for groff
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_prog_cxx_for_build.m417 # needed to compile or link (CXX_FOR_BUILD) and preprocess
H A Dax_prog_cc_for_build.m417 # needed to compile or link (CC_FOR_BUILD) and preprocess (CPP_FOR_BUILD).
/netbsd-src/external/bsd/flex/dist/m4/
H A Dax_prog_cc_for_build.m417 # needed to compile or link (CC_FOR_BUILD) and preprocess (CPP_FOR_BUILD).
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_prog_cc_for_build.m419 # needed to compile or link (CC_FOR_BUILD) and preprocess (CPP_FOR_BUILD).
/netbsd-src/external/bsd/tradcpp/dist/
H A DCHANGES8 to compile or preprocess anything useful. Done in response to

123456