Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !395

Added Return Value Patterns #2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open David Logtenberg requested to merge DavidL/sac2c:david/return-pattern into develop May 09, 2025
  • Overview 3
  • Commits 11
  • Changes 10

Added a function to fit identifiers on the return values of functions. For example,

int[n]{r} foo(int[n] x)
  | _all_V_(_gt_VxS_(r, 0))
{
    return x;
}

is now valid, with the return value in the postcondition being mapped to r.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: david/return-pattern