Dumps the complete path to the given output unit.
This routine is for debugging purposes. It takes the path and, beginning with the global node, dumps all following nodes to the output unit provided by the caller.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(aot_path_type), | intent(in) | :: | path | The path which information should be printed |
||
integer, | intent(in) | :: | outputUnit | The unit to use to write the path data |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(aot_path_node_type), | private, | pointer | :: | current |