Home
last modified time | relevance | path

Searched defs:isAlreadyVisited (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/compiler/passes/
H A Dpattern_matching.cpp99 bool& isAlreadyVisited) { in compareOpNodes()
349 bool isAlreadyVisited = false; in findMatches() local
/dports/audio/faust/faust-2.37.3/compiler/tlib/
H A Dtree.hh165 bool isAlreadyVisited() { return fVisitTime == gVisitTime; } in isAlreadyVisited() function in CTree