| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 604 #define Check(C, ...) \ macro 624 Check(I.getOperand(i) != nullptr, "Operand is null", &I); in visit() 647 Check(!GV.isDeclaration() || GV.hasValidDeclarationLinkage(), in visitGlobalValue() 653 Check(A->value() <= Value::MaximumAlignment, in visitGlobalValue() 657 Check(!GV.hasAppendingLinkage() || isa<GlobalVariable>(GV), in visitGlobalValue() 662 Check(GVar && GVar->getValueType()->isArrayTy(), in visitGlobalValue() 667 Check(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV); in visitGlobalValue() 670 Check(!GV.hasHiddenVisibility(), in visitGlobalValue() 675 Check(GV.hasDefaultVisibility(), in visitGlobalValue() 677 Check(!GV.isDSOLocal(), "GlobalValue with DLLImport Storage is dso_local!", in visitGlobalValue() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | av_simple.t | 43 ok(3, $foo[0] eq 'hi', "Check assignment works"); 45 ok(4, $foo[0] eq 'bar', "Check overwriting works"); 46 ok(5, !defined $foo[1], "Check undef value"); 48 ok(6, $foo[2] eq "test", "Check extending the array works"); 49 ok(7, !defined $foo[1], "Check undef value again"); 50 ok(8, scalar(@foo) == 3, "Check the length of the array"); 51 ok(9,$#foo == 2, "Check last element of array"); 53 ok(10, $foo[0] eq "thread1", "Check that a value can be changed in another thread"); 55 ok(11, $foo[3] eq "another value", "Check that push works"); 61 ok(15, $foo[7] eq "thread2", "Check push in another thread"); [all …]
|
| H A D | hv_simple.t | 42 ok(2,$hash{"foo"} eq "bar","Check hash get"); 44 threads->create(sub { ok(3,$hash{"bar"} eq "thread1", "Check thread get and write")})->join(); 47 ok(4, $foo eq "thread1", "Check delete, want 'thread1' got '$foo'"); 49 ok(5, !defined $foo, "Check delete on empty value"); 51 ok(6, keys %hash == 1, "Check keys"); 55 ok(7, keys %hash == 4, "Check keys"); 69 ok(14, exists $hash{1}, "Check numeric key"); 72 ok(15, keys %hash == 0, "Check clear"); 74 ok(16, is_shared(%hash), "Check for sharing");
|
| H A D | hv_refs.t | 44 ok(2, !defined ${$foo{foo}}, "Check deref"); 46 ok(3, ${$foo{foo}} eq "test", "Check deref after assign"); 48 ok(4, $foo eq "test2", "Check after assign in another thread"); 57 ok(6, ${$foo{test}} eq "thread3", "Check reference created in another thread"); 60 ok(7, ${$foo{test}} eq "test", "Check reference"); 63 sprintf("Check we get the same thing (%x vs %x)", 73 ok(11, $hash1{hash}->{bar} eq "foo", "Check hash references work"); 75 ok(12, $hash1{hash}->{bar2} eq "foo2", "Check hash references work"); 77 ok(13, $hash1{hash}->{hash}->{thread} eq "yes", "Check hash created in another thread"); 106 ok(19, is_shared($foo), "Check for sharing"); [all …]
|
| H A D | sv_refs.t | 47 ok(3, $temp1 = $foo =~/SCALAR/, "Check that is a ref"); 48 ok(4, $$foo eq "foo", "Check that it points to the correct value"); 50 ok(5, $$foo eq "yeah", "Check that assignment works"); 52 ok(6, $$foo eq "yeah2", "Check that deref assignment works"); 54 ok(7, $$foo eq "yeah3", "Check that other thread assignment works"); 56 ok(8, $foo eq "artur", "Check that uncopupling the ref works"); 62 ok(9,$$$foo eq 'original', "Check reference chain"); 69 ok(10,$t1 eq 'bar',"Check that assign to a ROK works"); 71 ok(11, is_shared($foo), "Check for sharing");
|
| H A D | sv_simple.t | 49 ok(5,threads::shared::_refcnt($test) > $c, "Check that threadcount is correct"); 52 ok(7,threads::shared::_refcnt($test) == $c,"Check thrcnt is down properly"); 54 ok(8, length($test) == 6, "Check length code"); 56 ok(9, length($test) == 9, "Check length code after different thread modified it"); 58 ok(10, !defined($test), "Check undef value"); 60 ok(11, is_shared($test), "Check for sharing");
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
| H A D | empty2.C | 62 template <typename Cn, typename Dn> int Check (Dn const &ref) in Check() function 71 template <typename Bn, typename Cn> int Check () in Check() function 85 if (Check<B1, C1> ()) in main() 87 if (Check<B2, C2> ()) in main() 89 if (Check<B3, C3> ()) in main() 91 if (Check<B4, C4> ()) in main() 93 if (Check<B5, C5> ()) in main() 95 if (Check<B6, C6> ()) in main() 97 if (Check<B7, C7> ()) in main() 99 if (Check<B8, C8> ()) in main() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | 3both | 1 Check interaction of $^W and lexical 5 # Check interaction of $^W and use warnings 19 # Check interaction of $^W and use warnings 33 # Check interaction of $^W and use warnings 47 # Check interaction of $^W and use warnings 61 # Check interaction of $^W and use warnings 70 # Check interaction of $^W and use warnings 79 # Check interaction of $^W and use warnings 88 # Check interaction of $^W and use warnings 97 # Check interaction of $^W and use warnings [all …]
|
| H A D | 2use | 1 Check lexical warnings functionality 15 # Check compile time scope of pragma 26 # Check compile time scope of pragma 37 # Check runtime scope of pragma 48 # Check runtime scope of pragma 59 # Check runtime scope of pragma 82 # Check -negative import with no other args 91 # Check -negative import after turning all warnings on 102 # Check -negative import with an explicit import 112 # Check multiple -negative imports [all …]
|
| H A D | 5nolint | 99 # Check scope of pragma with eval 112 # Check scope of pragma with eval 126 # Check scope of pragma with eval 139 # Check scope of pragma with eval 153 # Check scope of pragma with eval 166 # Check scope of pragma with eval 180 # Check scope of pragma with eval 193 # Check scope of pragma with eval
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | arith.t | 3 Check that only one side of ternary operator is evaluated 21 Check that assignments not done on non-evaluated side of ternary 40 Check precidance of ternary operator vs assignment 51 Check precidance of ternary operator vs assignment 61 Check associativity of division operator 70 Check associativity of assignment-operator operator 82 Check octal notation (valid input) 94 Check octal notation (invalid input) 104 Check hex notation (valid input) 116 Check hex notation (invalid input) [all …]
|
| H A D | unclass2.t | 3 Check order of evaluation of expressions 16 Check option parsing in set 28 Check that exec exits for built-ins 40 Check the return value of while loops 77 Check that blank lines don't clear $? 94 Check that $? is preserved in subshells, includes, traps. 120 Check MAGIC character is stuffed correctly 129 Check suppresion of error message with null string. According to 142 Check c flag is set. 149 Check that prompt not printed when processing ENV [all …]
|
| H A D | bksl-nl.t | 10 Check that \newline is not collasped after # 21 Check that \newline is not collasped inside single quotes 34 Check that \newline is not collasped inside single quotes 47 Check interaction of aliases, single quotes and here-documents 72 Check what happens with backslash at end of input 88 Check that \newline is collasped before, in the middle of, and 101 Check that \newline is collasped in $ sequences 126 Check that \newline is collasped in $(..) and `...` sequences 152 Check that \newline is collasped in $((..)) sequences 175 Check that \newline is collasped in double quoted strings [all …]
|
| H A D | heredoc.t | 3 Check ordering/content of redundent here documents. 16 Check quoted here-doc is protected. 36 Check that newline isn't needed after heredoc-delimiter marker. 49 Check that an error occurs if the heredoc-delimiter is missing. 60 Check that backslash quotes a $, ` and \ and kills a \newline 86 Check that \newline in initial here-delim word doesn't imply 102 Check that double quoted $ expressions in here delimiters are 122 Check that double quoted escaped $ expressions in here 147 Check that heredoc temp files aren't removed too soon or too late. 172 Check that heredoc temp files aren't removed too soon or too late. [all …]
|
| H A D | alias.t | 3 Check that recursion is detected/avoided in aliases. 14 Check that recursion is detected/avoided in aliases. 27 Check that recursion is detected/avoided in aliases. 42 Check that alias expansion isn't done on keywords (in keyword 55 Check that alias expansion done after alias with trailing space. 69 Check that alias expansion done after alias with trailing space. 82 Check that alias expansion done after alias with trailing space 94 Check that newlines in an alias don't cause the command to be lost.
|
| H A D | trap.t | 4 # Check that I/O redirection failure triggers the ERR trap. 11 Check that restricted mode prevents valid redirections that may write. 52 # Check that the errexit option 55 # Check that traps are run in the same order in which they were triggered. 63 Check that EXIT runs under errexit even if ERR failed. 80 Check that errexit makes EXIT exit early. 95 Check that ERR runs under errexit if EXIT failed. 108 # Check that the errexit option does not interfere with signal handler traps. 113 Check that gracefully handling a signal is not treated as error. 129 Check that EXIT runs under errexit even if interrupt handling failed.
|
| H A D | unclass1.t | 3 Check that \<newline> works inside of ${} 14 Check that \<newline> works at the start of a here document 26 Check that \<newline> works at the end of a here document 38 Check that assignments in a command affect subsequent assignments 50 Check to see if exec sets it's environment correctly 59 Check to make sure exec doesn't change environment if a program
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 996 Check(S, SoftFail); in AddThumbPredicate() 1024 Check(S, SoftFail); in AddThumbPredicate() 1055 Check(S, SoftFail); in UpdateThumbVFPPredicate() 1088 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1097 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1112 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1150 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1165 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1174 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1200 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 170 #define Check(C, ...) \ macro 181 Check(F.hasName() || F.hasLocalLinkage(), in visitFunction() 195 Check(I.getCallingConv() == F->getCallingConv(), in visitCallBase() 202 Check(FT->isVarArg() ? FT->getNumParams() <= NumActualArgs in visitCallBase() 208 Check(FT->getReturnType() == I.getType(), in visitCallBase() 221 Check(Formal->getType() == Actual->getType(), in visitCallBase() 242 Check(Result != AliasResult::MustAlias && in visitCallBase() 271 Check(!isa<AllocaInst>(Obj), in visitCallBase() 302 Check(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase() 319 Check(AA->alias(MCII->getSource(), LS, MCII->getDest(), LS) != in visitCallBase() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | guarded_pool_allocator_fuchsia.cpp | 27 Check(Status == ZX_OK, "Failed to create Vmo"); in map() 33 Check(Status == ZX_OK, "Vmo mapping failed"); in map() 43 Check(Status == ZX_OK, "Vmo unmapping failed"); in unmap() 53 Check(Status == ZX_OK, "Failed to reserve guarded pool allocator memory"); in reserveGuardedPool() 62 Check(_zx_vmar_destroy(Vmar) == ZX_OK, "Failed to destroy a vmar"); in unreserveGuardedPool() 63 Check(_zx_handle_close(Vmar) == ZX_OK, "Failed to close a vmar"); in unreserveGuardedPool() 72 Check(Status == ZX_OK, "Failed to create vmo"); in allocateInGuardedPool() 84 Check(Status == ZX_OK, "Vmo mapping failed"); in allocateInGuardedPool() 96 Check(Status == ZX_OK, "Vmar unmapping failed"); in deallocateInGuardedPool()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 138 HelpText<"Check for logical errors for function calls and Objective-C " 144 "Check whether a called function pointer is null or " 150 "Check whether a function was called with the appropriate " 156 "Check whether the implicit this parameter is null or " 162 "Check whether the argument of operator delete is undefined", 167 "Check whether any of the pass-by-value parameters is " 173 "Check whether the pointee of a pass-by-reference or " 179 "Check whether the reciever in the message expression is nil", 184 "Check whether the reciever in the message expression is " 193 HelpText<"Check for dereferences of null pointers">, [all …]
|
| /openbsd-src/regress/sys/net/pf_fragment/ |
| H A D | Makefile | 139 @echo Check ping ${ip}: 146 @echo Check ping ${ip}6: 157 @echo Check ping ${ip}: 164 @echo Check ping ${ip}6: 170 @echo Check ping ${ip}6: 184 @echo Check path MTU to ${ip} 191 @echo Check path MTU to ${ip}6 204 @echo Check ICMP chksum in fragmentation needed to ${ip} 210 @echo Check ICMP6 chksum in packet too big to ${ip}6 216 @echo Check UDP chksum in packet too big to ${ip} [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 930 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern() 936 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern() 944 if (CheckTy == Check::CheckEmpty) { in parsePattern() 1231 if (CheckTy == Check::CheckEOF) in match() 1315 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match() 1447 Check::FileCheckType CheckTy, in ProcessMatchResult() 1611 const Check::FileCheckType &CheckTy, in FileCheckDiag() 1627 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() 1635 std::string Check::FileCheckType::getModifiersDescription() const { in getModifiersDescription() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | err.t | 26 # Check that thread returns 'undef' 30 # Check error 44 # Check that thread returns 'undef' 48 # Check that error object is retrieved 53 # Check that another thread can reference the error object 56 # Check that thread returns 'undef' 60 # Check that the rethrown error object is retrieved
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | item-fonts | 7 =item 1. Check fonts in @CARP_NOT test. 12 .ie n .IP "1. Check fonts in @CARP_NOT test." 4 13 .el .IP "1. Check fonts in \f(CW@CARP_NOT\fR test." 4 14 .IX Item "1. Check fonts in @CARP_NOT test."
|