• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
          • Preprocessor
            • Vl-iframe
            • Preprocessor-ifdef-minutia
            • Vl-preprocess
            • Vl-preprocess-loop
            • Vl-includeskips
            • Vl-read-until-end-of-define
            • Vl-define-formallist->defaults
            • Vl-define
            • Vl-expand-define
            • Vl-read-include
            • Vl-substitute-into-macro-text
            • Vl-process-ifdef
            • Ppst
              • Vl-saved-ppst
              • Ppst-accessors
              • Ppst-mutators
                • Vl-ppst-fatal
                • Vl-restore-ppst
                • Vl-maybe-ppst-warn
                • Vl-save-ppst
                • Vl-ppst-warn
                • Vl-ppst-maybe-write1
                • Vl-ppst-maybe-write
                • Vl-ppst-write
              • Vl-read-define-default-text
              • Vl-process-define
              • Preprocessor-include-minutia
              • Vl-trim-for-preproc
              • Vl-line-up-define-formals-and-actuals
              • Vl-process-undef
              • Vl-split-define-text
              • Vl-def-context
              • Vl-process-endif
              • Scan-backward-for-non-whitespace
              • Vl-ifdef-context
              • Scan-backward-for-whitespace
              • Vl-atvl-atts-text
              • Scan-for-non-whitespace
              • Vl-check-remaining-formals-all-have-defaults
              • Vl-process-else
              • Vl-is-compiler-directive-p
              • Vl-includeskips-controller-lookup
              • Vl-ifdef-use-map
              • Vl-defines
              • Vl-def-use-map
              • Vl-nice-bytes
              • Vl-safe-previous-n
              • Vl-safe-next-n
              • Vl-ppst-pad
              • Vl-filename-to-string-literal
              • Vl-maybe-update-filemap
              • *vl-preprocess-clock*
              • Vl-ppst->warnings
              • Vl-ppst->iskips
              • Vl-ppst->ifdefmap
              • Vl-ppst->idcache
              • Vl-istack
              • Vl-ppst->istack
              • Vl-ppst->includes
              • Vl-ppst->filemap
              • Vl-ppst->defmap
              • Vl-ppst->defines
              • Vl-ppst->config
              • Vl-ppst->bytes
              • Vl-ppst->activep
              • Vl-ppst->acc
              • Vl-ppst-record-ifdef-use
              • Vl-ppst-record-def-use
              • Vl-ifdef-context-list
              • Vl-def-context-list
              • Vl-ppst-update-warnings
              • Vl-ppst-update-istack
              • Vl-ppst-update-iskips
              • Vl-ppst-update-includes
              • Vl-ppst-update-ifdefmap
              • Vl-ppst-update-idcache
              • Vl-ppst-update-filemap
              • Vl-ppst-update-defmap
              • Vl-ppst-update-defines
              • Vl-ppst-update-config
              • Vl-ppst-update-activep
              • Vl-ppst-update-bytes
              • Vl-ppst-update-acc
              • Vl-ppst-unsound-nreverse-acc
            • Vl-loadconfig
            • Vl-loadstate
            • Lexer
            • Parser
            • Vl-load-merge-descriptions
            • Vl-find-basename/extension
            • Vl-load-file
            • Vl-loadresult
            • Scope-of-defines
            • Vl-find-file
            • Vl-flush-out-descriptions
            • Vl-description
            • Vl-read-file
            • Vl-includeskips-report-gather
            • Vl-load-main
            • Extended-characters
            • Vl-load
            • Vl-load-description
            • Vl-descriptions-left-to-load
            • Inject-warnings
            • Vl-preprocess-debug
            • Vl-write-preprocessor-debug-file
            • Vl-read-file-report-gather
            • Vl-load-descriptions
            • Vl-load-files
            • Translate-off
            • Vl-load-read-file-hook
            • Vl-read-file-report
            • Vl-loadstate-pad
            • Vl-load-summary
            • Vl-collect-modules-from-descriptions
            • Vl-loadstate->warnings
            • Vl-iskips-report
            • Vl-descriptionlist
          • Warnings
          • Getting-started
          • Utilities
          • Printer
          • Kit
          • Mlib
          • Transforms
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Ppst

    Ppst-mutators

    Replacement mutators for ppst with automatic ppst.

    Definitions and Theorems

    Function: vl-ppst-update-acc$inline

    (defun vl-ppst-update-acc$inline (acc ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-echarlist-p acc)))
      (let ((__function__ 'vl-ppst-update-acc))
        (declare (ignorable __function__))
        (vl-ppst-update-acc-raw acc ppst)))

    Function: vl-ppst-update-istack$inline

    (defun vl-ppst-update-istack$inline (istack ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-istack-p istack)))
      (let ((__function__ 'vl-ppst-update-istack))
        (declare (ignorable __function__))
        (vl-ppst-update-istack-raw istack ppst)))

    Function: vl-ppst-update-activep$inline

    (defun vl-ppst-update-activep$inline (activep ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (booleanp activep)))
      (let ((__function__ 'vl-ppst-update-activep))
        (declare (ignorable __function__))
        (vl-ppst-update-activep-raw activep ppst)))

    Function: vl-ppst-update-defines$inline

    (defun vl-ppst-update-defines$inline (defines ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-defines-p defines)))
      (let ((__function__ 'vl-ppst-update-defines))
        (declare (ignorable __function__))
        (vl-ppst-update-defines-raw defines ppst)))

    Function: vl-ppst-update-filemap$inline

    (defun vl-ppst-update-filemap$inline (filemap ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-filemap-p filemap)))
      (let ((__function__ 'vl-ppst-update-filemap))
        (declare (ignorable __function__))
        (vl-ppst-update-filemap-raw filemap ppst)))

    Function: vl-ppst-update-config$inline

    (defun vl-ppst-update-config$inline (config ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-loadconfig-p config)))
      (let ((__function__ 'vl-ppst-update-config))
        (declare (ignorable __function__))
        (vl-ppst-update-config-raw config ppst)))

    Function: vl-ppst-update-iskips$inline

    (defun vl-ppst-update-iskips$inline (iskips ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-includeskips-p iskips)))
      (let ((__function__ 'vl-ppst-update-iskips))
        (declare (ignorable __function__))
        (vl-ppst-update-iskips-raw iskips ppst)))

    Function: vl-ppst-update-warnings$inline

    (defun vl-ppst-update-warnings$inline (warnings ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-warninglist-p warnings)))
      (let ((__function__ 'vl-ppst-update-warnings))
        (declare (ignorable __function__))
        (vl-ppst-update-warnings-raw warnings ppst)))

    Function: vl-ppst-update-includes$inline

    (defun vl-ppst-update-includes$inline (includes ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (string-listp includes)))
      (let ((__function__ 'vl-ppst-update-includes))
        (declare (ignorable __function__))
        (vl-ppst-update-includes-raw includes ppst)))

    Function: vl-ppst-update-bytes$inline

    (defun vl-ppst-update-bytes$inline (bytes ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (natp bytes)))
      (let ((__function__ 'vl-ppst-update-bytes))
        (declare (ignorable __function__))
        (vl-ppst-update-bytes-raw bytes ppst)))

    Function: vl-ppst-update-idcache$inline

    (defun vl-ppst-update-idcache$inline (idcache ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-dirlist-cache-p idcache)))
      (let ((__function__ 'vl-ppst-update-idcache))
        (declare (ignorable __function__))
        (vl-ppst-update-idcache-raw idcache ppst)))

    Function: vl-ppst-update-ifdefmap$inline

    (defun vl-ppst-update-ifdefmap$inline (ifdefmap ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-ifdef-use-map-p ifdefmap)))
      (let ((__function__ 'vl-ppst-update-ifdefmap))
        (declare (ignorable __function__))
        (vl-ppst-update-ifdefmap-raw ifdefmap ppst)))

    Function: vl-ppst-update-defmap$inline

    (defun vl-ppst-update-defmap$inline (defmap ppst)
      (declare (xargs :stobjs (ppst)))
      (declare (xargs :guard (vl-def-use-map-p defmap)))
      (let ((__function__ 'vl-ppst-update-defmap))
        (declare (ignorable __function__))
        (vl-ppst-update-defmap-raw defmap ppst)))