Searched refs:instances (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Drefcounted.d4 static int instances;
8 instances++;
13 instances--;
29 assert(E.instances == 1);
33 assert(E.instances == 0);
45 assert(E.instances == 0);
57 assert(E.instances == 0);
92 assert(E.instances == 3);
95 assert(E.instances == 0);
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Doptional_test.cpp49 /// Balance of alive instances of this class in dynamic memory.
50 static size_t instances; member in class:__anon1903::test_alloc
69 instances++;
80 instances--;
87 size_t test_alloc::instances = 0; member in class:__anon1903::test_alloc
183 ATF_REQUIRE_EQ(0, test_alloc::instances);
186 ATF_REQUIRE_EQ(1, test_alloc::instances);
191 ATF_REQUIRE_EQ(2, test_alloc::instances);
195 ATF_REQUIRE_EQ(2, test_alloc::instances);
199 ATF_REQUIRE_EQ(1, test_alloc::instances);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-instances.c32 struct hw_instance *instances; member in struct:hw_instance_data
70 struct hw_instance **instance = &me->instances;
75 instance = &me->instances;
98 struct hw_instance **curr = &me->instances;
109 struct hw_instance *curr = me->instances;
224 instance->sibling_of_instance = me->instances_of_hw->instances;
225 me->instances_of_hw->instances = instance;
260 instance->sibling_of_instance = me->instances_of_hw->instances;
261 me->instances_of_hw->instances = instance;
274 previous = &instance->owner->instances;
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-instances.c34 struct hw_instance *instances; member in struct:hw_instance_data
72 struct hw_instance **instance = &me->instances;
77 instance = &me->instances;
100 struct hw_instance **curr = &me->instances;
111 struct hw_instance *curr = me->instances;
226 instance->sibling_of_instance = me->instances_of_hw->instances;
227 me->instances_of_hw->instances = instance;
262 instance->sibling_of_instance = me->instances_of_hw->instances;
263 me->instances_of_hw->instances = instance;
276 previous = &instance->owner->instances;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m32r/
H A Dwrongsize.s1 ; Test error messages in instances where an insn of a particular size
H A Dinterfere.s1 ; Test error messages in instances where output operands interfere.
/netbsd-current/sys/net/npf/
H A Dnpf_worker.c51 LIST_HEAD(, npf) instances;
86 LIST_INIT(&winfo->instances);
175 LIST_INSERT_HEAD(&winfo->instances, npf, worker_entry);
261 * npf_worker: the main worker loop, processing enlisted NPF instances.
278 * Iterate all instances. We do not use LIST_FOREACH here,
281 npf = LIST_FIRST(&winfo->instances);
299 KASSERTMSG(LIST_EMPTY(&winfo->instances),
300 "NPF instances must be discharged before the npfk_sysfini() call");
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h27 /* For every class which happens to have statically allocated instances in
30 instances of this class. */
35 id instances[1]; member in struct:objc_static_instances
37 id instances[0]; member in struct:objc_static_instances
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h27 /* For every class which happens to have statically allocated instances in
30 instances of this class. */
35 id instances[1]; member in struct:objc_static_instances
37 id instances[0]; member in struct:objc_static_instances
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dgot-page-6.s2 # Create page references relative to instances of the value
/netbsd-current/external/mit/isl/dist/
H A Disl_test_cpp.cc324 * with statement instances should be allowed,
325 * while intersecting the range with statement instances
333 isl::typed::set<ST> instances(ctx, "{ S[i, j] : 0 <= i, j < 10 }");
336 access.intersect_domain(instances);
338 access.intersect_range(instances);
/netbsd-current/external/ibm-public/postfix/dist/conf/
H A Dpost-install93 # Multiple Postfix instances on the same machine can share command and
186 # among multiple Postfix instances, such as postfix-files,
295 instances=`test ! -f $def_config_directory/main.cf ||
300 for name in $instances
H A Dpostfix-script96 instances=`test ! -f $def_config_directory/main.cf ||
104 for name in $instances
158 case $instances in
/netbsd-current/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat16 REM instances, but in reality we can probably sidestep all of this by just wrapping this
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dalloc-pool.h44 size_t instances, size_t element_size,
46 : mem_usage (allocated, times, peak, instances),
43 pool_usage(size_t allocated, size_t times, size_t peak, size_t instances, size_t element_size, const char *pool_name) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dalloc-pool.h44 size_t instances, size_t element_size,
46 : mem_usage (allocated, times, peak, instances),
43 pool_usage(size_t allocated, size_t times, size_t peak, size_t instances, size_t element_size, const char *pool_name) argument
/netbsd-current/external/gpl3/gcc.old/usr.bin/backend/
H A DMakefile62 pass-instances.def
238 pass-instances.def: passes.def gen-pass-instances.awk
240 ${TOOL_AWK} -f ${GNUHOSTDIST}/gcc/gen-pass-instances.awk \
241 ${GNUHOSTDIST}/gcc/passes.def > pass-instances.def
242 CLEANFILES+= pass-instances.def
491 pass_manager.h passes.c: pass-instances.def
/netbsd-current/external/gpl3/gcc/usr.bin/backend/
H A DMakefile64 pass-instances.def
208 pass-instances.def: passes.def gen-pass-instances.awk
210 ${TOOL_AWK} -f ${GNUHOSTDIST}/gcc/gen-pass-instances.awk \
211 ${GNUHOSTDIST}/gcc/passes.def > pass-instances.def
212 CLEANFILES+= pass-instances.def
469 pass_manager.h passes.cc: pass-instances.def
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dinstall-sh415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
/netbsd-current/crypto/external/cpl/trousers/dist/
H A Dinstall-sh415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
/netbsd-current/external/bsd/am-utils/dist/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl2/lvm2/dist/autoconf/
H A Dinstall-sh416 # Don't fail if two instances are running concurrently.
430 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dinstall-sh415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/gdb/dist/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.

Completed in 399 milliseconds

1234