Searched refs:getPureType (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | TypeAttr.pm | 89 sub getPureType($$) subroutine 103 %Type = getPureType($Type{"BaseType"}, $LVer);
|
| H A D | CallConv.pm | 53 my %Type = getPureType($Tid, $LVer); 174 my %Type = getPureType($Tid, $LVer); 185 my %BaseType = getPureType($Base{"Tid"}, $LVer); 375 my %Type = getPureType($RTid, $LVer); 724 my %Type = getPureType($PTid, $LVer); 977 my %PureType = getPureType($Tid, $LVer);
|
| H A D | Mangling.pm | 1025 my %RType = getPureType($ReturnId, $LVer);
|
| H A D | GccAst.pm | 2996 my %Old_Pure = getPureType($OldId, $V); 2997 my %New_Pure = getPureType($ParamTypeId, $V);
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 2271 %Class_New = getPureType($ClassId_New, 2); 2921 my %MemberType_Pure = getPureType($MemberType_Id, $V1); 2926 my %PairType_Pure = getPureType($PairType_Id, $V2); 3037 my %Type1_Pure = getPureType($Type1_Id, 1); 3038 my %Type2_Pure = getPureType($Type2_Id, 2); 3145 my %Base1_Pure = getPureType($Base_1{"Tid"}, 1); 3146 my %Base2_Pure = getPureType($Base_2{"Tid"}, 2); 4895 my %ParamType_Pure = getPureType($PType2_Id, 2); 4897 my %PairType_Pure = getPureType($PairType_Id, 1); 4977 my %ParamType_Pure = getPureType($PType1_Id, 1); [all …]
|