Searched refs:getBaseType (Results 1 – 4 of 4) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | TypeAttr.pm | 135 sub getBaseType($$) subroutine 149 %Type = getBaseType($Type{"BaseType"}, $LVer);
|
| H A D | Mangling.pm | 363 my %BaseType = getBaseType($PTid, $LVer);
|
| H A D | GccAst.pm | 1526 my %Base = getBaseType($TemplateInstance{$V}{"Type"}{$TypeId}{$Pos}, $V); 2918 if(my %Base = getBaseType($ParamTypeId, $V)) 3808 my %Base = getBaseType($PTid, $V);
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 1551 my %Base = getBaseType($RetId, $LVer); 1572 if(my %Base = getBaseType($PId, $LVer)) 5494 my %BaseType1 = getBaseType($PTid1, 1); 5495 my %BaseType2 = getBaseType($PTid2, 2); 5976 my %BT1 = getBaseType($MT1{"Tid"}, 1); 5977 my %BT2 = getBaseType($MT2{"Tid"}, 2); 6024 …Type1_Pure{"Type"} eq "Array")?getOneStepBaseType($Type1_Pure{"Tid"}, 1):getBaseType($Type1_Id, 1); 6025 …Type2_Pure{"Type"} eq "Array")?getOneStepBaseType($Type2_Pure{"Tid"}, 2):getBaseType($Type2_Id, 2); 8362 my %Info = getBaseType($TypeId, $LVer);
|