Changeset db19e1d for tests/meta/.expect


Ignore:
Timestamp:
Sep 3, 2024, 12:08:09 PM (43 hours ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
737bf73
Parents:
cdbb909
Message:

Changed the interpritation of () to be no parameters instead of any parameters. This had a lot of little changes because of this and some nearby clean-up. This includes some changes, including changing some generated functions to be fixed-args instead of variable-args, stripping out the place holder void parameter earlier, but it still shows up earlier in some cases that examine the parser directly. Also had to update the function generation tools. Have only tested with one --arch. Hopefully this all works out.

Location:
tests/meta/.expect
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/meta/.expect/arch.arm64.txt

    rcdbb909 rdb19e1d  
    2121Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    2222      Variable Expression: FA64: function
    23         accepting unspecified arguments
    2423      ... returning nothing
    2524
    2625      ... with resolved type:
    2726        pointer to function
    28           accepting unspecified arguments
    2927        ... returning nothing
    3028
  • tests/meta/.expect/arch.x64.txt

    rcdbb909 rdb19e1d  
    2121Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    2222      Variable Expression: FX64: function
    23         accepting unspecified arguments
    2423      ... returning nothing
    2524
    2625      ... with resolved type:
    2726        pointer to function
    28           accepting unspecified arguments
    2927        ... returning nothing
    3028
  • tests/meta/.expect/arch.x86.txt

    rcdbb909 rdb19e1d  
    2121Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    2222      Variable Expression: FX86: function
    23         accepting unspecified arguments
    2423      ... returning nothing
    2524
    2625      ... with resolved type:
    2726        pointer to function
    28           accepting unspecified arguments
    2927        ... returning nothing
    3028
Note: See TracChangeset for help on using the changeset viewer.