Searched refs:tscope (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/swig-12/Source/CParse/
H A Dcparse.h60 extern int Swig_cparse_template_expand(Node *n, String *rname, ParmList *tparms, Symtab *tscope);
61 extern Node *Swig_cparse_template_locate(String *name, ParmList *tparms, Symtab *tscope);
H A Dtempl.c240 int Swig_cparse_template_expand(Node *n, String *rname, ParmList *tparms, Symtab *tscope) { argument
333 String *ty = Swig_symbol_template_deftype(dvalue, tscope);
407 String *qn = Swig_symbol_type_qualify(b.item, tscope);
431 static Node *template_locate(String *name, Parm *tparms, Symtab *tscope) { argument
452 expandedparms = Swig_symbol_template_defargs(parms, targs, tscope, tsdecl);
463 SwigType *nt = Swig_symbol_type_qualify(ty, tscope);
484 SwigType *rname = Swig_symbol_typedef_reduce(tname, tscope);
523 String *ty = Swig_symbol_typedef_reduce(t, tscope);
563 String *ty = Swig_symbol_typedef_reduce(t, tscope);
632 Node *Swig_cparse_template_locate(String *name, Parm *tparms, Symtab *tscope) { argument
[all...]
H A Dparser.y2621 Symtab *tscope = 0;
2626 tscope = Swig_symbol_current(); /* Get the current scope */
2636 resolved in the current 'tscope'.
2640 n = Swig_cparse_template_locate($5,$7,tscope);
2652 rty = Swig_symbol_typedef_reduce(ty,tscope);
2655 ty = reduce ? Swig_symbol_type_qualify(rty,tscope) : Swig_symbol_type_qualify(ty,tscope);
2661 value = Swig_symbol_type_qualify(value,tscope);
2765 Swig_cparse_template_expand(templnode,symname,temparms,tscope);
2770 Swig_cparse_template_expand(templnode,nname,temparms,tscope);
[all...]
H A Dparser.c5761 Symtab *tscope = 0;
5766 tscope = Swig_symbol_current(); /* Get the current scope */
5776 resolved in the current 'tscope'.
5780 n = Swig_cparse_template_locate((yyvsp[(5) - (9)].str),(yyvsp[(7) - (9)].p),tscope);
5792 rty = Swig_symbol_typedef_reduce(ty,tscope);
5795 ty = reduce ? Swig_symbol_type_qualify(rty,tscope) : Swig_symbol_type_qualify(ty,tscope);
5801 value = Swig_symbol_type_qualify(value,tscope);
5905 Swig_cparse_template_expand(templnode,symname,temparms,tscope);
5910 Swig_cparse_template_expand(templnode,nname,temparms,tscope);
5758 Symtab *tscope = 0; local
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dsymbol.c1344 Symtab *tscope; local
1367 tscope = tempn ? Getattr(tempn, "sym:symtab") : 0;
1372 if (tscope && (tscope != st)) {
1373 String *ty = Swig_symbol_type_qualify(qparm, tscope);
1690 ParmList *Swig_symbol_template_defargs(Parm *parms, Parm *targs, Symtab *tscope, Symtab *tsdecl) { argument
1717 String *ttq = Swig_symbol_type_qualify(value, tscope);
1726 String *ty = Swig_symbol_template_deftype(ntq, tscope);
1756 SwigType *Swig_symbol_template_deftype(const SwigType *type, Symtab *tscope) { argument
1763 String *scopetype = tscope
[all...]
H A Dswig.h171 extern void SwigType_template_defargs(Parm *parms, Parm *targs, Symtab *tscope, Symtab *tsdecl);
172 extern SwigType *SwigType_template_deftype(const SwigType *type, Symtab *tscope);
228 extern ParmList *Swig_symbol_template_defargs(Parm *parms, Parm *targs, Symtab *tscope, Symtab *tsdecl);
229 extern SwigType *Swig_symbol_template_deftype(const SwigType *type, Symtab *tscope);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c1438 int depth = 0, tscope; local
1456 tscope = query->scope;
1471 for ( tscope = 0 ; tscope <= LDAP_SCOPE_CHILDREN; tscope++ ) {
1474 if ( tscope == LDAP_SCOPE_BASE && depth ) continue;
1475 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue;
1476 if ( tscope == LDAP_SCOPE_CHILDREN && !depth ) continue;
1479 if ( tscope == LDAP_SCOPE_BASE )
1480 tscope
[all...]

Completed in 280 milliseconds