Home
last modified time | relevance | path

Searched refs:forget (Results 1 – 25 of 8687) sorted by relevance

12345678910>>...348

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dforget_ref.stderr4 LL | forget(&SomeStruct);
11 LL | forget(&SomeStruct);
17 LL | forget(&owned);
23 LL | forget(&owned);
29 LL | forget(&&owned);
35 LL | forget(&&owned);
41 LL | forget(&mut owned);
47 LL | forget(&mut owned);
65 LL | forget(reference2);
89 LL | forget(&val);
[all …]
H A Dforget_ref.rs5 use std::mem::forget;
10 forget(&SomeStruct); in main()
13 forget(&owned); in main()
14 forget(&&owned); in main()
15 forget(&mut owned); in main()
16 forget(owned); //OK in main()
19 forget(&*reference1); in main()
22 forget(reference2); in main()
25 forget(reference3); in main()
30 forget(&val); in test_generic_fn_forget()
[all …]
H A Ddrop_forget_copy.rs4 use std::mem::{drop, forget};
39 forget(s1); in main()
40 forget(s2); in main()
41 forget(s3); in main()
42 forget(s4); in main()
43 forget(s5); in main()
60 forget(a2); in main()
62 forget(a3); in main()
63 forget(a4); in main()
65 forget(a5); in main()
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/alpha/tests/
H A DTestNonStdMove.cpp41 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_same_type()
48 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_implicit_cast()
55 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_different_template()
67 b = a.forget(); in test_assign_already_addrefed()
72 already_AddRefed<RefCountedDerived> b = a.forget(); in test_construct_already_addrefed()
77 RefPtr<RefCountedBase> b = a.forget(); // expected-warning {{non-standard move construction}} in test_construct_same_type()
82 RefPtr<RefCountedBase> b = a.forget(); // expected-warning {{non-standard move construction}} in test_construct_implicit_cast()
107 already_AddRefed<RefCountedBase> b = a.forget(); in test_construct_result_type()
112 already_AddRefed<RefCountedBase> b = a.forget(); in test_construct_implicitly_cast_result_type()
119 foo(a.forget()); in test_call_with_result_type()
[all …]
/dports/www/firefox/firefox-99.0/build/clang-plugin/alpha/tests/
H A DTestNonStdMove.cpp41 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_same_type()
48 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_implicit_cast()
55 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_different_template()
67 b = a.forget(); in test_assign_already_addrefed()
72 already_AddRefed<RefCountedDerived> b = a.forget(); in test_construct_already_addrefed()
77 RefPtr<RefCountedBase> b = a.forget(); // expected-warning {{non-standard move construction}} in test_construct_same_type()
82 RefPtr<RefCountedBase> b = a.forget(); // expected-warning {{non-standard move construction}} in test_construct_implicit_cast()
107 already_AddRefed<RefCountedBase> b = a.forget(); in test_construct_result_type()
112 already_AddRefed<RefCountedBase> b = a.forget(); in test_construct_implicitly_cast_result_type()
119 foo(a.forget()); in test_call_with_result_type()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/alpha/tests/
H A DTestNonStdMove.cpp41 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_same_type()
48 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_implicit_cast()
55 b = a.forget(); // expected-warning {{non-standard move assignment}} in test_assign_different_template()
67 b = a.forget(); in test_assign_already_addrefed()
72 already_AddRefed<RefCountedDerived> b = a.forget(); in test_construct_already_addrefed()
77 RefPtr<RefCountedBase> b = a.forget(); // expected-warning {{non-standard move construction}} in test_construct_same_type()
82 RefPtr<RefCountedBase> b = a.forget(); // expected-warning {{non-standard move construction}} in test_construct_implicit_cast()
107 already_AddRefed<RefCountedBase> b = a.forget(); in test_construct_result_type()
112 already_AddRefed<RefCountedBase> b = a.forget(); in test_construct_implicitly_cast_result_type()
119 foo(a.forget()); in test_call_with_result_type()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsComputedDOMStyle.cpp530 return sc.forget(); in GetStyleContextForElementNoFlush()
818 return val.forget(); in GetPropertyCSSValue()
904 return val.forget(); in DoGetBinding()
913 return val.forget(); in DoGetClear()
922 return val.forget(); in DoGetFloat()
937 return val.forget(); in DoGetStackSizing()
978 return val.forget(); in DoGetColor()
988 return val.forget(); in DoGetColorAdjust()
996 return val.forget(); in DoGetOpacity()
1012 return val.forget(); in DoGetColumnCount()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsComputedDOMStyle.cpp1125 return val.forget(); in GetPropertyCSSValue()
1219 return val.forget(); in DoGetBinding()
1226 return val.forget(); in DoGetClear()
1233 return val.forget(); in DoGetFloat()
1244 return val.forget(); in DoGetStackSizing()
1274 return val.forget(); in DoGetColor()
1281 return val.forget(); in DoGetColorAdjust()
1287 return val.forget(); in DoGetOpacity()
1301 return val.forget(); in DoGetColumnCount()
1310 return val.forget(); in DoGetColumnWidth()
[all …]
/dports/devel/R-cran-remotes/remotes/R/
H A Dbioc-standalone.R122 get_yaml_config <- function(forget = FALSE) { argument
123 if (forget || is.null(yaml_config)) {
142 if (forget || is.null(release_version)) {
143 yaml <- get_yaml_config(forget)
153 if (forget || is.null(devel_version)) {
154 yaml <- get_yaml_config(forget)
163 get_version_map <- function(forget = FALSE) { argument
164 if (forget || is.null(version_map)) {
165 txt <- get_yaml_config(forget)
212 map <- get_version_map(forget = forget)
[all …]
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Dbioc.R123 get_yaml_config <- function(forget = FALSE) { argument
124 if (forget || is.null(yaml_config)) {
143 if (forget || is.null(release_version)) {
144 yaml <- get_yaml_config(forget)
154 if (forget || is.null(devel_version)) {
155 yaml <- get_yaml_config(forget)
164 get_version_map <- function(forget = FALSE) { argument
165 if (forget || is.null(version_map)) {
166 txt <- get_yaml_config(forget)
213 map <- get_version_map(forget = forget)
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Dbusy.test29 tk busy forget .
35 tk busy forget .
43 tk busy forget .f
52 tk busy forget .f
61 tk busy forget .f
70 tk busy forget .f
85 tk busy forget .
91 tk busy forget .
97 tk busy forget .
103 tk busy forget .
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dpkg.test33 package forget t
37 package forget t
42 package forget t
47 package forget t
52 package forget t
58 package forget t
68 package forget t
75 package forget t
84 package forget t
93 package forget t
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dbusy.test30 tk busy forget .
37 tk busy forget .
46 tk busy forget .f
56 tk busy forget .f
66 tk busy forget .f
76 tk busy forget .f
92 tk busy forget .
99 tk busy forget .
105 tk busy forget .
111 tk busy forget .
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGPathElement.cpp66 return pathSeg.forget(); in CreateSVGPathSegClosePath()
72 return pathSeg.forget(); in CreateSVGPathSegMovetoAbs()
78 return pathSeg.forget(); in CreateSVGPathSegMovetoRel()
84 return pathSeg.forget(); in CreateSVGPathSegLinetoAbs()
90 return pathSeg.forget(); in CreateSVGPathSegLinetoRel()
101 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicAbs()
110 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicRel()
119 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticAbs()
128 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticRel()
137 return pathSeg.forget(); in CreateSVGPathSegArcAbs()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGPathElement.cpp65 return pathSeg.forget(); in CreateSVGPathSegClosePath()
71 return pathSeg.forget(); in CreateSVGPathSegMovetoAbs()
77 return pathSeg.forget(); in CreateSVGPathSegMovetoRel()
83 return pathSeg.forget(); in CreateSVGPathSegLinetoAbs()
89 return pathSeg.forget(); in CreateSVGPathSegLinetoRel()
100 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicAbs()
109 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicRel()
118 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticAbs()
127 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticRel()
136 return pathSeg.forget(); in CreateSVGPathSegArcAbs()
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dpackage.test84 package forget t
88 package forget t
94 package forget t
100 package forget t
106 package forget t
112 package forget t
122 package forget t
130 package forget t
140 package forget t
150 package forget t
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGPathElement.cpp101 return point.forget(); in GetPointAtLength()
114 return pathSeg.forget(); in CreateSVGPathSegClosePath()
121 return pathSeg.forget(); in CreateSVGPathSegMovetoAbs()
128 return pathSeg.forget(); in CreateSVGPathSegMovetoRel()
135 return pathSeg.forget(); in CreateSVGPathSegLinetoAbs()
142 return pathSeg.forget(); in CreateSVGPathSegLinetoRel()
153 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicAbs()
162 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicRel()
171 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticAbs()
180 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticRel()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGPathElement.cpp79 return pathSeg.forget(); in CreateSVGPathSegClosePath()
85 return pathSeg.forget(); in CreateSVGPathSegMovetoAbs()
91 return pathSeg.forget(); in CreateSVGPathSegMovetoRel()
97 return pathSeg.forget(); in CreateSVGPathSegLinetoAbs()
103 return pathSeg.forget(); in CreateSVGPathSegLinetoRel()
114 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicAbs()
123 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicRel()
132 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticAbs()
141 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticRel()
150 return pathSeg.forget(); in CreateSVGPathSegArcAbs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGPathElement.cpp79 return pathSeg.forget(); in CreateSVGPathSegClosePath()
85 return pathSeg.forget(); in CreateSVGPathSegMovetoAbs()
91 return pathSeg.forget(); in CreateSVGPathSegMovetoRel()
97 return pathSeg.forget(); in CreateSVGPathSegLinetoAbs()
103 return pathSeg.forget(); in CreateSVGPathSegLinetoRel()
114 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicAbs()
123 return pathSeg.forget(); in CreateSVGPathSegCurvetoCubicRel()
132 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticAbs()
141 return pathSeg.forget(); in CreateSVGPathSegCurvetoQuadraticRel()
150 return pathSeg.forget(); in CreateSVGPathSegArcAbs()
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dpackage.test90 package forget t
94 package forget t
100 package forget t
106 package forget t
112 package forget t
118 package forget t
128 package forget t
136 package forget t
146 package forget t
156 package forget t
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/eme/
H A DMediaKeySession.cpp210 return promise.forget(); in GenerateRequest()
220 return promise.forget(); in GenerateRequest()
234 return promise.forget(); in GenerateRequest()
246 return promise.forget(); in GenerateRequest()
261 return promise.forget(); in GenerateRequest()
284 return promise.forget(); in GenerateRequest()
308 return promise.forget(); in GenerateRequest()
382 return promise.forget(); in Load()
436 return promise.forget(); in Update()
482 return promise.forget(); in Close()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/eme/
H A DMediaKeySession.cpp211 return promise.forget(); in GenerateRequest()
221 return promise.forget(); in GenerateRequest()
235 return promise.forget(); in GenerateRequest()
247 return promise.forget(); in GenerateRequest()
262 return promise.forget(); in GenerateRequest()
285 return promise.forget(); in GenerateRequest()
309 return promise.forget(); in GenerateRequest()
384 return promise.forget(); in Load()
438 return promise.forget(); in Update()
485 return promise.forget(); in Close()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/eme/
H A DMediaKeySession.cpp210 return promise.forget(); in GenerateRequest()
220 return promise.forget(); in GenerateRequest()
234 return promise.forget(); in GenerateRequest()
246 return promise.forget(); in GenerateRequest()
261 return promise.forget(); in GenerateRequest()
284 return promise.forget(); in GenerateRequest()
308 return promise.forget(); in GenerateRequest()
382 return promise.forget(); in Load()
436 return promise.forget(); in Update()
482 return promise.forget(); in Close()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/eme/
H A DMediaKeySession.cpp210 return promise.forget(); in GenerateRequest()
220 return promise.forget(); in GenerateRequest()
234 return promise.forget(); in GenerateRequest()
246 return promise.forget(); in GenerateRequest()
261 return promise.forget(); in GenerateRequest()
284 return promise.forget(); in GenerateRequest()
308 return promise.forget(); in GenerateRequest()
382 return promise.forget(); in Load()
436 return promise.forget(); in Update()
482 return promise.forget(); in Close()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/eme/
H A DMediaKeySession.cpp211 return promise.forget(); in GenerateRequest()
223 return promise.forget(); in GenerateRequest()
239 return promise.forget(); in GenerateRequest()
253 return promise.forget(); in GenerateRequest()
270 return promise.forget(); in GenerateRequest()
295 return promise.forget(); in GenerateRequest()
319 return promise.forget(); in GenerateRequest()
399 return promise.forget(); in Load()
459 return promise.forget(); in Update()
509 return promise.forget(); in Close()
[all …]

12345678910>>...348