Home
last modified time | relevance | path

Searched refs:unmangledFormat (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DMangling.pm975 $PTName = unmangledFormat($PTName, $LVer);
1000 my $ClassName = unmangledFormat($In::ABI{$LVer}{"TypeInfo"}{$ClassId}{"Name"}, $LVer);
1026 my $ReturnName = unmangledFormat($RType{"Name"}, $LVer);
1033 sub unmangledFormat($$) subroutine