| /openbsd-src/gnu/usr.bin/perl/ext/B/B/ |
| H A D | Concise.pm | 878 my $precomp = $op->precomp; 879 if (defined $precomp) { 880 $precomp = cstring($precomp); # Escape literal control sequences 881 $precomp = "/$precomp/"; 883 $precomp = ""; 921 $h{arg} = "($precomp$extra)";
|
| /openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/ |
| H A D | func.t | 333 my $precomp = hexU("304C 304E 3050 3052 3054"); 335 ok(decompose($precomp x 5), $combseq x 5); 336 ok(decompose($precomp x 10), $combseq x 10); 337 ok(decompose($precomp x 20), $combseq x 20); 346 ok(decompose($precomp . $notcomp), $combseq . $notcomp); 347 ok(decompose($precomp . $notcomp x 5), $combseq . $notcomp x 5); 348 ok(decompose($precomp . $notcomp x10), $combseq . $notcomp x10);
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | DebugTypes.cpp | 151 UsePrecompSource(COFFLinkerContext &ctx, ObjFile *f, PrecompRecord precomp) in UsePrecompSource() argument 152 : TpiSource(ctx, UsingPCH, f), precompDependency(precomp) {} in UsePrecompSource() 209 PrecompRecord precomp) { in makeUsePrecompSource() argument 210 return make<UsePrecompSource>(ctx, file, precomp); in makeUsePrecompSource() 502 PrecompSource *precomp = findPrecompSource(file, pr); in findPrecompMap() local 504 if (!precomp) in findPrecompMap() 513 if (precomp->endPrecompIdx != pr.getTypesCount()) in findPrecompMap() 518 return precomp; in findPrecompMap()
|
| H A D | InputFiles.cpp | 803 PrecompRecord precomp = cantFail( in initializeDependencies() local 807 if (precomp.Signature) in initializeDependencies() 808 pchSignature = precomp.Signature; in initializeDependencies() 809 debugTypesObj = makeUsePrecompSource(ctx, this, precomp); in initializeDependencies()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlreapi.pod | 187 if (flags & RXf_SPLIT && r->prelen == 1 && r->precomp[0] == ' ') 696 /* offset from wrapped to the start of precomp */ 872 with the names C<precomp> and C<prelen> respectively.
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
| H A D | b.t | 367 is $regexp->precomp, 'fit', 'pmregexp returns the right regexp'; 383 …PMOP => [ qw(code_list pmflags pmoffset pmreplroot pmreplstart pmstash pmstashpv precomp reflags…
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp_internal.h | 37 char *precomp; /* uncompiled string. */ member 68 /* position beyond 'precomp' of the warning message furthest away from 69 * 'precomp'. During the parse, no warnings are raised for any problems 195 #define RExC_precomp (pRExC_state->precomp)
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/ |
| H A D | B.xs | 574 { STR_WITH_LEN("precomp"), op_offset_special, 0, },/*37*/ 854 B::PMOP::precomp = 37 995 case 37: /* B::PMOP::precomp */ 1632 precomp = 1 1805 precomp = 8 1851 croak( "precomp is only meaningful on r-magic" );
|
| /openbsd-src/gnu/usr.bin/perl/lib/B/ |
| H A D | Deparse.pm | 5659 my $re = re_uninterp(escape_re(re_unback($mg->precomp))); 6439 $re = re_uninterp(escape_re(re_unback($op->precomp))); 6443 $re = re_uninterp(escape_re(re_unback($op->precomp))); 6597 $re = re_uninterp(escape_re(re_unback($op->precomp)));
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | configure.in | 2374 # The spiffy cpp-precomp chokes on some legitimate constructs in GCC 2375 # sources; use -no-cpp-precomp to get to GNU cpp. 2378 stage1_cflags="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0"
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | configure.in | 490 # The spiffy cpp-precomp chokes on some legitimate constructs in GCC 491 # sources; use -no-cpp-precomp to get to GNU cpp. 494 stage1_cflags="-no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0"
|
| H A D | ChangeLog.6 | 7668 * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | install.texi | 2966 preprocessor instead of Apple's @file{cpp-precomp} during the first stage of 2969 CC='cc -no-cpp-precomp' bootstrap}.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 925 def cpp_precomp : Flag<["-"], "cpp-precomp">, Group<clang_ignored_f_Group>; 4108 def no_cpp_precomp : Flag<["-"], "no-cpp-precomp">, Group<clang_ignored_f_Group>;
|