package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include MyCFG.CfgBidir
include MyCFG.CfgBackward
val prev : MyCFG.cfg
include MyCFG.CfgForward
val next : MyCFG.cfg
val skippedByEdge : MyCFG.node -> MyCFG.edges -> MyCFG.node -> GoblintCil.stmt list

skippedByEdge from edges to returns the list of AST statements skipped over by find_real_stmt in CfgTools.createCfg. This consists of statements which do not correspond to CFG nodes, but some surrounding AST constructions.

OCaml

Innovation. Community. Security.