Lines Matching refs:tree_cons
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()
664 array_value = tree_cons (NULL_TREE, counters, array_value); in build_fn_info_value()
670 value = tree_cons (fields, array_value, value); in build_fn_info_value()
725 value = tree_cons (fields, in build_ctr_info_value()
746 value = tree_cons (fields, in build_ctr_info_value()
752 value = tree_cons (fields, null_pointer_node, value); in build_ctr_info_value()
762 value = tree_cons (fields, in build_ctr_info_value()
804 value = tree_cons (field, build_int_cstu (TREE_TYPE (field), GCOV_VERSION), in build_gcov_info()
811 value = tree_cons (field, null_pointer_node, value); in build_gcov_info()
817 value = tree_cons (field, build_int_cstu (TREE_TYPE (field), local_tick), in build_gcov_info()
837 value = tree_cons (field, build1 (ADDR_EXPR, string_type, filename_string), in build_gcov_info()
845 fn_info_value = tree_cons (NULL_TREE, in build_gcov_info()
867 value = tree_cons (field, in build_gcov_info()
875 value = tree_cons (field, fn_info_value, value); in build_gcov_info()
881 value = tree_cons (field, in build_gcov_info()
892 ctr_info_value = tree_cons (NULL_TREE, in build_gcov_info()
902 value = tree_cons (field, ctr_info_value, value); in build_gcov_info()
949 t = tree_cons (NULL, t, NULL); in create_coverage()