/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Types.def | 39 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 D | Phases.h | 18 Preprocess, enumerator
|
/freebsd/crypto/openssl/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'; 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 D | preprocess.t | 11 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 D | rt29928.t | 10 use_ok 'Text::Template::Preprocess' or exit 1; 18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);
|
/freebsd/share/mk/ |
H A D | bsd.doc.mk | 31 # 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 D | man.options.1 | 315 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 D | MANIFEST | 12 lib/Text/Template/Preprocess.pm 26 t/preprocess.t
|
H A D | META.yml | 29 Text::Template::Preprocess: 30 file: lib/Text/Template/Preprocess.pm
|
H A D | META.json | 62 "Text::Template::Preprocess" : { 63 "file" : "lib/Text/Template/Preprocess.pm",
|
H A D | SIGNATURE | 26 SHA1 ca5251a021e46b60603f10e757d689e52fde1feb lib/Text/Template/Preprocess.pm 40 SHA1 4e7e00eccede7c3231e93ef0f3cb011423be4eb5 t/preprocess.t
|
H A D | Changes | 153 - 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 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() 60 "Unexpected Preprocess Type."); in getPreprocessedType()
|
/freebsd/usr.sbin/config/ |
H A D | mkmakefile.cc | 63 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 D | PreprocessorOutputOptions.h | 37 unsigned RewriteIncludes : 1; ///< Preprocess include directives only.
|
/freebsd/contrib/sendmail/cf/mailer/ |
H A D | mail11.m4 | 56 R$+ $: $>Mail11To $1 preprocess
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | acpica_prep.sh | 40 aslsupport.l asltypes.h dtcompiler.h dttemplate.h preprocess.h"
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandard.h | 26 /// Assembly: we accept this only so that we can preprocess it.
|
/freebsd/contrib/tcpdump/ |
H A D | addrtostr.c | 117 /* Preprocess: in addrtostr6()
|
/freebsd/sys/libkern/ |
H A D | inet_ntop.c | 104 * Preprocess: in inet_ntop6()
|
/freebsd/lib/libc/inet/ |
H A D | inet_ntop.c | 116 * Preprocess: in inet_ntop6()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 30 // 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 D | inet_ntop.c | 130 * Preprocess: in inet_ntop6()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | inet_ntop.c | 129 * Preprocess: in inet_ntop6()
|