Home
last modified time | relevance | path

Searched refs:NXOT_CLASS (Results 1 – 8 of 8) sorted by relevance

/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxo_class.c53 nxoe_l_new(&class_->nxoe, NXOT_CLASS, false); in nxo_class_new()
64 nxo_p_type_set(a_nxo, NXOT_CLASS); in nxo_class_new()
77 cw_assert(nxo_type_get(a_nxo) == NXOT_CLASS); in nxo_class_name_get()
83 cw_assert(class_->nxoe.type == NXOT_CLASS); in nxo_class_name_get()
98 cw_assert(nxo_type_get(a_nxo) == NXOT_CLASS); in nxo_class_super_get()
104 cw_assert(class_->nxoe.type == NXOT_CLASS); in nxo_class_super_get()
119 cw_assert(nxo_type_get(a_nxo) == NXOT_CLASS); in nxo_class_methods_get()
125 cw_assert(class_->nxoe.type == NXOT_CLASS); in nxo_class_methods_get()
146 cw_assert(class_->nxoe.type == NXOT_CLASS); in nxo_class_data_get()
167 cw_assert(class_->nxoe.type == NXOT_CLASS); in nxo_class_opaque_get()
[all …]
H A Dnxo.c54 case NXOT_CLASS: in nxo_compare()
337 case NXOT_CLASS: in nxo_nxoe_get()
H A Dnxo_thread.c773 case NXOT_CLASS: in nxo_thread_loop()
1014 case NXOT_CLASS: in nxo_thread_loop()
1211 case NXOT_CLASS: in nxo_thread_loop()
1274 case NXOT_CLASS: in nxo_thread_loop()
1322 case NXOT_CLASS: in nxo_thread_loop()
1496 cw_assert(nxo_type_get(a_class) == NXOT_CLASS in nxo_thread_class_hier_search()
1501 nxo_type_get(class_) == NXOT_CLASS; in nxo_thread_class_hier_search()
H A Dnxa.c277 case NXOT_CLASS: in nxa_p_sweep()
976 case NXOT_CLASS: in nxa_p_mark()
H A Dsystemdict.c2057 case NXOT_CLASS: in systemdict_cdef()
2365 if (nxo_type_get(nxo) != NXOT_CLASS) in systemdict_classname()
3492 case NXOT_CLASS: in systemdict_cvs()
3550 case NXOT_CLASS: in systemdict_data()
5838 case NXOT_CLASS: in systemdict_ilocked()
5907 nxo_type_get(class_) == NXOT_CLASS; in systemdict_implementor()
6229 || nxo_type_get(class_) != NXOT_CLASS) in systemdict_kind()
6238 nxo_type_get(tclass) == NXOT_CLASS; in systemdict_kind()
10497 case NXOT_CLASS: in systemdict_setdata()
10799 || (nxo_type_get(class_) != NXOT_CLASS in systemdict_setisa()
[all …]
H A Dnxo_dict.c604 case NXOT_CLASS: in nxo_p_dict_hash()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/include/libonyx/
H A Dnxo_class_l.h79 cw_assert(class_->nxoe.type == NXOT_CLASS); in nxoe_l_class_delete()
H A Dnxo.h51 NXOT_CLASS, enumerator