Lines Matching refs:result

191 /// functions with the sorted result.
211 /// and store the result in a vector of @ref function_decl_diff_sptr
217 /// result of the sort into.
254 /// The result is a vector of @ref elf_symbol_sptr sorted by the
276 /// The result is a vector of var_decl* sorted by the qualified name
295 /// Sort the values of a string_var_diff_sptr_map and store the result
315 /// result into a vector of var_diff_sptr.
517 /// pretty representation of the type_sptr_sptr. The sorted result is
1055 /// categories to the result of the or.
2663 distinct_diff_sptr result(new distinct_diff(first, second, ctxt));
2665 ctxt->initialize_canonical_diff(result);
2667 return result;
3254 if (diff_sptr result = priv_->type_diff_.lock())
3255 return result;
3258 result = compute_diff(first_var()->get_type(),
3261 context()->keep_diff_alive(result);
3262 priv_->type_diff_ = result;
3263 return result;
3449 pointer_diff_sptr result(new pointer_diff(first, second, d, ctxt));
3450 ctxt->initialize_canonical_diff(result);
3452 return result;
3602 array_diff_sptr result(new array_diff(first, second, d, ctxt));
3603 ctxt->initialize_canonical_diff(result);
3604 return result;
3734 reference_diff_sptr result(new reference_diff(first, second, d, ctxt));
3735 ctxt->initialize_canonical_diff(result);
3736 return result;
3881 qualified_type_diff_sptr result(new qualified_type_diff(first, second,
3883 ctxt->initialize_canonical_diff(result);
3884 return result;
4190 size_t result = 0;
4198 ++result;
4200 return result;
4209 size_t result = 0;
4217 ++result;
4219 return result;
6680 fn_parm_diff_sptr result(new fn_parm_diff(first, second, ctxt));
6681 ctxt->initialize_canonical_diff(result);
6683 return result;
6976 function_type_diff_sptr result(new function_type_diff(first, second, ctxt));
6982 result->priv_->parm_changes_);
6984 result->ensure_lookup_tables_populated();
6986 ctxt->initialize_canonical_diff(result);
6988 return result;
7120 function_decl_diff_sptr result(new function_decl_diff(first, second,
7122 result->priv_->type_diff_ = type_diff;
7124 result->ensure_lookup_tables_populated();
7126 ctxt->initialize_canonical_diff(result);
7128 return result;
7238 type_decl_diff_sptr result(new type_decl_diff(first, second, ctxt));
7247 ctxt->initialize_canonical_diff(result);
7249 return result;
7391 typedef_diff_sptr result(new typedef_diff(first, second, d, ctxt));
7393 ctxt->initialize_canonical_diff(result);
7395 return result;
11107 /// current policy to the result.
12275 /// context of the a given @ref corpus_diff tree. As a result, the