HomeSort by: relevance | last modified time | path
    Searched refs:int_cst_node (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 201 static GTY (()) tree int_cst_node; variable
717 int_cst_node = make_int_cst (1, 1);
1796 /* Use the cache of larger shared ints, using int_cst_node as
1799 TREE_INT_CST_ELT (int_cst_node, 0) = hwi;
1800 TREE_TYPE (int_cst_node) = type;
1802 tree *slot = int_cst_hash_table->find_slot (int_cst_node, INSERT);
1807 t = int_cst_node;
1810 int_cst_node = make_int_cst (1, 1);
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 177 static GTY (()) tree int_cst_node; variable
699 int_cst_node = make_int_cst (1, 1);
1779 /* Use the cache of larger shared ints, using int_cst_node as
1782 TREE_INT_CST_ELT (int_cst_node, 0) = hwi;
1783 TREE_TYPE (int_cst_node) = type;
1785 tree *slot = int_cst_hash_table->find_slot (int_cst_node, INSERT);
1790 t = int_cst_node;
1793 int_cst_node = make_int_cst (1, 1);

Completed in 65 milliseconds