Home
last modified time | relevance | path

Searched refs:cache_integer_cst (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1843 cache_integer_cst (t); in process_new_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1852 cache_integer_cst (t); in process_new_tree()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h5099 extern void cache_integer_cst (tree);
H A Dtree.c1702 cache_integer_cst (tree t) in cache_integer_cst() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h5282 extern tree cache_integer_cst (tree, bool might_duplicate = false);
H A Dtree.cc1901 cache_integer_cst (tree t, bool might_duplicate ATTRIBUTE_UNUSED) in cache_integer_cst() function
H A DChangeLog-20204430 * tree.h (cache_integer_cst): Add defaulted might_duplicate parm.
4431 * tree.c (cache_integer_cst): Return the integer cst, add
6965 * tree.c (cache_integer_cst): Fixup pointer caching to match
17516 * tree.c (cache_integer_cst): Note why no caching of enum literals.
H A DChangeLog-201327660 * tree.c (cache_integer_cst): New function.
27661 * tree.h (cache_integer_cst): Declare.
H A DChangeLog-20195750 (cache_integer_cst): Likewise.
H A DChangeLog-201712444 * tree.c (cache_integer_cst, real_value_from_int_cst, integer_zerop)
H A DChangeLog-201440148 (cache_integer_cst): Use wide-int interfaces.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc8058 decl = cache_integer_cst (decl, true); in decl_value()
8962 existing = cache_integer_cst (t, true); in tree_value()