Searched refs:mangle (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/swig-12/Lib/
H A Dattribute.i20 #ifndef %mangle
21 #define %mangle(Type...) #@Type
H A Dswig.swg166 %define DYNAMIC_CAST(mangle,func)
168 mangle->dcast = (swig_dycast_func) func;
/macosx-10.10.1/swig-12/Source/CParse/
H A Dutil.c51 String *mangle; local
54 mangle = SwigType_manglestr(t);
55 descriptor = NewStringf("SWIGTYPE%s", mangle);
61 Delete(mangle);
/macosx-10.10.1/swig-12/Source/Swig/
H A Dfragment.c41 String *mangle = Swig_string_mangle(type); local
42 Append(name, mangle);
43 Delete(mangle);
86 String *mangle = 0; local
102 mangle = Swig_string_mangle(type);
114 if (mangle)
115 Append(name, mangle);
158 String *mangle = Swig_string_mangle(type); local
159 Append(name, mangle);
163 Delete(mangle);
[all...]
H A Dtypemap.c885 String *mangle, *star_mangle, *amp_mangle, *base_mangle, *base_name; local
920 if (strstr(sc, "mangle") || strstr(sc, "descriptor")) {
923 mangle = SwigType_manglestr(type);
925 Replace(s, "$mangle", mangle, DOH_REPLACE_ANY);
926 strcpy(varname, "mangle");
927 Replace(s, var, mangle, DOH_REPLACE_ANY);
929 descriptor = NewStringf("SWIGTYPE%s", mangle);
940 Delete(mangle);
987 Replace(s, "$*mangle", star_mangl
1268 String *mangle = Swig_string_mangle(kwtype); local
[all...]
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dattribute.swg155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
158 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
161 template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_, AttributeType val_) {
167 #define %mangle(Class) ##_## AttributeName ## _get(self_) GetMethodCall
168 #define %mangle(Class) ##_## AttributeName ## _set(self_, val_) SetMethodCall
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
185 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
191 #define %mangle(Class) ##_## AttributeName ## _get(self_) GetMethodCall
243 #define %mangle(Class) ##_## AttributeName ## _get(self_) new AttributeType(self_->GetMethod())
247 #define %mangle(Clas
[all...]
H A Dswigmacros.swg179 #define %mangle(Type...) #@Type
/macosx-10.10.1/swig-12/Lib/python/
H A Dpybackward.swg6 #define SWIG_Mangle(x...) %mangle(x)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A DREADME17 they are put into unix tarfiles, which tend to mangle the
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtclock.c121 double cr, mradius, hradius, mangle, hangle; local
194 mangle = ((t->tm_min + (t->tm_sec / 60.0)) * (2 * PI) / 60.0);
195 mdx = A2X(mangle, mradius);
196 mdy = A2Y(mangle, mradius);
/macosx-10.10.1/swig-12/Source/Modules/
H A Dchicken.cxx340 String *mangle = NewString(""); local
355 Printf(mangle, "\"%s\"", SwigType_manglestr(d));
661 Delete(mangle);
674 String *mangle = NewString(""); local
689 Printf(mangle, "\"%s\"", SwigType_manglestr(t));
813 Delete(mangle);
832 String *mangle = NewString(""); local
853 Printf(mangle, "\"%s\"", SwigType_manglestr(t));
979 Delete(mangle);
H A Docaml.cxx1549 String *mangle = SwigType_manglestr(ptype); local
1551 String *director = NewStringf("director_%s", mangle);
1556 Printf(wrap_args, "%s = SWIG_NewPointerObj(%s, SWIGTYPE%s, 0);\n", source, nonconst, mangle);
1564 Printf(wrap_args, "%s = SWIG_NewPointerObj(%s, SWIGTYPE%s, 0);\n", source, nonconst, mangle);
1569 Delete(mangle);
H A Dpython.cxx3801 String *mangle = SwigType_manglestr(ptype); local
3803 String *director = NewStringf("director_%s", mangle);
3808 Printf(wrap_args, "%s = SWIG_NewPointerObj(%s, SWIGTYPE%s, 0);\n", source, nonconst, mangle);
3817 Printf(wrap_args, "%s = SWIG_NewPointerObj(%s, SWIGTYPE%s, 0);\n", source, nonconst, mangle);
3823 Delete(mangle);
H A Druby.cxx3176 String *mangle = SwigType_manglestr(parameterType); local
3178 String *director = NewStringf("director_%s", mangle);
3183 Printf(wrap_args, "%s = SWIG_NewPointerObj(%s, SWIGTYPE%s, 0);\n", source, nonconst, mangle);
3191 Printf(wrap_args, "%s = SWIG_NewPointerObj(%s, SWIGTYPE%s, 0);\n", source, nonconst, mangle);
3196 Delete(mangle);
/macosx-10.10.1/diskdev_cmds-576/mount.tproj/
H A Dmount.c82 void mangle __P((char *, int *, const char **));
401 mangle(optbuf, &argc, argv);
536 mangle(options, argcp, argv) function
/macosx-10.10.1/swig-12/Lib/allegrocl/
H A Dallegrocl.swg447 (mangle (excl::if* (cl::string-equal name mangled-name)
469 (ff:def-foreign-call (,mangle ,mangled-name) ,ffargs ,@kwargs))
471 (cl::cons ',mangle args)))
482 (mangle (cl::intern mangled-name))
495 (ff:def-foreign-call (,mangle ,mangled-name) ,ffargs ,@kwargs))
497 (cl::cons ',mangle args)))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsamba.vim50 syn keyword sambaKeyword contained lpq lpresume lprm machine magic mangle
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy2603 are two commands which have the opposite effect, B<--mangle> and
2608 difference between these is that B<--mangle> puts the fewest possible
2614 One use for B<--mangle> is the following:
2616 perltidy --mangle myfile.pl -st | perltidy -o myfile.pl.new
2621 A similar technique can be used with B<--extrude> instead of B<--mangle>
2624 Another use for B<--mangle> is to combine it with B<-dac> to reduce
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm2011 # 'mangle' originally deleted pod and comments, but to keep it
2014 # -mangle -dac
2016 # An interesting use for 'mangle' is to do this:
2017 # perltidy -mangle myfile.pl -st | perltidy -o myfile.pl.new
2020 'mangle' => [
3501 -mangle remove as many newlines as possible (but keep comments and pods)
8144 # This is a slow routine but is not needed too often except when -mangle
8211 # (testfile mangle.t with --mangle)
8215 # (testfiles prnterr1.t with --extrude and mangle
[all...]

Completed in 180 milliseconds