Searched defs:getTypeAttr (Results 1 - 1 of 1) sorted by relevance

/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl2115 delete($Cache{"getTypeAttr"});
2443 if(my %MAttr = getTypeAttr($MembTypeId))
2694 delete($Cache{"getTypeAttr"}{$Version});
2714 %{$TypeInfo{$Version}{$TypeId}} = getTypeAttr($TypeId);
2775 sub getTypeAttr($) subroutine
2784 elsif($Cache{"getTypeAttr"}{$Version}{$TypeId})
2788 $Cache{"getTypeAttr"}{$Version}{$TypeId} = 1;
2847 if(my %BTAttr = getTypeAttr($BTid))
2922 my %BTAttr = getTypeAttr($TypeAttr{"BaseType"});
2949 my %BTAttr = getTypeAttr(
[all...]

Completed in 84 milliseconds