| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
| H A D | pretty1.C | 20 void Verify (char const *ptr) in Verify() function 28 X() { Verify (__PRETTY_FUNCTION__); } in X() 29 ~X() { Verify (__PRETTY_FUNCTION__); } in ~X()
|
| /openbsd-src/gnu/usr.bin/perl/lib/feature/ |
| H A D | unicode_strings.t | 105 display("$cp: $phrase: Verify uc($to_upper) eq $expected_upper")); 107 display("$cp: $phrase: Verify lc($to_lower) eq $expected_lower")); 112 display("$cp: $phrase: Verify ucfirst($to_upper) eq $expected_title")); 115 display("$cp: $phrase: Verify lcfirst($to_lower) eq $expected_lcfirst")); 132 display("$cp: $phrase: Verify uc($to_upper) eq $expected_upper")); 134 display("$cp: $phrase: Verify lc($to_lower) eq $expected_lower")); 139 display("$cp: $phrase: Verify ucfirst($to_upper) eq $expected_title")); 142 display("$cp: $phrase: Verify lcfirst($to_lower) eq $expected_lcfirst")); 216 my $prefix = "in uni8bit; Verify chr(0x$hex_i)"; 224 $prefix = "no uni8bit; Verify chr(0x$hex_i)"; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | down-mbi-up-mbf.t | 28 # Verify that the result is upgraded to a Math::BigFloat. 33 # Verify that the result is downgraded to a Math::BigInt. 49 # Verify that the result is upgraded to a Math::BigRat. 54 # Verify that the result is downgraded to a Math::BigInt.
|
| H A D | down-undef-up-mbf.t | 28 # Verify that the result is upgraded to a Math::BigFloat. 34 # Verify that the result is not downgraded to a Math::BigInt.
|
| H A D | down-mbi-up-mbr.t | 35 # Verify that the result is upgraded to a Math::BigRat. 40 # Verify that the result is downgraded to a Math::BigInt.
|
| H A D | down-mbi-up-undef.t | 35 # Verify that the result is not upgraded to a Math::BigFloat. 41 # Verify that the result is downgraded to a Math::BigInt.
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | shared-substs-1.txt | 8 # Next, modify substs that would affect the above. Verify they are set locally. 16 # there's no redefinition complaint because they left it behind. Verify it is
|
| H A D | shared-substs-0.txt | 8 # Next, modify substs that would affect the above. Verify they are set locally. 16 # there's no redefinition complaint because they left it behind. Verify it is
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 116 DWARFVerify Verify = DWARFVerify::None; member 259 if (opt::Arg *Verify = Args.getLastArg(OPT_verify_dwarf)) { in getVerifyKind() local 260 StringRef S = Verify->getValue(); in getVerifyKind() 288 if (Expected<DWARFVerify> Verify = getVerifyKind(Args)) { in getOptions() local 289 Options.Verify = *Verify; in getOptions() 291 return Verify.takeError(); in getOptions() 296 flagIsSet(Options.Verify, DWARFVerify::Input); in getOptions() 687 bool VerifyOutput = flagIsSet(Options.Verify, DWARFVerify::Output); in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 489 void setVerifyModules(bool Verify) { in setVerifyModules() argument 490 VerifyModules = Verify; in setVerifyModules() 631 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules() argument 632 VerifyModules = Verify; in setVerifyModules()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | README.txt | 14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might 28 6. Verify and fix (if needed) how's stuff playing with i32 / i64.
|
| /openbsd-src/regress/usr.bin/openssl/ |
| H A D | appstest.sh | 1064 # Verify 1480 grep 'Verify return code: 0 (ok)' $s_client_out > /dev/null 1540 grep 'Verify return code: 0 (ok)' $s_client_out > /dev/null 1565 grep 'Verify return code: 0 (ok)' $s_client_out > /dev/null 1582 grep 'Verify return code: 0 (ok)' $s_client_out > /dev/null 1639 grep 'Verify return code: 0 (ok)' $s_client_out > /dev/null 1855 grep 'Verify return code: 0 (ok)' $s_client_out > /dev/null
|
| /openbsd-src/share/misc/ |
| H A D | scsi_modes | 207 # Verify Error Recovery Page 214 {Verify Retry Count} i1 215 {Verify Correction Span} i1 221 {Verify Recovery Time Limit} i2
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 47 assert(Verify() && "verification failed"); in CompilerType() 93 assert(Verify() && "verification failed"); in CompilerType() 479 bool Verify() const;
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
| H A D | lit.cfg | 3 # Verify that the site configuration was loaded.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.h | 42 bool Verify = false; member
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | charnames.t | 316 … ok(! defined charnames::vianame("U+100"), "Verify vianame \\N{U+100} is undef under 'use bytes'"); 317 …ok($warning_count == scalar @WARN - 1 && $WARN[-1] =~ /above 0xFF/, "Verify vianame gives appropri… 320 …ok(! defined charnames::string_vianame("GOTHIC LETTER AHSA"), "Verify string_vianame(\"GOTHIC LETT… 1045 is("\N{latincapitallettera}", "A", "Verify that loose matching works"); 1046 cmp_ok("\N{high-qa}", "==", chr(0x1980), "Verify that loose script list matching works"); 1047 …is(charnames::string_vianame("O-i"), chr(0x10426), "Verify that loose script list matching works w… 1048 …is(charnames::vianame("o i"), 0x1044E, "Verify that loose script list matching works with vianame"… 1051 …like($@, qr/Unknown charname 'latincapitallettera'/, "Verify that loose matching caching doesn't l…
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | mbimbf.inc | 977 note "Verify that bnan() does not delete/undefine accuracy and precision."; 989 note "Verify that binf() does not delete/undefine accuracy and precision."; 1001 note "Verify that accuracy can be set as argument to new()."; 1007 note "Verify that precision can be set as argument to new()."; 1013 note "Verify that accuracy set with new() is preserved after calling bzero()."; 1019 note "Verify that precision set with new() is preserved after calling bzero()."; 1025 note "Verify that accuracy set with new() is preserved after calling bone()."; 1031 note "Verify that precision set with new() is preserved after calling bone()."; 1037 note "Verify that accuracy can be set with instance method bone('+')."; 1044 note "Verify tha [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | upper.t | 13 'Verify moves YPOGEGRAMMENI');
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/ |
| H A D | 01_Module_Load_Conditional.t | 46 ok( $rv->{uptodate}, q[Verify self] ); 107 q[Verify out of date module] 115 q[Verify any module] 123 q[Verify non-existent module]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 91 bool PHITransAddr::Verify() const { in Verify() function in PHITransAddr 318 assert(Verify() && "Invalid PHITransAddr!"); in PHITranslateValue() 323 assert(Verify() && "Invalid PHITransAddr!"); in PHITranslateValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 15 // TODO Verify C convention follows SysV M68K ABI 42 /// TODO: Verify its functionality and write tests
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ |
| H A D | ireland.t | 23 # Verify comments/blank lines ignored in state data
|
| /openbsd-src/gnu/llvm/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 44 Verify( "verify" variable 219 if (Verify) { in main()
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | TODO.TXT | 17 * Convert failure tests to use Clang Verify.
|