| /src/external/apache2/llvm/dist/llvm/tools/yaml2obj/ |
| yaml2obj.cpp | 57 static Optional<std::string> preprocess(StringRef Buf, function 131 Optional<std::string> Buffer = preprocess(Buf.get()->getBuffer(), ErrHandler);
|
| /src/external/gpl3/binutils/dist/gas/ |
| input-file.c | 32 int preprocess = 0; variable 52 int preprocess; member in struct:saved_file 89 saved->preprocess = preprocess; 90 if (preprocess) 108 preprocess = saved->preprocess; 109 if (preprocess) 125 preprocess = pre; 173 /* Begins with comment, may not want to preprocess. * [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| input-file.c | 32 int preprocess = 0; variable 52 int preprocess; member in struct:saved_file 89 saved->preprocess = preprocess; 90 if (preprocess) 108 preprocess = saved->preprocess; 109 if (preprocess) 125 preprocess = pre; 173 /* Begins with comment, may not want to preprocess. * [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| compiler.py | 155 def preprocess(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler 222 cmd, out, err, rc = self.preprocess(source_files, flags=flags, cwd=cwd)
|
| /src/external/bsd/zstd/dist/contrib/freestanding_lib/ |
| freestanding.py | 414 def preprocess(self, filename): member in class:PartialPreprocessor 521 partial_preprocessor.preprocess(filepath)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| print-rtl.cc | 132 rtx_reuse_manager::preprocess (const_rtx x) function in class:rtx_reuse_manager
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| print-rtl.cc | 132 rtx_reuse_manager::preprocess (const_rtx x) function in class:rtx_reuse_manager
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| llvm-rc.cpp | 190 bool Preprocess = true; 209 bool preprocess(StringRef Src, StringRef Dst, const RcOptions &Opts, function in namespace:__anon5710 416 Opts.Preprocess = !InputArgs.hasArg(WINDRES_no_preprocess); 535 Opts.Preprocess = !InputArgs.hasArg(OPT_no_preprocess); 589 if (Opts.Preprocess) { 592 if (preprocess(Src, OutFile, Opts, Argv0))
|