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

  /src/external/gpl3/gcc/dist/gcc/
coverage.cc 102 static GTY(()) tree gcov_fn_info_type; variable
1183 gcov_fn_info_type = lang_hooks.types.make_type (RECORD_TYPE);
1184 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type);
1187 (build_qualified_type (gcov_fn_info_type, TYPE_QUAL_CONST));
1216 tree init = build_fn_info (data, gcov_fn_info_type, gcov_info_var);
1217 tree var = build_var (fn, gcov_fn_info_type, -1);
  /src/external/gpl3/gcc.old/dist/gcc/
coverage.cc 102 static GTY(()) tree gcov_fn_info_type; variable
1183 gcov_fn_info_type = lang_hooks.types.make_type (RECORD_TYPE);
1184 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type);
1187 (build_qualified_type (gcov_fn_info_type, TYPE_QUAL_CONST));
1216 tree init = build_fn_info (data, gcov_fn_info_type, gcov_info_var);
1217 tree var = build_var (fn, gcov_fn_info_type, -1);

Completed in 49 milliseconds