/* @generated */ digraph iCFG { "throw12" [label="2: Exit throw1 \n " color=yellow style=filled] "throw11" [label="1: Start throw1\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 10]\n " color=yellow style=filled] "throw11" -> "throw12" ; "noexcept_in_no_throw_is_true3" [label="3: Return Stmt \n *&return:int =1 [line 14]\n " shape="box"] "noexcept_in_no_throw_is_true3" -> "noexcept_in_no_throw_is_true2" ; "noexcept_in_no_throw_is_true2" [label="2: Exit noexcept_in_no_throw_is_true \n " color=yellow style=filled] "noexcept_in_no_throw_is_true1" [label="1: Start noexcept_in_no_throw_is_true\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 14]\n " color=yellow style=filled] "noexcept_in_no_throw_is_true1" -> "noexcept_in_no_throw_is_true3" ; "noexcept_in_throw1_is_false3" [label="3: Return Stmt \n *&return:int =0 [line 16]\n " shape="box"] "noexcept_in_throw1_is_false3" -> "noexcept_in_throw1_is_false2" ; "noexcept_in_throw1_is_false2" [label="2: Exit noexcept_in_throw1_is_false \n " color=yellow style=filled] "noexcept_in_throw1_is_false1" [label="1: Start noexcept_in_throw1_is_false\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 16]\n " color=yellow style=filled] "noexcept_in_throw1_is_false1" -> "noexcept_in_throw1_is_false3" ; "no_throw2" [label="2: Exit no_throw \n " color=yellow style=filled] "no_throw1" [label="1: Start no_throw\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 12]\n " color=yellow style=filled] "no_throw1" -> "no_throw2" ; }