SCM_CLASS        8879 ext/uvector/uvlib.c   klass = SCM_CLASS(klass_scm);
SCM_CLASS         201 src/class.c            *vp++ = SCM_CLASS(SCM_CAR(cp));
SCM_CLASS         396 src/class.c        Scm_Printf(port, "#<class %A>", SCM_CLASS(obj)->name);
SCM_CLASS         410 src/class.c        ScmClass *c = SCM_CLASS(args[0]);
SCM_CLASS         430 src/class.c        ScmClass *c = SCM_CLASS(args[0]);
SCM_CLASS         502 src/class.c        return Scm_VMIsA(SCM_OBJ(data[0]), SCM_CLASS(data[1]));
SCM_CLASS         847 src/class.c            SCM_APPEND1(seqh, seqt, SCM_CLASS(SCM_CAR(dp))->cpl);
SCM_CLASS        1403 src/class.c        ScmClass *klass = SCM_CLASS(args[0]);
SCM_CLASS        1534 src/class.c        ScmClass *klass = SCM_CLASS(args[0]);
SCM_CLASS        1603 src/class.c        ScmClass *klass = SCM_CLASS(args[0]);
SCM_CLASS        1707 src/class.c        sa->klass = SCM_CLASS(v);
SCM_CLASS        2074 src/class.c            targs[i++] = SCM_CLASS(SCM_CAR(tp));
SCM_CLASS        2310 src/class.c                                      SCM_CLASS(args[1]),
SCM_CLASS        2311 src/class.c                                      SCM_CLASS(args[2]));
SCM_CLASS         421 src/error.c        if (!SCM_COMPOUND_CONDITION_P(c)) return SCM_ISA(c, SCM_CLASS(k));
SCM_CLASS         423 src/error.c            if (SCM_ISA(SCM_CAR(cp), SCM_CLASS(k))) return TRUE;
SCM_CLASS         698 src/error.c            || !Scm_SubtypeP(SCM_CLASS(condition_type), SCM_CLASS_CONDITION)) {
SCM_CLASS         311 src/gauche.h   #define SCM_CLASS_OF(obj)      SCM_CLASS((SCM_OBJ(obj)->tag - 3))
SCM_CLASS         539 src/gauche.h   #define SCM_CLASS_FLAGS(obj)     (SCM_CLASS(obj)->flags)
SCM_CLASS         110 src/moplib.c     k = SCM_CLASS(k_scm);
SCM_CLASS         129 src/moplib.c     k = SCM_CLASS(k_scm);
SCM_CLASS         174 src/moplib.c     k = SCM_CLASS(k_scm);
SCM_CLASS         177 src/moplib.c     newk = SCM_CLASS(newk_scm);
SCM_CLASS         196 src/moplib.c     super = SCM_CLASS(super_scm);
SCM_CLASS         199 src/moplib.c     sub = SCM_CLASS(sub_scm);
SCM_CLASS         218 src/moplib.c     super = SCM_CLASS(super_scm);
SCM_CLASS         221 src/moplib.c     sub = SCM_CLASS(sub_scm);
SCM_CLASS         240 src/moplib.c     super = SCM_CLASS(super_scm);
SCM_CLASS         262 src/moplib.c     super = SCM_CLASS(super_scm);
SCM_CLASS         344 src/moplib.c     klass = SCM_CLASS(klass_scm);
SCM_CLASS        1868 src/vm.c                       c = SCM_CLASS(VAL0);