HomeSort by: relevance | last modified time | path
    Searched defs:func_val (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-run.c 122 struct value *func_val; local
143 func_val = value_from_pointer (lookup_pointer_type (func_type),
164 call_function_by_hand_dummy (func_val, NULL, args,
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-run.c 122 struct value *func_val; local
143 func_val = value_from_pointer (lookup_pointer_type (func_type),
164 call_function_by_hand_dummy (func_val, NULL, args,
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c 989 double func_val = 0.0; local
1007 func_val += calculate_2_entries (ci_ptr1->values[c_num],
1020 ret += func_val;
1026 gfi_ptr1->ident, func_val*100, func_cum_1*100, func_cum_2*100);
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c 1077 double func_val = 0.0; local
1095 func_val += calculate_2_entries (ci_ptr1->values[c_num],
1108 ret += func_val;
1114 gfi_ptr1->ident, func_val*100, func_cum_1*100, func_cum_2*100);

Completed in 62 milliseconds