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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c412 tree conversion_path; member in struct:z_candidate
1298 tree access_path, tree conversion_path,
1309 cand->conversion_path = conversion_path;
1327 tree access_path, tree conversion_path,
1451 access_path, conversion_path, viable);
1467 tree arglist, tree access_path, tree conversion_path)
1531 access_path, conversion_path, viable);
1585 /*conversion_path=*/NULL_TREE,
2212 tree conversion_path, in
1295 add_candidate(struct z_candidate **candidates, tree fn, tree args, size_t num_convs, conversion **convs, tree access_path, tree conversion_path, int viable) argument
1325 add_function_candidate(struct z_candidate **candidates, tree fn, tree ctype, tree arglist, tree access_path, tree conversion_path, int flags) argument
1466 add_conv_candidate(struct z_candidate **candidates, tree fn, tree obj, tree arglist, tree access_path, tree conversion_path) argument
2209 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2308 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
2322 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, tree arglist, tree return_type, tree access_path, tree conversion_path) argument
2596 tree conversion_path = TREE_PURPOSE (conv_fns); local
3594 add_candidates(tree fns, tree args, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates) argument
5338 build_new_method_call(tree instance, tree fns, tree args, tree conversion_path, int flags, tree *fn_p) argument
[all...]

Completed in 104 milliseconds