Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

clearExitProcs

clearExitProcs( 
[ g_tcovItem ]
) 
=> t

Description

Removes all registered exit procedures. When the optional argument g_tcovItem is set to t, it removes all exit procedures except those needed for the ilTCov reports.

Arguments

g_tcovItem

Optional argument, which when set to t does not clear the tCov exit hook.

Value Returned

t

Registered exit procedures are removed.

Examples

clearExitProcs( )
=> t

Related Topics

Function and Program Structure


Return to top
 ⠀
X