• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
          • Scopestack
          • Hid-tools
          • Filtering-by-name
          • Vl-interface-mocktype
          • Stripping-functions
          • Genblob
          • Expr-tools
          • Extract-vl-types
          • Hierarchy
          • Range-tools
          • Finding-by-name
          • Stmt-tools
          • Modnamespace
          • Flat-warnings
          • Reordering-by-name
          • Datatype-tools
          • Syscalls
          • Allexprs
          • Lvalues
          • Port-tools
            • Port-expressions
              • Vl-atomicportexprlist->internalnames
              • Vl-port-direction
              • Vl-portlist->internalnames
              • Vl-portexpr->internalnames
              • Vl-portdecls-with-dir
              • Vl-plainarglist-blankfree-p
              • Vl-namedarglist-blankfree-p
              • Vl-modinstlist-blankfree-p
              • Vl-ports-from-portdecls
              • Vl-portlist-wellformed-p
              • Vl-maybe-portexpr-p
              • Vl-portexpr-p
              • Vl-atomicportexpr->internalname
              • Vl-atomicportexpr-p
              • Vl-port->internalnames
              • Vl-atomicportexprlist-p
                • Vl-atomicportexprlist-p-basics
              • Vl-port-wellformed-p
              • Vl-plainarg-blankfree-p
              • Vl-namedarg-blankfree-p
              • Vl-modinst-blankfree-p
              • Vl-arguments-blankfree-p
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Port-expressions

Vl-atomicportexprlist-p

(vl-atomicportexprlist-p x) recognizes lists where every element satisfies vl-atomicportexpr-p.

Signature
(vl-atomicportexprlist-p x) → std::bool

This is an ordinary deflist. It is "loose" in that it does not care whether x is nil-terminated.

Definitions and Theorems

Function: vl-atomicportexprlist-p

(defun vl-atomicportexprlist-p (x)
  (declare (xargs :guard (vl-exprlist-p x)))
  (let ((__function__ 'vl-atomicportexprlist-p))
    (declare (ignorable __function__))
    (if (consp x)
        (and (vl-atomicportexpr-p (car x))
             (vl-atomicportexprlist-p (cdr x)))
      t)))

Subtopics

Vl-atomicportexprlist-p-basics
Basic theorems about vl-atomicportexprlist-p, generated by deflist.