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

/freebsd-12-stable/contrib/gcc/
H A Dcoverage.c652 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (),
657 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (),
665 tree counters = build_int_cstu (get_gcov_unsigned_t (),
730 build_int_cstu (get_gcov_unsigned_t (),
739 array_type = build_int_cstu (get_gcov_unsigned_t (),
808 value = tree_cons (field, build_int_cstu (TREE_TYPE (field), GCOV_VERSION),
821 value = tree_cons (field, build_int_cstu (TREE_TYPE (field), local_tick),
872 build_int_cstu (get_gcov_unsigned_t (), n_fns),
886 build_int_cstu (get_gcov_unsigned_t (), prg_ctr_mask),
H A Dpredict.c699 build_int_cstu (NULL_TREE, max - 1)))
H A Dbuiltins.c10372 len = build_int_cstu (size_type_node, strlen (fmt_str));
10431 ret = build_int_cstu (size_type_node,
10444 ret = build_int_cstu (size_type_node, bytes);
10841 len = build_int_cstu (size_type_node, strlen (fmt_str));
H A Dtree.h3659 extern tree build_int_cstu (tree, unsigned HOST_WIDE_INT);
H A Dtree.c712 build_int_cstu (tree type, unsigned HOST_WIDE_INT low)
708 build_int_cstu (tree type, unsigned HOST_WIDE_INT low) function
/freebsd-12-stable/contrib/gcc/cp/
H A Dmangle.c1257 base = build_int_cstu (type, chunk);

Completed in 232 milliseconds