• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
          • Syntax-for-tools
          • Atc
          • Language
            • Abstract-syntax
            • Integer-ranges
            • Implementation-environments
            • Dynamic-semantics
            • Static-semantics
            • Grammar
            • Integer-formats
            • Types
            • Portable-ascii-identifiers
            • Values
            • Integer-operations
            • Computation-states
              • Write-object
              • Objdesign-of-var
              • Compustate-scopes-numbers
              • Create-var
              • Read-object
              • Compustate
              • Frame
              • Enter-scope
              • Compustate-scopes-numbers-aux
              • Compustate-option
              • Push-frame
              • Exit-scope
              • Compustate-frames-number
              • Compustate-option-result
              • Scope-list-result
              • Pop-frame
              • Compustate-result
              • Scope-result
              • Compustate-top-frame-scopes-number
              • Top-frame
              • Heap
              • Scope
              • Scope-list
              • Frame-list
            • Object-designators
            • Operations
            • Errors
            • Tag-environments
            • Function-environments
            • Character-sets
            • Flexible-array-member-removal
            • Arithmetic-operations
            • Pointer-operations
            • Bytes
            • Keywords
            • Real-operations
            • Array-operations
            • Scalar-operations
            • Structure-operations
          • Representation
          • Transformation-tools
          • Insertion-sort
          • Pack
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Language

Computation-states

A model of C computation states.

We provide a model of the states of computation of an executing C program, along with operations to manipulate these computation states.

Subtopics

Write-object
Write an object in the computation state.
Objdesign-of-var
Object designator of a variable.
Compustate-scopes-numbers
Ordered list of the numbers of scopes in the call stack frames.
Create-var
Create a variable in a computation state.
Read-object
Read an object in the computation state.
Compustate
Fixtype of computation states.
Frame
Fixtype of frames.
Enter-scope
Enter a scope.
Compustate-scopes-numbers-aux
Compustate-option
Fixtype of optional computation states.
Push-frame
Push a frame onto a computation state's call stack.
Exit-scope
Exit a scope.
Compustate-frames-number
Number of frames in the call stack of a computation state.
Compustate-option-result
Fixtype of optional computation states and errors.
Scope-list-result
Fixtype of lists of scopes and errors.
Pop-frame
Pop a frame from a computation state's non-empty call stack.
Compustate-result
Fixtype of computation states and errors.
Scope-result
Fixtype of scopes and errors.
Compustate-top-frame-scopes-number
Number of scopes in the top frame of a computation state with a non-empty call stack.
Top-frame
Top frame of a computation state's call stack.
Heap
Fixtype of heaps.
Scope
Fixtype of variable scopes.
Scope-list
Fixtype of lists of variable scopes.
Frame-list
Fixtype of lists of frames.