Home
last modified time | relevance | path

Searched refs:refCount (Results 1 – 25 of 2798) sorted by relevance

12345678910>>...112

/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Drefcount_test.c8 RefCount *refCount = NULL; in test_init_destroy_RefCount() local
9 RefCountNew(&refCount); in test_init_destroy_RefCount()
14 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
15 assert_true(refCount == NULL); in test_init_destroy_RefCount()
18 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
30 RefCount *refCount = NULL; in test_attach_detach_RefCount() local
33 RefCountNew(&refCount); in test_attach_detach_RefCount()
101 RefCountDestroy(&refCount); in test_attach_detach_RefCount()
108 RefCount *refCount = NULL; in test_isSharedRefCount() local
111 RefCountNew(&refCount); in test_isSharedRefCount()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/tests/unit/
H A Drefcount_test.c8 RefCount *refCount = NULL; in test_init_destroy_RefCount() local
9 RefCountNew(&refCount); in test_init_destroy_RefCount()
14 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
15 assert_true(refCount == NULL); in test_init_destroy_RefCount()
18 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
30 RefCount *refCount = NULL; in test_attach_detach_RefCount() local
33 RefCountNew(&refCount); in test_attach_detach_RefCount()
101 RefCountDestroy(&refCount); in test_attach_detach_RefCount()
108 RefCount *refCount = NULL; in test_isSharedRefCount() local
111 RefCountNew(&refCount); in test_isSharedRefCount()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/tests/unit/
H A Drefcount_test.c8 RefCount *refCount = NULL; in test_init_destroy_RefCount() local
9 RefCountNew(&refCount); in test_init_destroy_RefCount()
14 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
15 assert_true(refCount == NULL); in test_init_destroy_RefCount()
18 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
30 RefCount *refCount = NULL; in test_attach_detach_RefCount() local
33 RefCountNew(&refCount); in test_attach_detach_RefCount()
101 RefCountDestroy(&refCount); in test_attach_detach_RefCount()
108 RefCount *refCount = NULL; in test_isSharedRefCount() local
111 RefCountNew(&refCount); in test_isSharedRefCount()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Drefcount_test.c8 RefCount *refCount = NULL; in test_init_destroy_RefCount() local
9 RefCountNew(&refCount); in test_init_destroy_RefCount()
14 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
15 assert_true(refCount == NULL); in test_init_destroy_RefCount()
18 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
30 RefCount *refCount = NULL; in test_attach_detach_RefCount() local
33 RefCountNew(&refCount); in test_attach_detach_RefCount()
101 RefCountDestroy(&refCount); in test_attach_detach_RefCount()
108 RefCount *refCount = NULL; in test_isSharedRefCount() local
111 RefCountNew(&refCount); in test_isSharedRefCount()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/tests/unit/
H A Drefcount_test.c8 RefCount *refCount = NULL; in test_init_destroy_RefCount() local
9 RefCountNew(&refCount); in test_init_destroy_RefCount()
14 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
15 assert_true(refCount == NULL); in test_init_destroy_RefCount()
18 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
30 RefCount *refCount = NULL; in test_attach_detach_RefCount() local
33 RefCountNew(&refCount); in test_attach_detach_RefCount()
101 RefCountDestroy(&refCount); in test_attach_detach_RefCount()
108 RefCount *refCount = NULL; in test_isSharedRefCount() local
111 RefCountNew(&refCount); in test_isSharedRefCount()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/tests/unit/
H A Drefcount_test.c8 RefCount *refCount = NULL; in test_init_destroy_RefCount() local
9 RefCountNew(&refCount); in test_init_destroy_RefCount()
14 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
15 assert_true(refCount == NULL); in test_init_destroy_RefCount()
18 RefCountDestroy(&refCount); in test_init_destroy_RefCount()
30 RefCount *refCount = NULL; in test_attach_detach_RefCount() local
33 RefCountNew(&refCount); in test_attach_detach_RefCount()
101 RefCountDestroy(&refCount); in test_attach_detach_RefCount()
108 RefCount *refCount = NULL; in test_isSharedRefCount() local
111 RefCountNew(&refCount); in test_isSharedRefCount()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/html/
H A Dhtmlobject.c36 o->refCount=1; in GWEN_TREE_FUNCTIONS()
51 if (o->refCount>1) in HtmlObject_free()
52 o->refCount--; in HtmlObject_free()
60 o->refCount=0; in HtmlObject_free()
71 assert(o->refCount); in HtmlObject_Attach()
72 o->refCount++; in HtmlObject_Attach()
80 assert(o->refCount); in HtmlObject_GetXmlCtx()
89 assert(o->refCount); in HtmlObject_GetObjectType()
98 assert(o->refCount); in HtmlObject_SetObjectType()
107 assert(o->refCount); in HtmlObject_GetProperties()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/html/
H A Dhtmlobject.c36 o->refCount=1; in GWEN_TREE_FUNCTIONS()
51 if (o->refCount>1) in HtmlObject_free()
52 o->refCount--; in HtmlObject_free()
60 o->refCount=0; in HtmlObject_free()
71 assert(o->refCount); in HtmlObject_Attach()
72 o->refCount++; in HtmlObject_Attach()
80 assert(o->refCount); in HtmlObject_GetXmlCtx()
89 assert(o->refCount); in HtmlObject_GetObjectType()
98 assert(o->refCount); in HtmlObject_SetObjectType()
107 assert(o->refCount); in HtmlObject_GetProperties()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/html/
H A Dhtmlobject.c36 o->refCount=1; in GWEN_TREE_FUNCTIONS()
51 if (o->refCount>1) in HtmlObject_free()
52 o->refCount--; in HtmlObject_free()
60 o->refCount=0; in HtmlObject_free()
71 assert(o->refCount); in HtmlObject_Attach()
72 o->refCount++; in HtmlObject_Attach()
80 assert(o->refCount); in HtmlObject_GetXmlCtx()
89 assert(o->refCount); in HtmlObject_GetObjectType()
98 assert(o->refCount); in HtmlObject_SetObjectType()
107 assert(o->refCount); in HtmlObject_GetProperties()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/html/
H A Dhtmlobject.c36 o->refCount=1; in GWEN_TREE_FUNCTIONS()
51 if (o->refCount>1) in HtmlObject_free()
52 o->refCount--; in HtmlObject_free()
60 o->refCount=0; in HtmlObject_free()
71 assert(o->refCount); in HtmlObject_Attach()
72 o->refCount++; in HtmlObject_Attach()
80 assert(o->refCount); in HtmlObject_GetXmlCtx()
89 assert(o->refCount); in HtmlObject_GetObjectType()
98 assert(o->refCount); in HtmlObject_SetObjectType()
107 assert(o->refCount); in HtmlObject_GetProperties()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/html/
H A Dhtmlobject.c36 o->refCount=1; in GWEN_TREE_FUNCTIONS()
51 if (o->refCount>1) in HtmlObject_free()
52 o->refCount--; in HtmlObject_free()
60 o->refCount=0; in HtmlObject_free()
71 assert(o->refCount); in HtmlObject_Attach()
72 o->refCount++; in HtmlObject_Attach()
80 assert(o->refCount); in HtmlObject_GetXmlCtx()
89 assert(o->refCount); in HtmlObject_GetObjectType()
98 assert(o->refCount); in HtmlObject_SetObjectType()
107 assert(o->refCount); in HtmlObject_GetProperties()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
25 s->refCount = 1; in test_atomic_fetch_add()
31 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_fetch_add()
38 s->refCount = 1; in test_atomic_load()
43 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_load()
50 s->refCount = 1; in test_atomic_store()
56 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_store()
60 s->refCount = 1; in test_atomic_exchange()
66 clang_analyzer_eval(s->refCount == 1); // expected-warning {{UNKNOWN}} in test_atomic_exchange()
74 s->refCount = 1; in test_atomic_compare_exchange_strong()
[all …]

12345678910>>...112