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

  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 973 tree toff_align = bitsize_int (off_align);
975 && tree_int_cst_equal (TREE_OPERAND (pos, 1), toff_align))
987 toff_align)),
989 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, toff_align);
969 tree toff_align = bitsize_int (off_align); local
  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 945 tree toff_align = bitsize_int (off_align);
947 && tree_int_cst_equal (TREE_OPERAND (pos, 1), toff_align))
959 toff_align)),
961 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, toff_align);
941 tree toff_align = bitsize_int (off_align); local

Completed in 40 milliseconds