Searched refs:c_decl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/swig-12/Source/Modules/
H A Dcsharp.cxx3408 String *c_decl = NewString(""); local
3428 Printf(c_decl, "%s %s", c_param_type, arg);
3430 Wrapper_add_localv(w, arg, c_decl, (!(SwigType_ispointer(pt) || SwigType_isreference(pt)) ? "" : "= 0"), NIL);
3526 Delete(c_decl);
H A Djava.cxx3549 String *c_decl = NewString(""); local
3567 Printf(c_decl, "%s %s", c_param_type, arg);
3569 Wrapper_add_localv(w, arg, c_decl, (!(SwigType_ispointer(pt) || SwigType_isreference(pt)) ? "" : "= 0"), NIL);
3667 Delete(c_decl);
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y1538 %type <node> c_declaration c_decl c_decl_tail c_enum_decl c_enum_forward_decl c_constructor_decl ;
2900 c_declaration : c_decl {
2943 c_decl : storage_class type declarator initializer c_decl_tail { label
3860 cpp_temp_possible: c_decl {

Completed in 129 milliseconds