Module InferModules.SwitchCase
type condition
=
|
Case of InferGenerated.Clang_ast_t.stmt
|
Default
type t
=
{
condition : condition;
stmt_info : InferGenerated.Clang_ast_t.stmt_info;
root_nodes : InferIR.Procdesc.Node.t list;
}