ScmInstance       578 src/class.c            klass->coreSize = sizeof(ScmInstance);
ScmInstance      1061 src/class.c        if (base->coreSize < sizeof(ScmInstance)) {
ScmInstance      1812 src/class.c        ScmObj obj = Scm_AllocateInstance(klass, sizeof(ScmInstance));
ScmInstance       327 src/gauche.h   #define SCM_INSTANCE_HEADER  ScmInstance hdr  /* for declaration */
ScmInstance       329 src/gauche.h   #define SCM_INSTANCE(obj)        ((ScmInstance*)(obj))
ScmInstance        76 src/gauche/exception.h typedef ScmInstance ScmCondition;