Module ClangFrontend.SwitchCase
type condition
=
|
Case of ATDGenerated.Clang_ast_t.stmt
|
Default
type t
=
{
condition : condition;
stmt_info : ATDGenerated.Clang_ast_t.stmt_info;
root_nodes : IR.Procdesc.Node.t list;
}
ClangFrontend.SwitchCase
type condition
=
| Case of ATDGenerated.Clang_ast_t.stmt |
| Default |
type t
=
{
condition : condition; |
stmt_info : ATDGenerated.Clang_ast_t.stmt_info; |
root_nodes : IR.Procdesc.Node.t list; |
}