Searched refs:overloaded (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Demit.cxx367 String *overloaded = Getattr(n, "sym:overloaded"); local
368 Replaceall(tm, "$overname", overloaded ? Char(Getattr(n, "sym:overname")) : "");
H A Dphp.cxx15 * Handle default parameters on overloaded methods in PHP where possible.
16 * (Mostly done - just need to handle cases of overloaded methods with
21 * method with two overloaded forms instead of a single method with
657 /* Last node in overloaded chain */
667 /* Generate a dispatch wrapper for all overloaded functions */
690 Printf(f->code, "SWIG_ErrorMsg() = \"No matching function for overloaded '%s'\";\n", symname);
735 int overloaded = 0; local
745 if (Getattr(n, "sym:overloaded")) {
746 overloaded = 1;
764 // Not issued for overloaded function
[all...]
H A Doctave.cxx445 bool overloaded = !!Getattr(n, "sym:overloaded"); local
446 bool last_overload = overloaded && !Getattr(n, "sym:nextSibling");
453 if (!overloaded && !addSymbol(iname, n))
456 if (overloaded)
658 if (!overloaded || last_overload) {
H A Dallegrocl.cxx1722 * This function takes an overloaded declaration and creates a list that ranks
1723 * all overloaded methods in an order that can be used to generate a dispatch
1727 * Swig_overload_dispatch() - where wrappers for all overloaded methods are generated,
1729 * call this method via Swig_overload_check() for each overloaded method in order
1739 Node *o = Getattr(n, "sym:overloaded");
1756 /* Make a list of all the declarations (methods) that are overloaded with
2145 String *overloaded_from = Getattr(overload, "sym:overloaded");
2237 if (Getattr(n, "sym:overloaded")) {
2252 Node *overloaded_from = Getattr(n, "sym:overloaded");
2353 Printf(stderr, "%s%sfunction %s%s%s\n", auto_generated ? "> " : "", Getattr(n, "sym:overloaded")
2606 Node *overloaded = Getattr(n, "sym:overloaded"); local
[all...]
H A Dlang.cxx840 // Prevent wrapping protected overloaded director methods more than once -
1279 if (Getattr(n, "sym:overloaded") && code) {
2092 Node *overloaded = Getattr(ni, "sym:overloaded"); local
2093 // emit the using base::member statement (but only once if the method is overloaded)
2094 if (!overloaded || (overloaded && (overloaded == ni)))
2468 * If the method is overloaded, then Swig_overload_dispatch() incorrectly generates a call to the base wrapper, _wrap_xxx method
2522 /* clean protected overloaded constructor
[all...]
H A Dpython.cxx1303 // If the function is overloaded then this funciton is called
1412 // if it's overloaded then get the next decl and loop around again
1480 * Check if the function is overloaded, but not just have some
1486 Node *h = Getattr(n, "sym:overloaded");
1495 /* Check if overloaded function has defaultargs and
1496 * pointed to the first overloaded. */
1517 /* For overloaded function, just use *args */
1739 /* Last node in overloaded chain */
1753 /* Generate a dispatch wrapper for all overloaded functions */
1796 "\"Wrong number of arguments for overloaded functio
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm456 overloaded stringification operator call the C<text()> method
519 operator is overloaded to call this method. Thus the following are
/macosx-10.10/vim-55/runtime/syntax/
H A Dhaskell.vim54 " Reserved symbols--cannot be overloaded.
H A Dlftp.vim92 \ use-mdtm use-mdtm[-overloaded]
H A Dd.vim21 " that when overloaded implement unary and binary operators (e.g. opCmp).
H A Dphp.vim532 " - user_error()/trigger_error() can be overloaded by set_error_handler and also
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm1345 String overloaded objects are compared B<as strings>. This prevents
1347 testing. So if a function starts returning overloaded objects instead of
1351 test the internals of string overloaded objects. In this case I would
/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm26 Simple scalar constants are values that are overloaded to act like simple
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h1751 unsigned int overloaded:1; /* overloaded function */ member in struct:quick_procedure
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DMore.pm1462 String overloaded objects are compared B<as strings> (or in cmp_ok()'s
1465 better blackbox testing. So if a function starts returning overloaded
1470 test the internals of string overloaded objects. In this case I would
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dada-xref.el1819 (princ "Identifier is overloaded and Xref information is not up to date.\n")
2018 (princ "Identifier is overloaded and Xref information is not up to date.\n")
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm445 method is also overloaded onto the stringification operator allowing the
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2254 The perl builtin I<bool> operator is overloaded so that a Class::DBI
2299 However, with overloaded stringification, the original code continues
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2580 respectively. They are overloaded to act almost exactly like the numbers
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm1000 C<Types::Serialiser::false>, respectively. They are overloaded to act
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim3494 " == +: this is overloaded:

Completed in 433 milliseconds