Home
last modified time | relevance | path

Searched refs:IsConnected (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dserver.cc113 if (IsConnected ()) in ProcessRequests()
122 if (!IsConnected ()) in ProcessRequests()
141 else if (IsConnected () && ix == Detail::RC_CONNECT) in ProcessRequests()
143 else if (!IsConnected () && ix != Detail::RC_CONNECT) in ProcessRequests()
H A Dcody.hh421 bool IsConnected () const in IsConnected() function in Cody::Client
669 bool IsConnected () const in IsConnected() function in Cody::Server
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp627 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
638 if (IsConnected(*C)) in switchInternalEdgeToCall()
1041 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
1053 if (IsConnected(*C)) in insertIncomingRefEdge()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d773 HRESULT IsConnected();