Scm_TypeP          61 ext/uvector/gauche/uvector.h #define SCM_UVECTORP(obj)         Scm_TypeP(obj, SCM_CLASS_UVECTOR)
Scm_TypeP         198 src/class.c            if (!Scm_TypeP(SCM_CAR(cp), SCM_CLASS_CLASS))
Scm_TypeP         515 src/class.c        return SCM_MAKE_BOOL(Scm_TypeP(obj, klass));
Scm_TypeP         599 src/class.c            if (!Scm_TypeP(SCM_CAR(vp), SCM_CLASS_CLASS))
Scm_TypeP         841 src/class.c            if (!Scm_TypeP(SCM_CAR(dp), SCM_CLASS_CLASS))
Scm_TypeP        1704 src/class.c        if (!Scm_TypeP(v, SCM_CLASS_CLASS)) {
Scm_TypeP        2072 src/class.c            if (!Scm_TypeP(SCM_CAR(tp), SCM_CLASS_CLASS))
Scm_TypeP        2109 src/class.c            if (!Scm_TypeP(SCM_CAR(mp), SCM_CLASS_METHOD))
Scm_TypeP        2174 src/class.c        if (!Scm_TypeP(generic, SCM_CLASS_GENERIC))
Scm_TypeP         319 src/gauche.h   #define SCM_ISA(obj, klass) (SCM_XTYPEP(obj,klass)||Scm_TypeP(SCM_OBJ(obj),klass))
Scm_TypeP         570 src/gauche.h   SCM_EXTERN int Scm_TypeP(ScmObj obj, ScmClass *type);
Scm_TypeP          35 src/moplib.c     if (!Scm_TypeP(val, SCM_CLASS_GENERIC)) {
Scm_TypeP          69 src/moplib.c     if (!Scm_TypeP(gf, SCM_CLASS_GENERIC))
Scm_TypeP          72 src/moplib.c       if (!Scm_TypeP(SCM_CAR(mp), SCM_CLASS_METHOD))
Scm_TypeP          92 src/moplib.c     if (!Scm_TypeP(method, SCM_CLASS_METHOD))