Searched refs:addedQual (Results 1 – 1 of 1) sorted by relevance
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 12217 if(addedQual($Old_Value, $New_Value, "volatile")) { 12224 if(my $RA = addedQual($Old_Value, $New_Value, "const")) 13902 elsif(my $RA = addedQual($Old_Value, $New_Value, "const")) 13923 if(addedQual($Old_Value, $New_Value, "volatile")) 13932 if(my $RA = addedQual($Old_Value, $New_Value, "const")) 14164 sub addedQual($$$) subroutine 14522 if(addedQual($Old_Value, $New_Value, "restrict")) {
|