HomeSort by: relevance | last modified time | path
    Searched refs:overload (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ena-dis-br-range.cc 24 static void overload (void);
25 static void overload (char);
26 static void overload (int);
27 static void overload (double);
31 foo::overload ()
36 foo::overload (char arg)
41 foo::overload (int arg)
46 foo::overload (double arg)
58 foo::overload ();
59 foo::overload (111)
    [all...]
cpexprs.cc 138 int overload (void) const { return 0; } // base::overload(void) const
139 int overload (int i) const { return 1; } // base::overload(int) const
140 int overload (short s) const { return 2; } // base::overload(short) const
141 int overload (long l) const { return 3; } // base::overload(long) const
142 int overload (char* a) const { return 4; } // base::overload(char*) cons
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ena-dis-br-range.cc 24 static void overload (void);
25 static void overload (char);
26 static void overload (int);
27 static void overload (double);
31 foo::overload ()
36 foo::overload (char arg)
41 foo::overload (int arg)
46 foo::overload (double arg)
58 foo::overload ();
59 foo::overload (111)
    [all...]
cpexprs.cc 138 int overload (void) const { return 0; } // base::overload(void) const
139 int overload (int i) const { return 1; } // base::overload(int) const
140 int overload (short s) const { return 2; } // base::overload(short) const
141 int overload (long l) const { return 3; } // base::overload(long) const
142 int overload (char* a) const { return 4; } // base::overload(char*) cons
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
lspec.h 5 int overload ();
6 int overload (int);
7 int overload (double);
lspec.cc 5 int NameSpace::overload()
cpcompletion.exp 307 proc_with_prefix overload {} {
348 proc_with_prefix overload-2 {} {
483 proc_with_prefix overload-3 {} {
513 with_test_prefix "restrict overload" {
559 proc_with_prefix template-overload {} {
834 # Test completion of a const-overloaded function (const-overload).
837 proc_with_prefix const-overload {} {
868 # Same but quote-enclose the function name. This makes the overload
871 proc_with_prefix const-overload-quoted {} {
1370 overload
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
lspec.h 5 int overload ();
6 int overload (int);
7 int overload (double);
lspec.cc 5 int NameSpace::overload()
cpcompletion.exp 307 proc_with_prefix overload {} {
348 proc_with_prefix overload-2 {} {
483 proc_with_prefix overload-3 {} {
513 with_test_prefix "restrict overload" {
559 proc_with_prefix template-overload {} {
834 # Test completion of a const-overloaded funtion (const-overload).
837 proc_with_prefix const-overload {} {
868 # Same but quote-enclose the function name. This makes the overload
871 proc_with_prefix const-overload-quoted {} {
1370 overload
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/one/
thefile.cc 22 int NameSpace::overload(int x)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/one/
thefile.cc 22 int NameSpace::overload(int x)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/two/
thefile.cc 23 int NameSpace::overload(double x)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/two/
thefile.cc 23 int NameSpace::overload(double x)
  /src/external/lgpl3/gmp/dist/demos/perl/GMP/
Mpq.pm 44 use overload
71 overload::constant ('integer' => \&overload_constant,
75 overload::remove_constant ('integer' => \&overload_constant,
Mpf.pm 46 use overload
70 overload::constant ('integer' => \&overload_constant,
74 overload::remove_constant ('integer' => \&overload_constant,
Mpz.pm 54 use overload
83 overload::constant ('integer' => \&overload_constant,
87 overload::remove_constant ('integer' => \&overload_constant,
  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 186 tree overload = build_import_decl (d->a[i]);
187 if (overload != NULL_TREE)
188 vec_safe_push (tset, overload);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 147 OVERLOAD, the overload is resolved first if possible through
162 /* The "field" can be a FUNCTION_DECL or an OVERLOAD in some
1908 case OVERLOAD:
2347 /* Make a raw overload node containing FN. */
2352 tree result = make_node (OVERLOAD);
2354 if (TREE_CODE (fn) == OVERLOAD)
2359 if (next && TREE_CODE (next) == OVERLOAD && OVL_DEDUP_P (next))
2366 /* Add FN to the (potentially NULL) overload set OVL. USING_OR_HIDDEN is >
2379 for (; maybe_ovl && TREE_CODE (maybe_ovl) == OVERLOAD
    [all...]
decl2.cc 321 /* Classes overload their constituent function names automatically.
381 tree overload = NULL_TREE;
422 &overload, complain);
424 expr = build_op_subscript (loc, array_expr, index_exp_list, &overload,
429 &overload, complain & tf_decltype);
436 idx, NULL_TREE, NULL_TREE, &overload,
440 overload = NULL_TREE;
442 &overload, complain);
554 if (overload != NULL_TREE)
558 expr = build_min_non_dep_op_overload (expr, overload,
    [all...]
typeck.cc 81 if (TREE_CODE (value) == OVERLOAD)
2620 /*overload=*/NULL,
2663 itself, or later when overload resolution selects one of the
2884 until overload resolution has been performed. */
3567 This function may need to overload OPERATOR_FNNAME.
3576 tree overload = NULL_TREE;
3603 &overload, complain);
3609 if (overload != NULL_TREE)
3611 (INDIRECT_REF, rval, overload, orig_expr));
4579 tree overload = NULL_TREE
    [all...]
  /src/sys/fs/nfs/common/
bootp_subr.c 143 int overload; member in struct:bootpc_ifcontext
179 int overload; member in struct:bootpc_tagcontext
218 #define TAG_OVERLOAD 52 /* Option Overload */
223 /* Overload values */
1381 tctx->overload = *j;
1391 tctx->overload = 0;
1403 if ((tctx->overload & OVERLOAD_FILE) != 0)
1408 if ((tctx->overload & OVERLOAD_SNAME) != 0)
1446 /* This call used for the side effect (overload flag) */
1450 if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 159 OVERLOAD, the overload is resolved first if possible through
174 /* The "field" can be a FUNCTION_DECL or an OVERLOAD in some
1923 case OVERLOAD:
2362 /* Make a raw overload node containing FN. */
2367 tree result = make_node (OVERLOAD);
2369 if (TREE_CODE (fn) == OVERLOAD)
2374 if (next && TREE_CODE (next) == OVERLOAD && OVL_DEDUP_P (next))
2381 /* Add FN to the (potentially NULL) overload set OVL. USING_OR_HIDDEN is >
2394 for (; maybe_ovl && TREE_CODE (maybe_ovl) == OVERLOAD
    [all...]
decl2.cc 356 /* Classes overload their constituent function names automatically.
416 tree overload = NULL_TREE;
451 &overload, complain);
453 expr = build_op_subscript (loc, array_expr, index_exp_list, &overload,
458 &overload, complain & tf_decltype);
468 idx, NULL_TREE, NULL_TREE, &overload,
472 overload = NULL_TREE;
474 &overload, complain);
592 if (overload != NULL_TREE)
596 expr = build_min_non_dep_op_overload (expr, overload,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc 222 // Call ::open in a lambda to avoid overload resolution in

Completed in 67 milliseconds

1 2