Home
last modified time | relevance | path

Searched full:preprocess (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def39 TYPE("c", C, PP_C, "c", phases::Preprocess, phase…
40 TYPE("cl", CL, PP_CL, "cl", phases::Preprocess, phase…
42 TYPE("clcpp", CLCXX, PP_CLCXX, "clcpp", phases::Preprocess, phase…
45 TYPE("cuda", CUDA, PP_CUDA, "cu", phases::Preprocess, phase…
46 TYPE("cuda", CUDA_DEVICE, PP_CUDA, "cu", phases::Preprocess, phase…
48 TYPE("hip", HIP, PP_HIP, "hip", phases::Preprocess, phase…
49 TYPE("hip", HIP_DEVICE, PP_HIP, "hip", phases::Preprocess, phase…
52 TYPE("objective-c", ObjC, PP_ObjC, "m", phases::Preprocess, phase…
54 TYPE("c++", CXX, PP_CXX, "cpp", phases::Preprocess, phase…
57 TYPE("objective-c++", ObjCXX, PP_ObjCXX, "mm", phases::Preprocess, phase…
[all …]
H A DPhases.h18 Preprocess, enumerator
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm2 package Text::Template::Preprocess;
3 $Text::Template::Preprocess::VERSION = '1.56';
52 Text::Template::Preprocess - Expand template text with embedded Perl
60 use Text::Template::Preprocess;
62 my $t = Text::Template::Preprocess->new(...); # identical to Text::Template
64 # Fill in template, but preprocess each code fragment with pp().
71 C<Text::Template::Preprocess> provides a new C<PREPROCESSOR> option to
74 C<Text::Template::Preprocessor> will use this subroutine to preprocess
80 C<Text::Template::Preprocess> will then execute contents of C<$_> and
83 C<Text::Template::Preprocess> objects also support a utility method,
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t11 use_ok 'Text::Template::Preprocess' or exit 1;
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 Drt29928.t10 use_ok 'Text::Template::Preprocess' or exit 1;
18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);
/freebsd/share/mk/
H A Dbsd.doc.mk31 # USE_EQN If set, preprocess with eqn(1). [not set]
33 # USE_PIC If set, preprocess with pic(1). [not set]
35 # USE_REFER If set, preprocess with refer(1). [not set]
37 # USE_SOELIM If set, preprocess with soelim(1). [not set]
39 # USE_TBL If set, preprocess with tbl(1). [not set]
/freebsd/contrib/mandoc/
H A Dman.options.1315 preprocess with
403 preprocess with
414 preprocess with
520 preprocess with
526 preprocess with
563 preprocess with
792 preprocess with
942 preprocess with
1055 preprocess with
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DMANIFEST12 lib/Text/Template/Preprocess.pm
26 t/preprocess.t
H A DMETA.yml29 Text::Template::Preprocess:
30 file: lib/Text/Template/Preprocess.pm
H A DMETA.json62 "Text::Template::Preprocess" : {
63 "file" : "lib/Text/Template/Preprocess.pm",
H A DSIGNATURE26 SHA1 ca5251a021e46b60603f10e757d689e52fde1feb lib/Text/Template/Preprocess.pm
40 SHA1 4e7e00eccede7c3231e93ef0f3cb011423be4eb5 t/preprocess.t
H A DChanges153 - New subclass: Text::Template::Preprocess. Just like Text::Template, but
154 you may supply a PREPROCESS option in the constructor or the fill_in
185 - New subclass: Text::Template::Preprocess. Just like Text::Template, but
186 you may supply a PREPROCESS option in the fill_in call; this is a
/freebsd/contrib/llvm-project/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()
60 "Unexpected Preprocess Type."); in getPreprocessedType()
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc63 static bool preprocess(char *line, char *result);
245 preprocess(char *line, char *result) in preprocess() function
262 if (preprocess(line, result)) in process_into_file()
271 if (preprocess(line, result)) { in process_into_map()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h37 unsigned RewriteIncludes : 1; ///< Preprocess include directives only.
/freebsd/contrib/sendmail/cf/mailer/
H A Dmail11.m456 R$+ $: $>Mail11To $1 preprocess
/freebsd/sys/contrib/dev/acpica/
H A Dacpica_prep.sh40 aslsupport.l asltypes.h dtcompiler.h dttemplate.h preprocess.h"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h26 /// Assembly: we accept this only so that we can preprocess it.
/freebsd/contrib/tcpdump/
H A Daddrtostr.c117 /* Preprocess: in addrtostr6()
/freebsd/sys/libkern/
H A Dinet_ntop.c104 * Preprocess: in inet_ntop6()
/freebsd/lib/libc/inet/
H A Dinet_ntop.c116 * Preprocess: in inet_ntop6()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp30 // target-specific logic can be added in initialize(), preProcess(), and
121 preProcess(); in run()
248 void WindowScheduler::preProcess() { in preProcess() function in WindowScheduler
/freebsd/contrib/unbound/compat/
H A Dinet_ntop.c130 * Preprocess: in inet_ntop6()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dinet_ntop.c129 * Preprocess: in inet_ntop6()

123