Home
last modified time | relevance | path

Searched refs:get_gcov_unsigned_t (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDcoverage.c135 get_gcov_unsigned_t (void) in get_gcov_unsigned_t() function
614 fields = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ()); in build_fn_info_type()
617 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ()); in build_fn_info_type()
623 array_type = build_array_type (get_gcov_unsigned_t (), array_type); in build_fn_info_type()
648 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value()
653 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value()
661 tree counters = build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value()
689 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ()); in build_ctr_info_type()
701 gcov_ptr_type, get_gcov_unsigned_t (), in build_ctr_info_type()
726 build_int_cstu (get_gcov_unsigned_t (), in build_ctr_info_value()
[all …]
HDChangeLog-20066271 * coverage.c: Use get_gcov_unsigned_t() instead of
HDChangeLog-200525934 * coverage.c (get_gcov_type, get_gcov_unsigned_t): New functions.
25937 (build_ctr_info_value, build_gcov_info): Use get_gcov_unsigned_t