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

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900220_02.C10 void overloaded (char) { function
13 void overloaded (signed char) { // gets bogus error function
16 void overloaded (unsigned char) { function
25 overloaded (c);
26 overloaded (sc);
27 overloaded (uc);
H A D900220_03.C3 // g++ does not properly disambiguate calls to overloaded functions
19 void overloaded (char&) function
24 void overloaded (const char&) function
29 //void overloaded (volatile char&)
44 overloaded (c); // OK
45 overloaded (cc); // gets bogus error
46 //overloaded (vc); // OK
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.pm257 The first of these is the operand providing the overloaded
266 first argument (C<$self>) is an object implementing the overloaded
322 The term 'mathemagic' describes the overloaded implementation
395 However, if the operator C<!> is overloaded then the same
407 overloaded implementations of these operators are required to
471 where the overloaded object is passed as an argument to C<print>,
483 If the corresponding operation for this value is overloaded too,
487 be used directly. An overloaded conversion returning the object is
503 If C<E<lt>E<gt>> is overloaded then the same implementation is used
517 Calling an overloaded filetes
[all...]
H A Doverload.t1177 # These all check that overloaded values, rather than reference addresses,
1372 ok(!$b, "Expect overloaded boolean");
1373 ok(!$a, "Expect overloaded boolean");
1465 is($a->val, 'a & b', "overloaded &= works");
1470 is($b->val, 'b ^ c', "overloaded ^= works");
1475 is($c->val, 'c | d', "overloaded |= (by fallback) works");
1686 # overload. Lack of this means that overloaded values returned by eg a
1741 # and overloaded objects stored in ties which will have extra
2117 is($res, 1, 'A>B using A<=> when B overloaded, no B<=>');
2121 is($res, 1, 'A<B using B<=> when A overloaded, n
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp278 OverloadedMethodRecord &overloaded) {
279 TypeIndex method_list_idx = overloaded.MethodList;
289 AddMethod(overloaded.Name, method.Type, method.getAccess(),
277 visitKnownMember(CVMemberRecord &cvr, OverloadedMethodRecord &overloaded) argument
H A DPdbAstBuilder.cpp53 OverloadedMethodRecord &overloaded) override {
54 TypeIndex method_list_idx = overloaded.MethodList;
65 AddMethod(overloaded.Name, method.getAccess(), method.getOptions(),
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/lib/
H A DDumpvalue.pm585 Whether to write the non-overloaded form of the stringify-overloaded objects.
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DProcess.inc224 // RetryAfterSignal when open is overloaded, such as in Bionic.
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigfltpm.inc61 # overloaded functions
2428 # overloaded functions
H A Dbigintpm.inc88 # overloaded functions
3522 # overloaded functions
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigrat.pm424 are overloaded.
560 Using the copy or the original with overloaded math is okay, e.g., the following
H A Dbigint.pm436 are overloaded.
613 Using the copy or the original with overloaded math is okay, e.g., the following
H A Dbigfloat.pm440 are overloaded.
576 Using the copy or the original with overloaded math is okay, e.g., the following
H A Dbignum.pm691 Using the copy or the original with overloaded math is okay, e.g., the following
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h1751 unsigned int overloaded:1; /* overloaded function */ member in struct:quick_procedure
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h1751 unsigned int overloaded:1; /* overloaded function */ member in struct:quick_procedure
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dtie.t831 # Ties returning overloaded objects
833 package overloaded;
844 $o = bless [], overloaded;
H A Dwrite.t617 # Non-real vars like tied, overloaded and refs could, when stringified,
1544 my $g = bless []; # has overloaded stringify
1547 ::is $^A, "A3 de Z\nA4 f Z\n", "RT 91032: overloaded";
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm1858 Although C<cmp_ok()> was introduced in 0.40, 0.86 fixed an important bug to make it safe for overloaded objects; the fixed first shipped with Perl in 5.10.1 as part of Test::More 0.92.
1902 String overloaded objects are compared B<as strings> (or in C<cmp_ok()>'s
1905 better blackbox testing. So if a function starts returning overloaded
1910 test the internals of string overloaded objects. In this case I would
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm38 # For overloaded ops with only one argument we simple use $_[0]->copy() to
544 # cause costly overloaded code to be called. The only allowed ops are ref()
6764 The behavior of the overloaded operator % agrees with the behavior of Perl's
8207 performance gains for overloaded math, but introduced a performance loss due to
8265 All other object methods and overloaded functions can be directly inherited
8380 C<1e+2> instead of C<100>. Be advised that overloaded 'eq' always uses bstr()
8429 anything that modifies $x (except overloaded operators) also modifies $y, and
8431 Math::BigInt objects only via overloaded math. As soon as you use a method call
8464 With overloaded operators, it is the first (dominating) operand that determines
8506 both result in the proper type due to the way the overloaded mat
[all...]
H A DBigFloat.pm6059 All operators (including basic math operations) are overloaded if you
6064 Operations with overloaded operators preserve the arguments, which is
6689 that modifies $x will modify $y (except overloaded math operators), and vice
6816 Mark Biggar, overloaded interface by Ilya Zakharevich, 1996-2001.
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1769 the following (overloaded) operations are supported on complex numbers:
2105 operation (for instance) between two overloaded entities.
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.pm730 (CUR) is overloaded for other purposes and can't be relied on here.
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm409 Tests if two threads objects are the same thread or not. This is overloaded
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm2210 By default, JSON booleans will be decoded as overloaded
2740 respectively. They are overloaded to act almost exactly like the numbers

Completed in 733 milliseconds

12