Home
last modified time | relevance | path

Searched refs:errorIf (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/czipwith-1.0.1.3/src-test/
H A DTest.hs56 errorIf
67 errorIf
72 errorIf (x2 /= x5) $ return ()
74 errorIf (x6 /= B (Const True) (Const True) (A (Const True) (Const True)))
78 errorIf :: Bool -> a -> a
79 errorIf False = id function
80 errorIf True = error "errorIf" function
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dstatus.go49 errorIf(err *probe.Error, msg string) methodSpec
140 func (qs *QuietStatus) errorIf(err *probe.Error, msg string) { func
141 errorIf(err, msg)
239 func (ps *ProgressStatus) errorIf(err *probe.Error, msg string) { func
242 errorIf(err, msg)
H A Drm-main.go269 errorIf(pErr.Trace(url), "Failed to remove `"+url+"`.")
280 errorIf(pErr.Trace(url), "Unable to stat `"+url+"`.")
304 errorIf(pErr.Trace(url), "Invalid argument `"+url+"`.")
319 errorIf(pErr.Trace(url), "Failed to remove `"+url+"`.")
343 errorIf(pErr.Trace(url), "Failed to remove `"+url+"` recursively.")
373 errorIf(content.Err.Trace(url), "Failed to remove `"+url+"` recursively.")
415 errorIf(pErr.Trace(content.URL.Path), "Failed to remove `"+content.URL.Path+"`.")
467 errorIf(pErr.Trace(urlString), "Failed to remove `"+urlString+"`.")
495 errorIf(pErr.Trace(content.URL.Path), "Failed to remove `"+content.URL.Path+"`.")
510 errorIf(pErr.Trace(url), "Failed to remove `"+url+"` recursively.")
[all …]
H A Dfind.go75 errorIf(probe.NewError(e).Trace(pattern, path), "Unable to match with input pattern.")
99 errorIf(probe.NewError(e).Trace(pattern), "Unable to regex match with input pattern.")
163 errorIf(probe.NewError(e).Trace(event.Time), "Unable to parse event time.")
177 errorIf(err, "Unable to watch for events.")
258 errorIf(content.Err.Trace(ctx.clnt.GetURL().String()), "Unable to list broken link.")
261 errorIf(content.Err.Trace(ctx.clnt.GetURL().String()), "Unable to list too many levels link.")
264 errorIf(content.Err.Trace(ctx.clnt.GetURL().String()), "Unable to list folder.")
267 errorIf(content.Err.Trace(ctx.clnt.GetURL().String()), "Unable to list folder.")
H A Dmb-main.go135 errorIf(err.Trace(targetURL), "Invalid target `"+targetURL+"`.")
148errorIf(err.Trace(targetURL), "Unable to make bucket, please use `mc mb %s/<your-bucket-name>`.", …
150 errorIf(err.Trace(targetURL), "Unable to make prefix, please use `mc mb %s/`.", targetURL)
152 errorIf(err.Trace(targetURL), "Unable to make bucket `"+targetURL+"`.")
H A Dls.go220 errorIf(content.Err.Trace(clnt.GetURL().String()), "Unable to list broken link.")
223 errorIf(content.Err.Trace(clnt.GetURL().String()), "Unable to list too many levels link.")
226 errorIf(content.Err.Trace(clnt.GetURL().String()), "Unable to list folder.")
229 errorIf(content.Err.Trace(clnt.GetURL().String()), "Unable to list folder.")
232 errorIf(content.Err.Trace(clnt.GetURL().String()), "Unable to list folder.")
H A Dlegalhold-set.go103 errorIf(err.Trace(urlStr), "Failed to set legal hold on `"+urlStr+"` successfully")
129 errorIf(content.Err.Trace(clnt.GetURL().String()), "Unable to list folder.")
142 errorIf(content.Err.Trace(clnt.GetURL().String()), "Invalid URL")
148errorIf(probeErr.Trace(content.URL.Path), "Failed to set legal hold on `"+content.URL.Path+"` succ…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/brittany-0.13.1.1/src/Language/Haskell/Brittany/Internal/
H A DPreludeUtils.hs54 errorIf :: Bool -> a -> a
55 errorIf False = id function
56 errorIf True = error "errorIf" function
/dports/devel/websvn/websvn-2.6.1/include/
H A Dcommand.php116 function runCommand($cmd, $mayReturnNothing = false, &$errorIf = 'NOT_USED') { argument
171 if ($errorIf != 'NOT_USED') {
172 $errorIf = $error;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
62 errorIf(0); in runIf()
63 errorIf(1); // expected-error{{oh no}} in runIf()
119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function
125 errorIf<0>(0); in runIf()
126 errorIf<0>(1); // expected-error{{oh no}} in runIf()

12