Home
last modified time | relevance | path

Searched refs:immut (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/test/unittests/wasm/
H A Dsubtyping-unittest.cc21 FieldInit immut(ValueType type) { return FieldInit(type, false); } in immut() function
56 /* 0 */ DefineStruct(module, {mut(ref(2)), immut(optRef(2))}); in TEST_F()
57 /* 1 */ DefineStruct(module, {mut(ref(2)), immut(ref(2))}); in TEST_F()
58 /* 2 */ DefineArray(module, immut(ref(0))); in TEST_F()
59 /* 3 */ DefineArray(module, immut(ref(1))); in TEST_F()
61 {mut(ref(2)), immut(ref(3)), immut(kWasmF64)}); in TEST_F()
62 /* 5 */ DefineStruct(module, {mut(optRef(2)), immut(ref(2))}); in TEST_F()
64 /* 7 */ DefineArray(module, immut(kWasmI32)); in TEST_F()
65 /* 8 */ DefineStruct(module, {mut(kWasmI32), immut(optRef(8))}); in TEST_F()
66 /* 9 */ DefineStruct(module, {mut(kWasmI32), immut(optRef(8))}); in TEST_F()
/dports/devel/splint/splint-3.1.2/test/
H A Drepexpose.lcl2 immutable type immut ;
13 dependent char *immut_name (immut im) { }
14 void abst_setIm (abst a, immut im) { }
15 immut abst_getIm (abst a) { }
H A Drepexpose.lh.expect12 extern /*@dependent@*/ char *immut_name (immut /* im */);
13 extern void abst_setIm (abst /* a */, immut /* im */);
14 extern immut abst_getIm (abst /* a */);
H A Drepexpose.c49 /*@dependent@*/ char *immut_name (immut im) in immut_name()
55 void abst_setIm (abst a, immut im) in abst_setIm()
61 immut abst_getIm (abst a) in abst_getIm()
H A Drepexpose.h9 } *immut; typedef
16 immut im;
/dports/misc/lifelines/lifelines-3.1.1/src/btree/
H A Dopnbtree.c116 bt_openbtree (STRING dir, BOOLEAN cflag, INT writ, BOOLEAN immut, INT *lldberr) in bt_openbtree() argument
136 if (!cflag || !writ || immut) { in bt_openbtree()
186 dbmode = immut ? LLREADBINARY : LLREADBINARYUPDATE; in bt_openbtree()
188 if (!immut && writ<2) { in bt_openbtree()
190 immut = TRUE; in bt_openbtree()
208 immut = TRUE; /* keyfile contains the flag for immutable access only */ in bt_openbtree()
210 if (!immut) { in bt_openbtree()
256 bwrite(btree) = !immut && writ && (kfile1.k_ostat == -1); in bt_openbtree()
257 bimmut(btree) = immut; /* includes case that ostat is -2 */ in bt_openbtree()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/management/Introspector/
H A DChangingNotifsTest.java79 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
80 boolean immutable = (immut != null && immut.equals("true")); in test()
82 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/Introspector/
H A DChangingNotifsTest.java78 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
79 boolean immutable = (immut != null && immut.equals("true")); in test()
81 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/Introspector/
H A DChangingNotifsTest.java78 String immut = (String) d.getFieldValue("immutableInfo"); in test() local
79 boolean immutable = (immut != null && immut.equals("true")); in test()
81 fail(what + " has immutableInfo=" + immut + ", should be " + in test()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/borrowck/
H A Dimmut-function-arguments.stderr2 --> $DIR/immut-function-arguments.rs:2:5
10 --> $DIR/immut-function-arguments.rs:6:35
H A Dborrowck-auto-mut-ref-to-immut-var.stderr2 --> $DIR/borrowck-auto-mut-ref-to-immut-var.rs:15:5
H A Dissue-83309-ice-immut-in-for-loop.stderr2 --> $DIR/issue-83309-ice-immut-in-for-loop.rs:11:9
H A Dborrowck-borrow-immut-deref-of-box-as-mut.stderr2 --> $DIR/borrowck-borrow-immut-deref-of-box-as-mut.rs:12:5
/dports/misc/lifelines/lifelines-3.1.1/src/tools/
H A Dbtedit.c77 BOOLEAN immut=FALSE; /* immutable access to database */ in main() local
115 if (!(btree = bt_openbtree(dbname, cflag, writ, immut, &lldberrnum))) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPictureTest.cpp701 SkBitmap mut, immut; in DEF_TEST() local
703 immut.allocN32Pixels(300, 200); in DEF_TEST()
704 immut.setImmutable(); in DEF_TEST()
706 SkASSERT(immut.isImmutable()); in DEF_TEST()
710 REPORTER_ASSERT(r, immut.pixelRef()->unique()); in DEF_TEST()
719 canvas->drawBitmap(immut, 800, 600); in DEF_TEST()
725 REPORTER_ASSERT(r, !immut.pixelRef()->unique()); in DEF_TEST()
730 REPORTER_ASSERT(r, immut.pixelRef()->unique()); in DEF_TEST()
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dset-types.rkt676 (define (((mk-not-allowed #:immut [immut #t]) method-name) s . args)
685 (if immut "(not/c (or/c set-mutable? set-weak?))" "(or/c set-mutable? set-weak?)")
686 (if immut "mutable set" "immutable set")
689 (define mk-not-allowed/immut (mk-not-allowed #:immut #f))
690 (define mk-not-allowed/mut (mk-not-allowed #:immut #t))
714 (define set-add! (mk-not-allowed/immut 'set-add!))
716 (define set-remove! (mk-not-allowed/immut 'set-remove!))
718 (define set-clear! (mk-not-allowed/immut 'set-clear!))
720 (define set-union! (mk-not-allowed/immut 'set-union!))
722 (define set-intersect! (mk-not-allowed/immut 'set-intersect!))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dset-types.rkt676 (define (((mk-not-allowed #:immut [immut #t]) method-name) s . args)
685 (if immut "(not/c (or/c set-mutable? set-weak?))" "(or/c set-mutable? set-weak?)")
686 (if immut "mutable set" "immutable set")
689 (define mk-not-allowed/immut (mk-not-allowed #:immut #f))
690 (define mk-not-allowed/mut (mk-not-allowed #:immut #t))
714 (define set-add! (mk-not-allowed/immut 'set-add!))
716 (define set-remove! (mk-not-allowed/immut 'set-remove!))
718 (define set-clear! (mk-not-allowed/immut 'set-clear!))
720 (define set-union! (mk-not-allowed/immut 'set-union!))
722 (define set-intersect! (mk-not-allowed/immut 'set-intersect!))
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/
H A Dclosure.md34 Let's say the above is the content of a file called `immut.rs`. If we compile
35 `immut.rs` using the following command. The [`-Z dump-mir=all`][dump-mir] flag will cause
38 > rustc +stage1 immut.rs -Z dump-mir=all
51 _3 = [closure@immut.rs:7:13: 7:36] { x: move _4 };

123