Module flux_refineck::ghost_statements

source ยท
Expand description

Ghost statements are statements that are not part of the original mir, but are added from information extracted from the compiler or some additional analysis.

Modulesยง

  • fold_unfold ๐Ÿ”’
  • points_to ๐Ÿ”’
    This module implements a points-to analysis for mutable references.

Structsยง

Enumsยง

  • GhostStatement ๐Ÿ”’
  • Point ๐Ÿ”’
    A point in the control flow graph where ghost statements can be inserted.

Functionsยง

Type Aliasesยง