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

/freebsd-12-stable/contrib/gcc/
H A Dtree.c137 static GTY (()) tree int_cst_node; variable
241 int_cst_node = make_node (INTEGER_CST);
897 TREE_INT_CST_LOW (int_cst_node) = low;
898 TREE_INT_CST_HIGH (int_cst_node) = hi;
899 TREE_TYPE (int_cst_node) = type;
901 slot = htab_find_slot (int_cst_hash_table, int_cst_node, INSERT);
906 t = int_cst_node;
909 int_cst_node = make_node (INTEGER_CST);

Completed in 108 milliseconds