Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8281764

jextract does not generate parameter names for function pointer typedefs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      Function pointer typedefs can include parameter names:

      typedef int (*foo)(int first, int second);

      When extracting this, jextract falls back to x0, x1 (as for typedefs w/o parameter names).

            sundar Sundararajan Athijegannathan
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: