• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Vwsim
      • Fgl
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
          • Scopestack
          • Hid-tools
          • Filtering-by-name
          • Vl-interface-mocktype
          • Stripping-functions
          • Genblob
          • Expr-tools
            • Vl-expr-typedecide
            • Vl-exprlist-resolved->vals
            • Vl-make-idexpr-list
            • Vl-idexprlist->names
            • Vl-expr-selfsize
            • Vl-expr-update-subexprs
            • Vl-exprlist-to-plainarglist
            • Vl-op-p
            • Vl-call-namedargs-update-subexprs
            • Vl-valuerangelist-update-subexprs
            • Vl-streamexprlist-update-subexprs
            • Vl-maybe-exprlist-update-subexprs
            • Vl-expr-values
            • Vl-evatomlist-update-subexprs
            • Vl-keyvallist-update-subexprs
            • Vl-assignpat-update-subexprs
            • Vl-valuerange-update-subexprs
            • Vl-streamexpr-update-subexprs
            • Vl-scopeexpr-update-subexprs
            • Vl-patternkey-update-subexprs
            • Vl-partselect-update-subexprs
            • Vl-hidexpr-update-subexprs
            • Vl-expr-ops
            • Vl-arrayrange-update-subexprs
            • Vl-slicesize-update-subexprs
            • Vl-plusminus-update-subexprs
            • Vl-expr-add-atts
            • Vl-make-integer
            • Vl-range-update-subexprs
            • Vl-idexpr
            • Vl-make-index
            • Vl-bitlist-from-nat
            • Vl-expr->subexprs
            • Vl-pps-expr
            • Vl-evatomlist->subexprs
            • Vl-call-namedargs->subexprs
            • Vl-valuerangelist->subexprs
            • Vl-streamexprlist->subexprs
            • Vl-maybe-exprlist->subexprs
            • Vl-hidexpr->subexprs
            • Vl-expr-resolved-p
            • Vl-valuerange->subexprs
            • Vl-streamexpr->subexprs
            • Vl-patternkey->subexprs
            • Vl-partselect->subexprs
            • Vl-keyvallist->subexprs
            • Vl-exprlist-has-ops
            • Vl-assignpat->subexprs
            • Vl-arrayrange->subexprs
            • Vl-slicesize->subexprs
            • Vl-scopeexpr->subexprs
            • Vl-plusminus->subexprs
            • Vl-expr-has-ops
            • Vl-resolved->val
            • Vl-range->subexprs
            • Vl-pps-origexpr
            • Vl-idscope
            • Vl-idexpr->name
            • Vl-idexpr-p
            • Vl-idexprlist-p
            • Vl-exprlist-resolved-p
              • Vl-exprlist-resolved-p-basics
            • Vl-idscope->name
            • Vl-idscope-p
            • Vl-zbitlist-p
            • Vl-zatom-p
            • Vl-op-fix
            • Vl-oplist
            • Vl-expr-varnames
            • Vl-one-bit-constants
          • Hierarchy
          • Extract-vl-types
          • Range-tools
          • Finding-by-name
          • Stmt-tools
          • Modnamespace
          • Flat-warnings
          • Reordering-by-name
          • Datatype-tools
          • Syscalls
          • Allexprs
          • Lvalues
          • Port-tools
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Testing-utilities
    • Math
  • Expr-tools

Vl-exprlist-resolved-p

(vl-exprlist-resolved-p x) recognizes lists where every element satisfies vl-expr-resolved-p.

Signature
(vl-exprlist-resolved-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-exprlist-resolved-p

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

Subtopics

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