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

/freebsd-10.0-release/contrib/gcc/
H A Dcoverage.c136 get_gcov_unsigned_t (void)
600 fields = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
603 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
609 array_type = build_array_type (get_gcov_unsigned_t (), array_type);
634 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (),
639 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (),
647 tree counters = build_int_cstu (get_gcov_unsigned_t (),
675 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
687 gcov_ptr_type, get_gcov_unsigned_t (),
712 build_int_cstu (get_gcov_unsigned_t (),
135 get_gcov_unsigned_t (void) function
[all...]

Completed in 58 milliseconds