| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Types.def | 39 TYPE("c", C, PP_C, "c", phases::Preprocess, phase… 40 TYPE("cl", CL, PP_C, "cl", phases::Preprocess, phase… 41 TYPE("clcpp", CLCXX, PP_CXX, "clcpp", phases::Preprocess, phase… 43 TYPE("cuda", CUDA, PP_CUDA, "cu", phases::Preprocess, phase… 44 TYPE("cuda", CUDA_DEVICE, PP_CUDA, "cu", phases::Preprocess, phase… 46 TYPE("hip", HIP, PP_HIP, "cu", phases::Preprocess, phase… 47 TYPE("hip", HIP_DEVICE, PP_HIP, "cu", phases::Preprocess, phase… 50 TYPE("objective-c", ObjC, PP_ObjC, "m", phases::Preprocess, phase… 52 TYPE("c++", CXX, PP_CXX, "cpp", phases::Preprocess, phase… 55 TYPE("objective-c++", ObjCXX, PP_ObjCXX, "mm", phases::Preprocess, phase… [all …]
|
| H A D | Phases.h | 18 Preprocess, enumerator
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| H A D | 12-preprocess.t | 6 use Text::Template::Preprocess; 12 unless $Text::Template::Preprocess::VERSION == 1.46; 35 $tmpl = new Text::Template::Preprocess 39 $tmpl = new Text::Template::Preprocess
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/ |
| H A D | Preprocess.pm | 2 package Text::Template::Preprocess; 5 $Text::Template::Preprocess::VERSION = 1.46;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| H A D | Preprocess.pm | 2 package Text::Template::Preprocess; 3 $Text::Template::Preprocess::VERSION = '1.56';
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| H A D | preprocess.t | 32 $tmpl = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $t) or die; 36 $tmpl = Text::Template::Preprocess->new(TYPE => 'FILEHANDLE', SOURCE => $tfh) or die;
|
| H A D | rt29928.t | 18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Phases.cpp | 17 case Preprocess: return "preprocessor"; in getPhaseName()
|
| H A D | Types.cpp | 58 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType() 335 LastPhase = phases::Preprocess; in getCompilationPhases()
|
| H A D | Driver.cpp | 299 FinalPhase = phases::Preprocess; in getFinalPhase() 3558 if (FinalPhase == phases::Preprocess || Args.hasArg(options::OPT__SLASH_Y_)) { in handleArguments() 3900 case phases::Preprocess: { in ConstructPhaseAction()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/ |
| H A D | MANIFEST | 8 lib/Text/Template/Preprocess.pm
|
| H A D | README | 148 New subclass: Text::Template::Preprocess. Just like
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/ |
| H A D | MANIFEST | 12 lib/Text/Template/Preprocess.pm
|
| H A D | SIGNATURE | 26 SHA1 ca5251a021e46b60603f10e757d689e52fde1feb lib/Text/Template/Preprocess.pm
|
| H A D | Changes | 153 - New subclass: Text::Template::Preprocess. Just like Text::Template, but 185 - New subclass: Text::Template::Preprocess. Just like Text::Template, but
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| H A D | llvm-rc.cpp | 190 bool Preprocess = true; member 416 Opts.Preprocess = !InputArgs.hasArg(WINDRES_no_preprocess); in parseWindresOptions() 535 Opts.Preprocess = !InputArgs.hasArg(OPT_no_preprocess); in parseRcOptions() 589 if (Opts.Preprocess) { in doRc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.h | 358 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
|
| H A D | Gnu.cpp | 2679 if (!Preprocess) in getTool() 2680 Preprocess.reset(new clang::driver::tools::gcc::Preprocessor(*this)); in getTool() 2681 return Preprocess.get(); in getTool()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1048 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken() argument
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/windows/ |
| H A D | NTMakefile.w32 | 233 # Preprocess files to stdout using config.h
|
| /netbsd-src/usr.bin/config/ |
| H A D | TODO | 305 o Preprocess and generate linker scripts dynamically.
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | ChangeLog | 1277 Preprocess the entire web site, not just the install docs.
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff-1 | 452 Preprocess with `geqn'. 455 Preprocess with `gtbl'. 458 Preprocess with `ggrn'. 461 Preprocess with `grap'. 464 Preprocess with `gpic'. 467 Preprocess with `gsoelim'. 473 Preprocess with `grefer'. No mechanism is provided for passing
|
| /netbsd-src/share/mk/ |
| H A D | bsd.README | 621 TOOL_REFER Preprocess bibliographic references for groff. [refer]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c.opt | 1520 Preprocess directives only.
|