Home
last modified time | relevance | path

Searched refs:Getattr (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dtypepass.cxx140 List *ilist = Getattr(cls, bases); in cplus_inherit_types_impl()
171 sname = Getattr(bcls, "type"); in cplus_inherit_types_impl()
370 module = Getattr(n, "module"); in top()
497 String *outerName = Getattr(Getattr(n, "nested:outer"), "name"); in classDeclaration()
627 ts = Getattr(ns, "typescope"); in namespaceDeclaration()
637 ts = Getattr(nn, "typescope"); in namespaceDeclaration()
710 ty = Getattr(n, "type"); in cDeclaration()
711 decl = Getattr(n, "decl"); in cDeclaration()
965 if (Getattr(c, "error")) { in show_overloaded()
993 if (Getattr(n, "namespace")) { in usingDeclaration()
[all …]
H A Demit.cxx121 np = Getattr(p, "tmap:in:next"); in emit_attach_parmmaps()
127 p = Getattr(p, "tmap:in:next"); in emit_attach_parmmaps()
175 p = Getattr(p, "tmap:in:next"); in emit_attach_parmmaps()
245 if (Getattr(p, "tmap:in")) { in emit_num_arguments()
285 if (Getattr(p, "value")) { in emit_num_required()
293 p = Getattr(p, "tmap:in:next"); in emit_num_required()
306 p = Getattr(p, "tmap:in:next"); in emit_num_required()
308 if (!Getattr(p, "value") && (!Getattr(p, "tmap:default"))) { in emit_num_required()
311 if (Getattr(p, "tmap:in")) { in emit_num_required()
341 if (Getattr(p, "emit:varargs")) in emit_isvarargs()
[all …]
H A Dallocate.cxx39 decl = Getattr(n, "decl"); in check_implemented()
54 n = Getattr(n, "csym:nextSibling"); in check_implemented()
76 String *name = Getattr(n, "name"); in function_is_defined_in_bases()
336 String *name = Getattr(nn, "name"); in is_abstract_inherit()
416 if (!Getattr(e, "sym:name") && (Cmp(name, Getattr(e, "name")) == 0)) { in smart_pointer_methods()
567 if (Getattr(n, "template")) in classDeclaration()
610 if (!Getattr(n, "abstracts")) { in classDeclaration()
624 if (Getattr(n, "abstracts")) { in classDeclaration()
645 if (Getattr(n, "abstracts")) { in classDeclaration()
656 … if (!Getattr(n, "allocate:copy_constructor") && (!Getattr(n, "allocate:copy_base_constructor"))) { in classDeclaration()
[all …]
H A Dallegrocl.cxx273 String *k = Getattr(n, "name"); in add_forward_referenced_type()
365 k = k ? k : Getattr(n, "name"); in add_defined_foreign_type()
1332 String *type = NewStringf("%s%s", Getattr(n, "decl"), Getattr(n, "type")); in emit_typedef()
1381 name = unnamed ? Getattr(n, "allegrocl:name") : Getattr(n, "sym:name"); in emit_enum_type_no_wrap()
1442 name = unnamed ? Getattr(n, "allegrocl:name") : Getattr(n, "sym:name"); in emit_enum_type()
1833 if (!Getattr(p2, "name")) in parmlist_with_names()
2249 Getattr(n, "type"), Swig_cparse_type(Getattr(n, "tmap:ctype"))); in emit_defun()
2818 t_name = Getattr(n, "name"); in cppClassHandler()
2851 Getattr(c, "type")); in cppClassHandler()
2903 if (Getattr(n, "sym:name")) { in enumDeclaration()
[all …]
H A Dlang.cxx103 if (Getattr(n, "error")) in emit_one()
478 if (Getattr(n, "unnamed")) in use_naturalvar_mode()
1672 assert(Getattr(n, "name")); in enumDeclaration()
2160 if (Getattr(n, "throw")) { in classDirectorDestructor()
2493 …if (!Getattr(n, "has_constructor") && !Getattr(n, "allocate:has_constructor") && (Getattr(n, "allo… in classDeclaration()
2507 if (!Getattr(n, "has_destructor") && (!Getattr(n, "allocate:has_destructor")) in classDeclaration()
2553 if (Getattr(n, "template")) in classHandler()
2958 if (Getattr(n, "alias")) in namespaceDeclaration()
2960 if (Getattr(n, "unnamed")) in namespaceDeclaration()
3275 return Getattr(symbols, s); in symbolLookup()
[all …]
H A Doctave.cxx145 Node *mod = Getattr(n, "module"); in top()
326 Node* d = Getattr(docs, wname); in texinfo_name()
337 String *name = Getattr(n, "name"); in process_autodoc()
341 Node* d = Getattr(docs, wname); in process_autodoc()
425 if (!Getattr(p, "lname")) { in addMissingParameterNames()
555 SwigType *d = Getattr(n, "type"); in functionWrapper()
618 if (Getattr(p, "wrap:disown") || (Getattr(p, "tmap:in:disown"))) { in functionWrapper()
832 SwigType *t = Getattr(n, "type"); in variableWrapper()
1326 … SwigType *rtype = Getattr(n, "conversion_operator") ? 0 : Getattr(n, "classDirectorMethods:type"); in classDirectorMethod()
1338 if (Getattr(n, "noexcept")) { in classDirectorMethod()
[all …]
H A Dinterface.cxx34 Node *cls = Getattr(bases, base.item); in collect_interface_methods()
59 if (Getattr(n, "feature:interface")) { in collect_interface_bases()
60 String *name = Getattr(n, "interface:name"); in collect_interface_bases()
61 if (!Getattr(bases, name)) in collect_interface_bases()
65 if (List *baselist = Getattr(n, "bases")) { in collect_interface_bases()
68 if (Getattr(base.item, "feature:interface")) in collect_interface_bases()
86 if (Getattr(n, "feature:interface")) { in collect_interface_base_classes()
88 if (List *baselist = Getattr(n, "bases")) { in collect_interface_base_classes()
113 if (Getattr(n, "feature:interface")) { in process_interface_name()
150 String *name = Getattr(mi.item, "name"); in Swig_interface_propagate_methods()
[all …]
H A Dcffi.cxx127 module = Getattr(n, "name"); in top()
202 Getattr(n, "sym:name")); in classHandler()
205 String *kind = Getattr(n, "kind"); in classHandler()
230 …Printf(stderr, "constructor %s\n and %s and %s", Getattr(n, "kind"), Getattr(n, "sym:name"), Getat… in constructorHandler()
250 ParmList *pl = Getattr(n, "parms"); in emit_defmethod()
305 ParmList *pl = Getattr(n, "parms"); in emit_initialize_instance()
574 if (Getattr(n, "memberget")) in functionWrapper()
822 Getattr(c, "type")); in emit_class()
869 Printf(stderr, "struct/union %s\n and %s", Getattr(n, "kind"), Getattr(n, "sym:name")); in emit_struct_union()
903 Printf(stderr, "struct/union %s and %s \n", Getattr(c, "kind"), Getattr(c, "sym:name")); in emit_struct_union()
[all …]
H A Dcsharp.cxx291 Node *optionsnode = Getattr(Getattr(n, "module"), "options"); in top()
747 if (Getattr(n, "type")) { in nativeWrapper()
865 p = Getattr(p, "tmap:in:next"); in functionWrapper()
910 p = Getattr(p, "tmap:in:next"); in functionWrapper()
969 if (Getattr(p, "tmap:throws")) { in functionWrapper()
1245 if (Getattr(n, "enumvalues")) in enumDeclaration()
2409 if (Getattr(n, "override")) in proxyClassFunctionHandler()
2413 if (Getattr(n, "hides")) in proxyClassFunctionHandler()
2826 Getattr(n, "name")); in constructorHandler()
3283 value = Getattr(n, "enumvalue") ? Copy(Getattr(n, "enumvalue")) : Copy(Getattr(n, "enumvalueex")); in enumValue()
[all …]
H A Doverload.cxx56 p = Getattr(p, "tmap:in:next"); in mark_implicitconv_function()
98 if (Getattr(c, "error")) { in Swig_overload_rank()
109 if (Getattr(c, "wrap:name")) { in Swig_overload_rank()
188 t1 = Getattr(p1, "equivtype"); in Swig_overload_rank()
197 t2 = Getattr(p2, "equivtype"); in Swig_overload_rank()
511 pl = Getattr(pl, "tmap:in:next"); in Swig_overload_dispatch_cast()
562 if (!Getattr(pj, "tmap:in:SWIGTYPE") && Getattr(pj, "tmap:typecheck:SWIGTYPE")) { in Swig_overload_dispatch_cast()
689 pl = Getattr(pl, "tmap:in:next"); in overload_dispatch_fast()
737 if (!Getattr(pj, "tmap:in:SWIGTYPE") && Getattr(pj, "tmap:typecheck:SWIGTYPE")) { in overload_dispatch_fast()
820 pj = Getattr(pj, "tmap:in:next"); in Swig_overload_dispatch()
[all …]
H A Dlua.cxx298 module = Getattr(n, "name"); in top()
461 if (Getattr(n, "sym:nextSibling")) in registerMethod()
515 String *name = Getattr(n, "name"); in functionWrapper()
519 SwigType *d = Getattr(n, "type"); in functionWrapper()
612 p = Getattr(p, "tmap:in:next"); in functionWrapper()
625 if (Getattr(p, "wrap:disown") || (Getattr(p, "tmap:in:disown"))) { in functionWrapper()
655 p = Getattr(p, "tmap:in:next"); in functionWrapper()
683 p = Getattr(p, "tmap:check:next"); in functionWrapper()
695 p = Getattr(p, "tmap:freearg:next"); in functionWrapper()
717 p = Getattr(p, "tmap:argout:next"); in functionWrapper()
[all …]
H A Djava.cxx196 String *name = Getattr(n, "name") ? Getattr(n, "name") : NewString("<unnamed>"); in constructIntermediateClassName()
346 Node *optionsnode = Getattr(Getattr(n, "module"), "options"); in top()
842 if (Getattr(n, "type")) { in nativeWrapper()
957 p = Getattr(p, "tmap:in:next"); in functionWrapper()
1012 p = Getattr(p, "tmap:in:next"); in functionWrapper()
1075 if (Getattr(p, "tmap:throws")) { in functionWrapper()
1334 if (Getattr(n, "enumvalues")) in enumDeclaration()
1487 if (Getattr(n, "enumvalue")) { in enumvalueDeclaration()
2892 Getattr(n, "name")); in constructorHandler()
3264 value = Getattr(n, "enumvalue") ? Copy(Getattr(n, "enumvalue")) : Copy(Getattr(n, "enumvalueex")); in enumValue()
[all …]
H A Dd.cxx350 Node *optionsnode = Getattr(Getattr(n, "module"), "options"); in top()
1147 p = Getattr(p, "tmap:in:next"); in constructorHandler()
1245 Getattr(n, "name")); in constructorHandler()
1624 p = Getattr(p, "tmap:in:next"); in functionWrapper()
1666 p = Getattr(p, "tmap:in:next"); in functionWrapper()
1862 if (Getattr(n, "type")) { in nativeWrapper()
2237 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) { in classDirectorMethod()
2712 if (Getattr(n, "override")) { in writeProxyClassFunction()
2757 p = Getattr(p, "tmap:in:next"); in writeProxyClassFunction()
3217 requireDType(Getattr(basenode, "sym:nspace"), Getattr(basenode, "sym:name")); in writeProxyClassAndUpcasts()
[all …]
H A Dnested.cxx44 if (Getattr(n, "sym:name")) in add_symbols_c()
46 decl = Getattr(n, "decl"); in add_symbols_c()
48 String *name = Getattr(n, "name"); in add_symbols_c()
55 SwigType *type = Getattr(n, "type"); in add_symbols_c()
56 String *value = Getattr(n, "value"); in add_symbols_c()
98 String *name = Getattr(n, "name"); in add_symbols_c()
143 if (Getattr(n, "sym:weak")) { in add_symbols_c()
253 String *ccode = Getattr(n, "code"); in create_insert()
256 Push(ccode, Getattr(n, "name")); in create_insert()
258 Push(ccode, Getattr(n, "kind")); in create_insert()
[all …]
H A Dr.cxx224 Getattr(n, "name"), in memberfunctionHandler()
225 Getattr(n, "type")); in memberfunctionHandler()
438 n = Getattr(n, "type"); in getFunctionPointerNumArgs()
963 el = Getattr(tb, key);
1024 if (Getattr(itemList, item)) in OutputMemberReferenceMethod()
1324 if (Getattr(c,"error")) { in Swig_overload_rank()
1367 Printf(stdout,"p1 = '%s', p2 = '%s'\n", Getattr(p1,"type"), Getattr(p2,"type")); in Swig_overload_rank()
1409 t1 = Getattr(p1,"ltype"); in Swig_overload_rank()
1931 if (Getattr(p,"wrap:disown") || (Getattr(p,"tmap:in:disown"))) { in functionWrapper()
2371 if(Getattr(n, "unnamed") && Getattr(n, "storage") && Strcmp(Getattr(n, "storage"), "typedef") == 0 in classDeclaration()
[all …]
H A Docaml.cxx214 if (Getattr(options, "dirprot")) { in top()
217 if (Getattr(options, "sizeof")) { in top()
252 module = Getattr(n, "name"); in top()
574 p = Getattr(p, "tmap:in:next"); in functionWrapper()
598 p = Getattr(p, "tmap:in:next"); in functionWrapper()
616 p = Getattr(p, "tmap:check:next"); in functionWrapper()
632 p = Getattr(p, "tmap:argout:next"); in functionWrapper()
1438 if (Getattr(n, "noexcept")) { in classDirectorMethod()
1443 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) { in classDirectorMethod()
1453 if (Getattr(p, "tmap:throws")) { in classDirectorMethod()
[all …]
H A Dphp.cxx908 p = Getattr(p, "tmap:in:next"); in functionWrapper()
935 p = Getattr(p, "tmap:in:next"); in functionWrapper()
1166 o = Getattr(n, "sym:overloaded"); in functionWrapper()
1180 if (Cmp(Getattr(p, "type"), Getattr(p2, "type")) != 0) in functionWrapper()
1182 if (Cmp(Getattr(p, "name"), Getattr(p2, "name")) != 0) in functionWrapper()
1247 o = Getattr(n, "sym:overloaded"); in functionWrapper()
1476 while (Getattr(seen, pname)) { in functionWrapper()
1769 if (Getattr(classLookup(Getattr(n, "type")), "module")) { in functionWrapper()
2551 if (Getattr(n, "noexcept")) { in classDirectorMethod()
2557 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) { in classDirectorMethod()
[all …]
H A Dperl5.cxx236 if (Getattr(options, "dirprot")) in top()
721 p = Getattr(p, "tmap:in:next"); in functionWrapper()
739 if (Getattr(p, "wrap:disown") || (Getattr(p, "tmap:in:disown"))) { in functionWrapper()
746 p = Getattr(p, "tmap:in:next"); in functionWrapper()
795 SwigType *t = Getattr(p, "type"); in functionWrapper()
1825 lang = Getattr(n, "lang"); in pragmaDirective()
1826 code = Getattr(n, "name"); in pragmaDirective()
2096 if (Getattr(n, "noexcept")) { in classDirectorMethod()
2102 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) { in classDirectorMethod()
2112 if (Getattr(p, "tmap:throws")) { in classDirectorMethod()
[all …]
H A Dcontract.cxx129 bases = Getattr(c, "bases"); in inherit_contracts()
133 name = Getattr(n, "name"); in inherit_contracts()
134 type = Getattr(n, "type"); in inherit_contracts()
135 local_decl = Getattr(n, "decl"); in inherit_contracts()
146 base_decl = Getattr(temp, "decl"); in inherit_contracts()
166 …Printf(m, " %s [%s from %s]", Rules[j].combiner, Getattr(imessages, Rules[j].section), Getattr(b, … in inherit_contracts()
238 String *name = Getattr(p, "name"); in substitute_parms()
254 if (!Getattr(n, "feature:contract")) in emit_contract()
303 String *decl = Getattr(n, "decl"); in cDeclaration()
309 if (Getattr(n, "feature:contract")) in cDeclaration()
[all …]
H A Dtcl8.cxx325 p = Getattr(p, "tmap:in:next"); in functionWrapper()
344 if (Getattr(p, "wrap:disown") || (Getattr(p, "tmap:in:disown"))) { in functionWrapper()
373 p = Getattr(p, "tmap:in:next"); in functionWrapper()
406 p = Getattr(p, "tmap:check:next"); in functionWrapper()
415 && !Getattr(p, "tmap:in:parse") && (tm = Getattr(p, "tmap:freearg"))) { in functionWrapper()
440 p = Getattr(p, "tmap:argout:next"); in functionWrapper()
1007 String *pn = Getattr(p, "name"); in memberfunctionHandler()
1008 String *dv = Getattr(p, "value"); in memberfunctionHandler()
1009 SwigType *pt = Getattr(p, "type"); in memberfunctionHandler()
1051 String *pn = Getattr(p, "name"); in memberfunctionHandler()
[all …]
H A Dpython.cxx1213 if (!options || (!Getattr(options, "noshadow") && !Getattr(options, "noproxy"))) { in importDirective()
1712 if (Getattr(p, "self")) { in make_autodocParmList()
2365 ret = Getattr(n, "type"); in returnTypeAnnotation()
2870 if (Getattr(p, "wrap:disown") || (Getattr(p, "tmap:in:disown"))) { in functionWrapper()
2984 if (!Getattr(p, "tmap:in:parse") && (tm = Getattr(p, "tmap:freearg"))) { in functionWrapper()
2987 if (!Getattr(p, "hidden")) { in functionWrapper()
3301 if (!Getattr(h, "doc")) { in functionWrapper()
3319 if (!Getattr(h, "doc")) { in functionWrapper()
3338 if (!Getattr(h, "doc")) { in functionWrapper()
5293 if (Getattr(n, "noexcept")) { in classDirectorMethod()
[all …]
H A Dmodula3.cxx351 p = Getattr(p, nextattr); in skipIgnored()
699 return Getattr(n, "sym:name"); in getProxyName()
932 Node *optionsnode = Getattr(Getattr(n, "module"), "options"); in generateM3Top()
1180 if (Getattr(n, "type")) { in nativeWrapper()
1335 p = Getattr(p, "tmap:in:next"); in emitCWrapper()
1759 name = Getattr(n, "name"); in generateConstant()
2678 if (Getattr(n, "override")) in proxyClassFunctionHandler()
2704 p = Getattr(p, "tmap:in:next"); in proxyClassFunctionHandler()
2875 p = Getattr(p, "tmap:in:next"); in constructorHandler()
3142 arg = Getattr(p, "name"); in emitM3Wrapper()
[all …]
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dtempl.c65 if (Getattr(n, "error")) in cparse_template_expand()
89 t = Getattr(n, "type"); in cparse_template_expand()
90 v = Getattr(n, "value"); in cparse_template_expand()
91 d = Getattr(n, "decl"); in cparse_template_expand()
93 code = Getattr(n, "code"); in cparse_template_expand()
344 name = Getattr(tp, "name"); in Swig_cparse_template_expand()
345 value = Getattr(p, "value"); in Swig_cparse_template_expand()
349 value = Getattr(p, "type"); in Swig_cparse_template_expand()
586 tn = Getattr(n, "template"); in template_locate()
639 t = Getattr(p, "type"); in template_locate()
[all …]
/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dsymbol.c222 Symtab *symtab = Getattr(Getattr(table, k), symboltabletype); in symbol_print_symbols()
336 return Getattr(symtabs, name); in Swig_symbol_getscope()
564 cn = Getattr(ccurrent, name); in Swig_symbol_cadd()
735 name = Getattr(n, "name"); in Swig_symbol_add()
796 if (Getattr(n, "template")) { in Swig_symbol_add()
845 decl = Getattr(c, "decl"); in Swig_symbol_add()
892 decl = Getattr(cn, "decl"); in Swig_symbol_add()
962 n = Getattr(sym, name); in _symbol_lookup()
1250 ss = Swig_symbol_clookup(Getattr(s, "uname"), Getattr(s, "sym:symtab")); in Swig_symbol_clookup_check()
1301 Node *ss = Swig_symbol_clookup_local(Getattr(s, "uname"), Getattr(s, "sym:symtab")); in Swig_symbol_clookup_local()
[all …]
H A Dtypemap.c221 tm1 = Getattr(tm, pname); in typemap_register()
320 tm1 = Getattr(tm, name); in typemap_get()
372 …typemap_register(tmap_method, parms, Getattr(tm, "code"), Getattr(tm, "locals"), Getattr(tm, "kwar… in Swig_typemap_copy()
462 Printf(ssig, "-%s+%s:", Getattr(p, "type"), Getattr(p, "name")); in Swig_typemap_apply()
463 Printf(dsig, "-%s+%s:", Getattr(dp, "type"), Getattr(dp, "name")); in Swig_typemap_apply()
525 oldm = Getattr(tm, nkey); in Swig_typemap_apply()
580 Printf(tsig, "-%s+%s:", Getattr(p, "type"), Getattr(p, "name")); in Swig_typemap_clear_apply()
592 tm = Getattr(tm, name); in Swig_typemap_clear_apply()
662 tm1 = Getattr(tm, cname); in typemap_search_helper()
871 t = Getattr(p, "type"); in replace_local_types()
[all …]

12345678910>>...18