| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 16 fun:dfsan_get_label=custom 28 fun:dfsan_set_write_callback=custom 42 fun:dfsan_get_origin=custom 229 fun:_dl_get_tls_static_info=custom 230 fun:clock_gettime=custom 231 fun:dlopen=custom 232 fun:epoll_wait=custom 233 fun:fgets=custom 234 fun:fstat=custom 235 fun:getcwd=custom [all …]
|
| H A D | dfsan_flags.inc | 28 "applies only to the custom functions defined in 'custom.c'.")
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/ |
| H A D | SubclassTest.pm | 20 sub make_source { shift->SUPER::make_source(@_)->custom } # deprecated 23 shift->SUPER::make_perl_source(@_)->custom; 25 sub make_grammar { shift->SUPER::make_grammar(@_)->custom } 26 sub make_iterator { shift->SUPER::make_iterator(@_)->custom } # deprecated 27 sub make_result { shift->SUPER::make_result(@_)->custom }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
| H A D | get-02.txt | 7 X-Custom: This is a custom header 8 x-lower: This is a lower-case custom header 17 X-Custom: This is a custom header 18 x-lower: This is a lower-case custom header
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/t/ |
| H A D | 01base.t | 30 isa_ok($l, 'Time::Piece', 'custom localtime via new'); 34 isa_ok($l, 'Time::Piece', 'custom localtime via new again'); 38 isa_ok($l, 'Time::Piece', 'custom localtime via clone'); 43 isa_ok($g, 'Time::Piece', 'custom gmtime via clone');
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | sub_mbi.t | 20 # Now do custom tests for Subclass itself 23 is($ms->{_custom}, 1, '$ms has custom attribute \$ms->{_custom}'); 31 is($ms->{_custom}, 1, '$ms has custom attribute $ms->{_custom}');
|
| H A D | sub_mbf.t | 20 # Now do custom tests for Subclass itself 23 is($ms->{_custom}, 1, '$ms has custom attribute \$ms->{_custom}'); 33 is($ms->{_custom}, 1, '$ms has custom attribute $ms->{_custom}');
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/feature/ |
| H A D | bundle | 72 BEGIN { *say = *state = *given = sub { print "custom sub\n" }; } 78 custom sub 79 custom sub 80 custom sub
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.inc | 95 "Controls custom tool's " #signal " handler (0 - do not registers the " \ 205 "If set, uses custom wrappers for strstr and strcasestr functions " 208 "If set, uses custom wrappers for strspn and strcspn function " 211 "If set, uses a custom wrapper for the strtok function " 214 "If set, uses custom wrappers for strpbrk function " 218 "If set, uses custom wrappers for strcmp functions to find more errors.") 220 "If set, uses custom wrappers for strlen and strnlen functions " 223 "If set, uses custom wrappers for strndup functions " 226 "If set, uses custom wrappers for strchr, strchrnul, and strrchr " 229 "If set, uses custom wrappers for memcmp function " [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | meta-obj.t | 172 is( $meta->custom('x_authority'), 'cpan:FLORA', "->custom(X)" ); 174 is_deeply( $meta->custom('X_deep'), $distmeta->{'X_deep'}, 175 "->custom(X) [is_deeply]" 178 isnt( $meta->custom('X_deep'), $distmeta->{'X_deep'}, 179 "->custom(x) [is a deep clone]"
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | NoexceptPolicy.rst | 11 Second, user-provided functions, such as custom predicates or custom
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | bugpoint.rst | 128 **--run-{int,jit,llc,custom}** 133 custom command (see **--exec-command**) respectively. 135 **--safe-{llc,custom}** 142 static native code compiler, or a custom command, (see **--exec-command**) 148 This option defines the command to use with the **--run-custom** and 149 **--safe-custom** options to execute the bitcode testcase. This can 154 This option defines the command to use with the **--compile-custom** 177 **--safe-{int,jit,llc,custom}**
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BugpointRedesign.md | 43 to bugpoint’s current `-compile-custom` option, which lets the user run a 44 custom script. 58 would be passed as a parameter to the test, similar how `-compile-custom` 100 and most of the time the user ends up using a custom script. Pruning and
|
| H A D | RISCVUsage.rst | 155 … ISA specification. In particular, we expect to eventually accept both `custom` extensions and `n… 164 …Tx-family custom instructions specification <https://github.com/ventanamicro/ventana-custom-extens… 167 …LLVM implements `version 1.0.0 of the THeadV-family custom instructions specification <https://git…
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/ |
| H A D | BuildingAJIT4.rst | 16 chapter introduces custom MaterializationUnits and Layers, and the lazy 18 from `Chapter 3 <BuildingAJIT3.html>`_ with a custom lazy-JITing scheme that JITs
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | fuzzing.rst | 52 …t will both build the fuzzers and then run them immediately after. These custom targets run each f… 54 To run the custom ninja targets, run the command for your desired fuzzer: 67 When running the fuzzers using the custom ninja targets shown above, the inputs will be stored in `…
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/ |
| H A D | MyCustom.pm | 7 sub custom { subroutine
|
| H A D | MySourceHandler.pm | 34 $class->custom;
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | inccode.t | 351 $INC{$filename} = "/custom/path/to/$filename"; 357 '/custom/path/to/Publius/Vergilius/Maro.pm', '%INC set correctly'); 358 is( our $file, '/custom/path/to/Publius/Vergilius/Maro.pm', 364 like( $warning, qr{something's wrong at /custom/path/to/Publius/Vergilius/Maro.pm}, 'warn() reports correct file source' );
|
| /openbsd-src/gnu/llvm/clang/cmake/modules/ |
| H A D | AddClang.cmake | 9 # Generates a custom command for invoking tblgen as 13 # and, if cmake-target-name is provided, creates a custom target for 14 # executing the custom command depending on output-file. It is
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Eo/ |
| H A D | unclosed.out_markdown | 5 **Eo-unclosed** - unclosed custom enclosure block
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | PACKAGING | 34 You can advertise your custom local patches by using patchlevel.h as a 39 perl -x patchlevel.h "This is a custom patch"
|
| /openbsd-src/gnu/usr.bin/binutils/config/ |
| H A D | mh-mingw32 | 6 # custom installation rules for mingw32 (append .exe to binaries, etc.)
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/ |
| H A D | lit.cfg | 6 config.name = 'custom-result-category'
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/ |
| H A D | lit.cfg | 9 config.name = 'custom-parsers'
|