Home
last modified time | relevance | path

Searched refs:symbolFilter (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl1529 if(symbolFilter($Symbol, $CompSign{$LVer}{$Symbol}, "Affected", "Binary", $LVer))
1543 if(symbolFilter($Symbol, $CompSign{$LVer}{$Symbol}, "Affected", "Source", $LVer)) {
2230 … if(not symbolFilter($AffectedInt, $CompSign{1}{$AffectedInt}, "Affected", $Level, 1)) {
2292 if(symbolFilter($Symbol, $CompSign{1}{$Symbol}, "Affected", $Level, 1))
2376 if(symbolFilter($Interface, $CompSign{1}{$Interface}, "Affected", $Level, 1))
2431 if(symbolFilter($Interface, $CompSign{1}{$Interface}, "Affected", $Level, 1))
2459 … if(symbolFilter($Interface, $CompSign{1}{$Interface}, "Affected", $Level, 1))
2474 … if(symbolFilter($Interface, $CompSign{1}{$Interface}, "Affected", $Level, 1))
2487 … if(not symbolFilter($Interface, $CompSign{1}{$Interface}, "Affected", $Level, 1)) {
2530 … if(not symbolFilter($Interface, $CompSign{1}{$Interface}, "Affected", $Level, 1)) {
[all …]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DFilter.pm27 sub symbolFilter($$$$) subroutine