Searched refs:evals (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ssa.c | 172 PARAMS ((sbitmap *evals, int nregs)); 471 find_evaluations (evals, nregs) in find_evaluations() argument 472 sbitmap *evals; in find_evaluations() 477 sbitmap_vector_zero (evals, nregs); 478 fe_evals = evals; 585 sbitmap *evals; 685 insert_phi_nodes (idfs, evals, nregs) in insert_phi_nodes() argument 687 sbitmap *evals ATTRIBUTE_UNUSED; 1162 sbitmap *evals; in convert_to_ssa() local 1211 find_evaluations (evals, nregs); in convert_to_ssa() [all …]
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5121delta.pod | 251 evals that was introduced in Perl 5.12.0.
|
H A D | perlinterp.pod | 275 many nested subroutine calls and evals may be called as you like, all 280 So in normal operation where there are several nested evals, there
|
H A D | perl581delta.pod | 581 contains a very complex nesting of anonymous subs, evals and lexicals.
|
H A D | perldebguts.pod | 244 Stack dump during die enabled outside of evals.
|
H A D | perlvar.pod | 2521 Provide informative "file" names for evals based on the place they were compiled. 2534 When saving source, include evals that generate no subroutines.
|
H A D | perl589delta.pod | 1593 =head2 C<strict> now propagates correctly into string evals
|
H A D | perlcall.pod | 363 Note that the G_KEEPERR flag does not propagate into inner evals; these
|
H A D | perl5180delta.pod | 3029 eval. This used to work only within string evals [perl #114040]. 3425 Closures containing no string evals no longer hang on to their containing
|
H A D | perlguts.pod | 4104 subroutine calls, evals etc, as well as the entering and exiting of block 5022 survive beyond their CVs, such as re-evals.
|
H A D | perl5200delta.pod | 2813 corrupt string, and no longer prevents C<#line> directives in string evals from
|
H A D | perl5140delta.pod | 4080 C<#line> directives in string evals were not properly updating the arrays
|
H A D | perlop.pod | 3032 outside of string evals.
|
/openbsd/gnu/usr.bin/perl/t/lib/strict/ |
H A D | vars | 329 # Check if multiple evals produce same errors
|
/openbsd/gnu/usr.bin/perl/dist/Net-Ping/ |
H A D | Changes | 381 to avoid conflicts with other evals.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | perlvaro.txt | 292 Provide informative "file" names for evals based on the place they were compiled.
|
H A D | perlvar.pod | 888 Provide informative "file" names for evals based on the place they were compiled.
|
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
H A D | perlvar-copy.pod | 1259 Provide informative "file" names for evals based on the place they were compiled.
|