• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • 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
          • Object-designators
          • Operations
          • Errors
          • Tag-environments
          • Function-environments
            • Init-fun-env
            • Fun-info
              • Fun-info-fix
              • Fun-info-equiv
              • Make-fun-info
              • Fun-info->params
              • Change-fun-info
              • Fun-info->result
              • Fun-info->body
              • Fun-infop
            • Fun-info-option
            • Fun-env-extend
            • Fun-env-result
            • Fun-env-lookup
            • Fun-info-from-fundef
            • Fun-env
          • 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
      • Farray
      • Rp-rewriter
      • Riscv
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Community
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Function-environments

Fun-info

Fixtype of information about a C function in an environment.

This is a product type introduced by fty::defprod.

Fields
params — param-declon-list
result — tyname
body — block-item-list

This consists of the components of a function definition (see fundef) without the name and with the type specifier sequence and the declarator combined into a type name. The names are used as keys in a function environment. The other components form the value associated to the key.

Subtopics

Fun-info-fix
Fixing function for fun-info structures.
Fun-info-equiv
Basic equivalence relation for fun-info structures.
Make-fun-info
Basic constructor macro for fun-info structures.
Fun-info->params
Get the params field from a fun-info.
Change-fun-info
Modifying constructor for fun-info structures.
Fun-info->result
Get the result field from a fun-info.
Fun-info->body
Get the body field from a fun-info.
Fun-infop
Recognizer for fun-info structures.