Home
last modified time | relevance | path

Searched defs:isSink (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c210 bool isSink; in avdtpDiscover() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h204 bool isSink() const { return Succs.getFlag(); } in isSink() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h311 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp251 bool TypePromotion::isSink(Value *V) { in isSink() function in TypePromotion