Home
last modified time | relevance | path

Searched refs:Preprocess (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.def39 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 DPhases.h18 Preprocess, enumerator
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D12-preprocess.t6 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 DPreprocess.pm2 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 DPreprocess.pm2 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 Dpreprocess.t32 $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 Drt29928.t18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DPhases.cpp17 case Preprocess: return "preprocessor"; in getPhaseName()
H A DTypes.cpp58 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType()
335 LastPhase = phases::Preprocess; in getCompilationPhases()
H A DDriver.cpp299 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 DMANIFEST8 lib/Text/Template/Preprocess.pm
H A DREADME148 New subclass: Text::Template::Preprocess. Just like
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/
H A DMANIFEST12 lib/Text/Template/Preprocess.pm
H A DSIGNATURE26 SHA1 ca5251a021e46b60603f10e757d689e52fde1feb lib/Text/Template/Preprocess.pm
H A DChanges153 - 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 Dllvm-rc.cpp190 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 DGnu.h358 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
H A DGnu.cpp2679 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 DPreprocessor.h1048 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken() argument
/netbsd-src/crypto/external/bsd/heimdal/dist/windows/
H A DNTMakefile.w32233 # Preprocess files to stdout using config.h
/netbsd-src/usr.bin/config/
H A DTODO305 o Preprocess and generate linker scripts dynamically.
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A DChangeLog1277 Preprocess the entire web site, not just the install docs.
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-1452 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 Dbsd.README621 TOOL_REFER Preprocess bibliographic references for groff. [refer]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt1520 Preprocess directives only.

12