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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 19887 tree field_size_tree;
19899 field_size_tree = DECL_SIZE (decl);
19903 if (!field_size_tree)
19904 field_size_tree = bitsize_zero_node;
19907 if (TREE_CODE (field_size_tree) == INTEGER_CST)
19908 field_size_in_bits = wi::to_offset (field_size_tree);
19874 tree field_size_tree; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 19800 tree field_size_tree;
19812 field_size_tree = DECL_SIZE (decl);
19816 if (!field_size_tree)
19817 field_size_tree = bitsize_zero_node;
19820 if (TREE_CODE (field_size_tree) == INTEGER_CST)
19821 field_size_in_bits = wi::to_offset (field_size_tree);
19787 tree field_size_tree; local

Completed in 66 milliseconds