Home
last modified time | relevance | path

Searched refs:PinsConflictWith (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dproject_rescue.cpp274 !cache_match->PinsConflictWith( *lib_match, true, true, true, true, false ) ) in FindRescues()
419 !cache_match->PinsConflictWith( *lib_match, true, true, true, true, false ) ) in FindRescues()
H A Dlib_symbol.h427 bool PinsConflictWith( const LIB_SYMBOL& aOtherSymbol, bool aTestNums, bool aTestNames,
H A Dlib_symbol.cpp786 bool LIB_SYMBOL::PinsConflictWith( const LIB_SYMBOL& aOtherPart, bool aTestNums, bool aTestNames, in PinsConflictWith() function in LIB_SYMBOL