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

  /src/external/gpl3/gcc/dist/gcc/
coverage.cc 103 static GTY(()) tree gcov_fn_info_ptr_type; variable
1186 gcov_fn_info_ptr_type = build_pointer_type
1188 build_info_type (gcov_info_type, gcov_fn_info_ptr_type);
1223 build1 (ADDR_EXPR, gcov_fn_info_ptr_type, var));
1236 (build_qualified_type (gcov_fn_info_ptr_type, TYPE_QUAL_CONST),
  /src/external/gpl3/gcc.old/dist/gcc/
coverage.cc 103 static GTY(()) tree gcov_fn_info_ptr_type; variable
1186 gcov_fn_info_ptr_type = build_pointer_type
1188 build_info_type (gcov_info_type, gcov_fn_info_ptr_type);
1223 build1 (ADDR_EXPR, gcov_fn_info_ptr_type, var));
1236 (build_qualified_type (gcov_fn_info_ptr_type, TYPE_QUAL_CONST),

Completed in 18 milliseconds