aot_path_dump Subroutine

public subroutine aot_path_dump(path, outputUnit)

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.

Arguments

TypeIntentOptionalAttributesName
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


Contents


Variables

TypeVisibilityAttributesNameInitial
type(aot_path_node_type), private, pointer:: current