jextract does not generate parameter names for function pointer typedefs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: 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).

            Assignee:
            Sundararajan Athijegannathan
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: