template           50 gc/include/gc_alloc.h template<class T, class alloc>
template          112 gc/include/gc_alloc.h template <int dummy>
template          133 gc/include/gc_alloc.h template <int dummy>
template          136 gc/include/gc_alloc.h template <int dummy>
template          139 gc/include/gc_alloc.h template <int dummy>
template          142 gc/include/gc_alloc.h template <int dummy>
template          145 gc/include/gc_alloc.h template <int dummy>
template          173 gc/include/gc_alloc.h template <int dummy>
template          241 gc/include/gc_alloc.h template <int dummy>
template          306 gc/include/gc_alloc.h template < int dummy >
template          318 gc/include/gc_alloc.h template < int dummy >
template           59 gc/include/gc_allocator.h template <class GC_tp>
template           65 gc/include/gc_allocator.h template<> struct GC_type_traits<T> { GC_true_type GC_is_ptr_free; }
template           81 gc/include/gc_allocator.h template <class GC_Tp>
template           86 gc/include/gc_allocator.h template <>
template           93 gc/include/gc_allocator.h template <class GC_Tp>
template          104 gc/include/gc_allocator.h   template <class GC_Tp1> struct rebind {
template          115 gc/include/gc_allocator.h   template <class GC_Tp1> gc_allocator(const gc_allocator<GC_Tp1>&) throw() {}
template          141 gc/include/gc_allocator.h template<>
template          149 gc/include/gc_allocator.h   template <class GC_Tp1> struct rebind {
template          155 gc/include/gc_allocator.h template <class GC_T1, class GC_T2>
template          161 gc/include/gc_allocator.h template <class GC_T1, class GC_T2>
template          174 gc/include/gc_allocator.h template <class GC_Tp>
template          185 gc/include/gc_allocator.h   template <class GC_Tp1> struct rebind {
template          193 gc/include/gc_allocator.h   template <class GC_Tp1> traceable_allocator
template          217 gc/include/gc_allocator.h template<>
template          225 gc/include/gc_allocator.h   template <class GC_Tp1> struct rebind {
template          231 gc/include/gc_allocator.h template <class GC_T1, class GC_T2>
template          237 gc/include/gc_allocator.h template <class GC_T1, class GC_T2>
template          127 gc/include/new_gc_alloc.h template <int dummy>
template          148 gc/include/new_gc_alloc.h template <int dummy>
template          151 gc/include/new_gc_alloc.h template <int dummy>
template          154 gc/include/new_gc_alloc.h template <int dummy>
template          157 gc/include/new_gc_alloc.h template <int dummy>
template          160 gc/include/new_gc_alloc.h template <int dummy>
template          188 gc/include/new_gc_alloc.h template <int dummy>
template          256 gc/include/new_gc_alloc.h template <int dummy>
template          321 gc/include/new_gc_alloc.h template < int dummy >
template          333 gc/include/new_gc_alloc.h template < int dummy >
template          416 gc/include/new_gc_alloc.h template <class _Tp>
template          436 gc/include/new_gc_alloc.h template <class _Tp>
template          456 gc/include/new_gc_alloc.h template <class _Tp>
template           35 gc/include/weakpointer.h template< class T > class WeakPointer {
template          112 gc/include/weakpointer.h template< class T, class Data > class CleanUp {
template          134 src/macro.c            Scm_Printf(port, "   template = %S\n", r->rules[i].template);
template          507 src/macro.c            sr->rules[i].template = SCM_OBJ(tmpl->pattern);
template          784 src/macro.c        if (SCM_PAIRP(template)) {
template          786 src/macro.c            while (SCM_PAIRP(template)) {
template          787 src/macro.c                e = SCM_CAR(template);
template          797 src/macro.c                template = SCM_CDR(template);
template          799 src/macro.c            if (!SCM_NULLP(template)) {
template          800 src/macro.c                r = realize_template_rec(template, mvec, level, indices, idlist, exlev);
template          807 src/macro.c        if (PVREF_P(template)) {
template          808 src/macro.c            return get_pvref_value(template, mvec, indices, exlev);
template          810 src/macro.c        if (SCM_SYNTAX_PATTERN_P(template)) {
template          811 src/macro.c            ScmSyntaxPattern *pat = SCM_SYNTAX_PATTERN(template);
template          821 src/macro.c        if (SCM_VECTORP(template)) {
template          823 src/macro.c            int len = SCM_VECTOR_SIZE(template), i;
template          824 src/macro.c            pe = SCM_VECTOR_ELEMENTS(template);
template          839 src/macro.c        if (SCM_IDENTIFIERP(template)) {
template          845 src/macro.c            ScmObj p = Scm_Assq(template, *idlist);
template          848 src/macro.c                ScmObj id = Scm_CopyIdentifier(SCM_IDENTIFIER(template));
template          849 src/macro.c                *idlist = Scm_Acons(template, id, *idlist);
template          853 src/macro.c        return template;
template          868 src/macro.c        return realize_template_rec(branch->template, mvec, 0, indices, &idlist, &exlev);
template         1176 src/syslib.c     ScmString* template;
template         1180 src/syslib.c     template = SCM_STRING(template_scm);
template         1184 src/syslib.c   SCM_RESULT = Scm_SysMkstemp(template);