Searched refs:getOneStepBaseType (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | TypeAttr.pm | 154 sub getOneStepBaseType($$) subroutine
|
| H A D | CallConv.pm | 184 my %Base = getOneStepBaseType($Tid, $LVer); 962 my %Base = getOneStepBaseType($Tid, $LVer);
|
| H A D | Filter.pm | 637 my %Base = getOneStepBaseType($TypeId, $LVer);
|
| H A D | Mangling.pm | 1047 %Base = getOneStepBaseType($Base{"Tid"}, $LVer);
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 3116 my %Base_1 = getOneStepBaseType($Typedef_1{"Tid"}, 1); 3117 my %Base_2 = getOneStepBaseType($Typedef_2{"Tid"}, 2); 6024 …my %Type1_Base = ($Type1_Pure{"Type"} eq "Array")?getOneStepBaseType($Type1_Pure{"Tid"}, 1):getBas… 6025 …my %Type2_Base = ($Type2_Pure{"Type"} eq "Array")?getOneStepBaseType($Type2_Pure{"Tid"}, 2):getBas… 6217 %Base1 = getOneStepBaseType($Base1{"Tid"}, 1); 6221 %Base2 = getOneStepBaseType($Base2{"Tid"}, 2);
|