Searched refs:preprocess (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dinput-file.c38 int preprocess = 0; variable
58 int preprocess; member in struct:saved_file
101 saved->preprocess = preprocess;
102 if (preprocess)
120 preprocess = saved->preprocess;
121 if (preprocess)
135 preprocess = pre;
171 /* Begins with comment, may not want to preprocess
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dinput-file.c39 int preprocess = 0; variable
59 int preprocess; member in struct:saved_file
96 saved->preprocess = preprocess;
97 if (preprocess)
115 preprocess = saved->preprocess;
116 if (preprocess)
130 preprocess = pre;
167 /* Begins with comment, may not want to preprocess
[all...]
/openbsd-current/gnu/llvm/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp63 static std::optional<std::string> preprocess(StringRef Buf, function
138 preprocess(Buf.get()->getBuffer(), ErrHandler);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/
H A DTiny.pm105 $self->preprocess;
127 sub preprocess { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm117 overrideCJK overrideHangul overrideOut preprocess UCA_Version
480 my $prep = $self->{preprocess};
840 $self->{preprocess} and
1064 Otherwise you can use C<preprocess> or should decode them before.
1094 preprocess => \&preprocess,
1286 If C<preprocess> and/or C<normalization> is applied, the code points
1425 (the normalization is executed after preprocess).
1433 C<normalization> is performed after C<preprocess> (if defined).
1446 C<(normalization =E<gt> undef, preprocess
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm174 $pre_process = $wanted->{preprocess};
723 preprocess
872 =item C<preprocess>
875 preprocess the current directory. The name of the currently processed
882 I<follow> or I<follow_fast> are in effect, C<preprocess> is a no-op.
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmph.pl406 # If $preprocess is false the process starts with an empty buffer and
407 # populates it as it adds each new key, if $preprocess is true then it
415 my ($hash, $length_all_keys, $preprocess)= @_;
418 if ($preprocess) {
883 printf "Using preprocess-smart blob. Length is %d chars. (vs %d)\n",
/openbsd-current/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp230 bool preprocess(StringRef Src, StringRef Dst, const RcOptions &Opts, function in namespace:__anon3741
243 Opts.IsWindres ? "--no-preprocess" : "-no-preprocess";
614 if (preprocess(Src, OutFile, Opts, Argv0))
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dgdb.exp1197 # set cppout [ gdb_compile $ifile "" preprocess $args quiet ]
1232 # Choose which file to preprocess.
1241 set cppout [ gdb_compile "${ifile}" "" preprocess [list "$args" quiet] ]
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/t/
H A Dfind.t217 print "# --preprocess--\n";
224 print "# --end preprocess--\n";
470 print "# check preprocess\n";
484 preprocess => \&my_preprocess}, File::Spec->curdir );
1074 'preprocess' => sub { return sort @_ },
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A DLocale.pm152 Otherwise you can use C<preprocess> (cf. C<Unicode::Collate>)
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl3595 preprocess = FALSE;

Completed in 163 milliseconds