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

  /src/external/gpl3/gcc/dist/gcc/
expr.h 121 typedef rtx (*by_pieces_constfn) (void *, void *, HOST_WIDE_INT,
124 /* The second pointer passed to by_pieces_constfn. */
143 by_pieces_constfn, void *,
238 by_pieces_constfn,
247 extern rtx store_by_pieces (rtx, unsigned HOST_WIDE_INT, by_pieces_constfn,
119 typedef rtx (*by_pieces_constfn) (void *, void *, HOST_WIDE_INT, typedef
  /src/external/gpl3/gcc.old/dist/gcc/
expr.h 112 typedef rtx (*by_pieces_constfn) (void *, void *, HOST_WIDE_INT,
115 /* The second pointer passed to by_pieces_constfn. */
132 by_pieces_constfn, void *);
226 by_pieces_constfn,
235 extern rtx store_by_pieces (rtx, unsigned HOST_WIDE_INT, by_pieces_constfn,
110 typedef rtx (*by_pieces_constfn) (void *, void *, HOST_WIDE_INT, typedef

Completed in 175 milliseconds