| /dragonfly/sys/vfs/nfs/ |
| HD | bootp_subr.c | 113 int overload; member 145 int overload; member 1300 tctx->overload = *j; in bootpc_tag_helper() 1311 tctx->overload = 0; in bootpc_tag() 1323 if ((tctx->overload & OVERLOAD_FILE) != 0) in bootpc_tag() 1328 if ((tctx->overload & OVERLOAD_SNAME) != 0) in bootpc_tag() 1377 if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0) in bootpc_decode_reply() 1380 if ((gctx->tmptag.overload & OVERLOAD_FILE) == 0) in bootpc_decode_reply()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | tree.c | 2292 ovl_iterator::reveal_node (tree overload, tree node) in reveal_node() argument 2305 overload = remove_node (overload, node); in reveal_node() 2306 overload = ovl_insert (OVL_FUNCTION (node), overload); in reveal_node() 2308 return overload; in reveal_node() 2318 ovl_iterator::remove_node (tree overload, tree node) in remove_node() argument 2322 tree *slot = &overload; in remove_node() 2348 return overload; in remove_node() 3449 tree overload, ...) in build_min_non_dep_op_overload() argument 3469 va_start (p, overload); in build_min_non_dep_op_overload() 3471 if (TREE_CODE (TREE_TYPE (overload)) == FUNCTION_TYPE) in build_min_non_dep_op_overload() [all …]
|
| HD | typeck.c | 3096 tree overload = NULL_TREE; in build_x_indirect_ref() local 3109 NULL_TREE, NULL_TREE, &overload, complain); in build_x_indirect_ref() 3115 if (overload != NULL_TREE) in build_x_indirect_ref() 3117 (INDIRECT_REF, rval, overload, orig_expr)); in build_x_indirect_ref() 4041 tree overload = NULL_TREE; in build_x_binary_op() local 4059 &overload, complain); in build_x_binary_op() 4062 *overload_p = overload; in build_x_binary_op() 4079 if (overload != NULL_TREE) in build_x_binary_op() 4081 (code, expr, overload, orig_arg1, orig_arg2)); in build_x_binary_op() 4098 tree overload = NULL_TREE; in build_x_array_ref() local [all …]
|
| HD | class.c | 7646 tree overload, in resolve_address_of_overloaded_function() argument 7692 gcc_assert (is_overloaded_fn (overload)); in resolve_address_of_overloaded_function() 7710 OVL_NAME (overload), target_type); in resolve_address_of_overloaded_function() 7728 for (lkp_iterator iter (overload); iter; ++iter) in resolve_address_of_overloaded_function() 7775 for (lkp_iterator iter (overload); iter; ++iter) in resolve_address_of_overloaded_function() 7854 OVL_NAME (overload), target_type); in resolve_address_of_overloaded_function() 7856 print_candidates (overload); in resolve_address_of_overloaded_function() 7881 OVL_NAME (overload), target_type); in resolve_address_of_overloaded_function()
|
| HD | decl2.c | 397 tree overload = NULL_TREE; in grok_array_decl() local 423 index_exp, NULL_TREE, &overload, complain); in grok_array_decl() 474 if (overload != NULL_TREE) in grok_array_decl() 476 (ARRAY_REF, expr, overload, orig_array_expr, orig_index_exp)); in grok_array_decl()
|
| HD | call.c | 5587 tree arg2, tree arg3, tree *overload, tsubst_flags_t complain) in build_new_op_1() argument 5819 NULL_TREE, overload, complain); in build_new_op_1() 5866 if (overload) in build_new_op_1() 5867 *overload = cand->fn; in build_new_op_1() 6066 tree *overload, tsubst_flags_t complain) in build_new_op() argument 6071 overload, complain); in build_new_op()
|
| HD | cp-tree.def | 231 DEFTREECODE (OVERLOAD, "overload", tcc_exceptional, 0)
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | class.c | 954 tree overload; in add_method() local 1121 overload = build_overload (method, current_fns); in add_method() 1122 if (using_decl && TREE_CODE (overload) == OVERLOAD) in add_method() 1123 OVL_USED (overload) = true; in add_method() 1128 push_class_level_binding (DECL_NAME (method), overload); in add_method() 1143 VEC_quick_push (tree, method_vec, overload); in add_method() 1145 VEC_quick_insert (tree, method_vec, slot, overload); in add_method() 1149 VEC_replace (tree, method_vec, slot, overload); in add_method() 6839 tree overload, in resolve_address_of_overloaded_function() argument 6885 gcc_assert (is_overloaded_fn (overload)); in resolve_address_of_overloaded_function() [all …]
|
| HD | call.c | 4888 tree *overload, tsubst_flags_t complain) in build_new_op_1() argument 5052 overload, complain); in build_new_op_1() 5099 if (overload) in build_new_op_1() 5100 *overload = cand->fn; in build_new_op_1() 5256 tree *overload, tsubst_flags_t complain) in build_new_op() argument 5260 ret = build_new_op_1 (code, flags, arg1, arg2, arg3, overload, complain); in build_new_op()
|
| HD | cp-tree.def | 231 DEFTREECODE (OVERLOAD, "overload", tcc_exceptional, 0)
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | functional | 1486 // Trait type used to remove std::bind() from overload set via SFINAE 1508 // nested type so std::bind() will not participate in overload resolution 2177 /// @overload 2262 /// @overload 2379 /// @overload 2397 /// @overload
|
| D | future | 1502 /// async, potential overload
|
| D | valarray | 267 // 389. Const overload of valarray::operator[] returns by value.
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
| D | optional | 167 * @brief An overload that attempts to take the address of an lvalue as a 179 * @brief Fallback overload that defers to __addressof.
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | array | 287 // Constrained free swap overload, see p0185r1
|
| D | functional | 780 // Trait type used to remove std::bind() from overload set via SFINAE 795 // nested type so std::bind() will not participate in overload resolution
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | timevar.def | 47 DEFTIMEVAR (TV_OVERLOAD , "|overload resolution")
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | timevar.def | 53 DEFTIMEVAR (TV_OVERLOAD , "|overload resolution")
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| D | functional | 80 * and you can overload it for your own nefarious operations.
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| D | functional | 79 * and you can overload it for your own nefarious operations.
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | parse.y | 176 } overload; member 2054 o->data.overload.tblname, 2061 r.flush = o->data.overload.flush; 3576 if (strlcpy($$->data.overload.tblname, $3, 3581 $$->data.overload.flush = $5;
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | functional | 2085 /// @overload 2207 /// @overload 2225 /// @overload
|
| D | cmath | 1070 // overload cannot be provided here, because <tr1/math.h> would add it to 1124 // For C++03 just use std::fabs as there is no overload for std::complex<>.
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| D | functional | 2094 /// @overload 2222 /// @overload 2240 /// @overload
|
| /dragonfly/gnu/usr.bin/rcs/ |
| HD | NEWS | 380 is incompatible with getopt. Perhaps the best way is to overload `rcs', e.g.
|