• 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
          • Representation
          • Transformation-tools
            • Simpadd0
            • Deftrans
            • Splitgso
            • Constant-propagation
            • Split-fn
            • Copy-fn
            • Specialize
            • Split-all-gso
            • Rename
            • Utilities
              • Free-vars
              • Call-graphs
                • Qualified-ident
                  • Qualified-ident-fix
                  • Qualified-ident-equiv
                  • Qualified-identp
                  • Make-qualified-ident
                  • Qualified-ident->filepath?
                  • Qualified-ident->ident
                  • Change-qualified-ident
                  • Internal-ident
                  • External-ident
                  • Qualified-ident-internalp
                  • Qualified-ident-externalp
                • Call-graph-transitive-closure
                • Qualified-ident-option
                • Call-graph-transitive-closure0
                • Call-graph-initdeclor-list
                • Call-graph-fundef
                • Call-graph-statassert
                • Call-graph-initdeclor
                • Call-graph-decl
                • Call-graph-const-expr
                • Call-graph-transunit
                • Call-graph-extdecl-list
                • Call-graph-extdecl
                • Call-graph-update
                • Qualify-ident
                • Exists-call-pathp
                • Call-graph-filepath-transunit-map
                • Uncertain-call-pathp
                • Recursivep
                • Direct-recursivep
                • Call-graph-transunit-ensemble
                • Call-graph
                • Qualified-ident-option-set
                • Direct-fun-refp
              • Fresh-ident-utility
              • Collect-idents
          • 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
  • Call-graphs

Qualified-ident

Fixtype for fully qualified identifiers

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

Fields
filepath? — c$::filepath-option
ident — ident

This type tags an identifiers with an optional filepath for the translation unit in which it was defined. This tagged identifier is unique across a translation unit ensemble.

Only identifiers with internal linkage are tagged with a filepath. External identifiers do not need qualification, as they are already unique across the translation unit ensemble.

Subtopics

Qualified-ident-fix
Fixing function for qualified-ident structures.
Qualified-ident-equiv
Basic equivalence relation for qualified-ident structures.
Qualified-identp
Recognizer for qualified-ident structures.
Make-qualified-ident
Basic constructor macro for qualified-ident structures.
Qualified-ident->filepath?
Get the filepath? field from a qualified-ident.
Qualified-ident->ident
Get the ident field from a qualified-ident.
Change-qualified-ident
Modifying constructor for qualified-ident structures.
Internal-ident
External-ident
Qualified-ident-internalp
Qualified-ident-externalp