Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDcall.c413 tree conversion_path; member
1311 tree access_path, tree conversion_path, in add_candidate() argument
1322 cand->conversion_path = conversion_path; in add_candidate()
1340 tree access_path, tree conversion_path, in add_function_candidate() argument
1464 access_path, conversion_path, viable); in add_function_candidate()
1480 tree arglist, tree access_path, tree conversion_path) in add_conv_candidate() argument
1544 access_path, conversion_path, viable); in add_conv_candidate()
2225 tree conversion_path, int flags, tree obj, in add_template_candidate_real() argument
2289 conversion_path, arglist); in add_template_candidate_real()
2293 conversion_path, flags); in add_template_candidate_real()
[all …]
HDChangeLog-20022043 (struct z_candidate): Add access_path and conversion_path. Remove
2047 (add_candidate): Add conversion_path argument.
2051 (add_template_candidate_real): Add conversion_path argument.
2059 (build_over_call): Use cand->conversion_path.