Home
last modified time | relevance | path

Searched refs:Verify (Results 1 – 25 of 137) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dpretty1.C20 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 Dunicode_strings.t105 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 Ddown-mbi-up-mbf.t28 # 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 Ddown-undef-up-mbf.t28 # Verify that the result is upgraded to a Math::BigFloat.
34 # Verify that the result is not downgraded to a Math::BigInt.
H A Ddown-mbi-up-mbr.t35 # Verify that the result is upgraded to a Math::BigRat.
40 # Verify that the result is downgraded to a Math::BigInt.
H A Ddown-mbi-up-undef.t35 # 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 Dshared-substs-1.txt8 # 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 Dshared-substs-0.txt8 # 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 Ddsymutil.cpp116 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 DExecutionEngine.h489 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 DREADME.txt14 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 Dappstest.sh1064 # 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 Dscsi_modes207 # 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 DCompilerType.h47 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 Dlit.cfg3 # Verify that the site configuration was loaded.
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DOptions.h42 bool Verify = false; member
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dcharnames.t316 … 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 Dmbimbf.inc977 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 Dupper.t13 'Verify moves YPOGEGRAMMENI');
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/
H A D01_Module_Load_Conditional.t46 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 DPHITransAddr.cpp91 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 DM68kCallingConv.td15 // 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 Direland.t23 # Verify comments/blank lines ignored in state data
/openbsd-src/gnu/llvm/llvm/utils/yaml-bench/
H A DYAMLBench.cpp44 Verify( "verify" variable
219 if (Verify) { in main()
/openbsd-src/gnu/llvm/libcxx/
H A DTODO.TXT17 * Convert failure tests to use Clang Verify.

123456