Home
last modified time | relevance | path

Searched refs:SCM_GC_MARK_P (Results 1 – 14 of 14) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgdbint.c113 port_mark_p = SCM_GC_MARK_P (port); in unmark_port()
116 stream_mark_p = SCM_GC_MARK_P (stream); in unmark_port()
119 string_mark_p = SCM_GC_MARK_P (string); in unmark_port()
H A Dinline.h140 if (SCM_GC_MARK_P (z)) in scm_cell()
224 if (SCM_GC_MARK_P (z)) in scm_double_cell()
H A Dweaks.c185 #define UNMARKED_CELL_P(x) (SCM_NIMP(x) && !SCM_GC_MARK_P (x))
323 while (scm_is_pair (alist) && !SCM_GC_MARK_P (alist)) in scm_i_remove_weaks()
H A Dguardians.c145 if (!SCM_GC_MARK_P (obj)) in scm_i_identify_inaccessible_guardeds()
185 if (!SCM_GC_MARK_P (pair)) in scm_i_mark_inaccessible_guardeds()
H A Dgc-mark.c165 if (SCM_GC_MARK_P (ptr)) in scm_gc_mark()
412 if (SCM_GC_MARK_P (ptr)) in scm_gc_mark_dependencies()
H A Dfutures.c326 if (!SCM_GC_MARK_P (next))
335 if (SCM_GC_MARK_P (next))
H A Dfluids.c147 if (!SCM_GC_MARK_P (*fluidp)) in scan_dynamic_states_and_fluids()
163 if (!SCM_GC_MARK_P (*statep)) in scan_dynamic_states_and_fluids()
H A Dgc-card.c450 return SCM_GC_MARK_P(obj); in scm_dbg_gc_marked_p()
H A Dhashtab.c221 #define UNMARKED_CELL_P(x) (SCM_NIMP(x) && !SCM_GC_MARK_P (x))
234 if (!SCM_GC_MARK_P (h)) in scm_i_scan_weak_hashtables()
H A Dgc.h157 #define SCM_GC_MARK_P(x) SCM_GC_CELL_GET_BIT (x) macro
H A Dgc.c147 if (!SCM_GC_MARK_P (cell)) in scm_assert_cell_valid()
H A Dstruct.c377 if (SCM_GC_MARK_P (obj)) in scm_free_structs()
H A Ddeprecated.h121 #define SCM_GC8MARKP(x) SCM_GC_MARK_P (x)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog57732 * libguile/gc.c (scm_assert_cell_valid): Remove check of SCM_GC_MARK_P.