Home
last modified time | relevance | path

Searched defs:isUnused (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h75 bool isUnused() const { return !def.isValid(); } in isUnused() function
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java117 public boolean isUnused() { in isUnused() method in RouteSpecificPool
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp493 bool IdempotentOperationChecker::isUnused(const Expr *E, in isUnused() function in IdempotentOperationChecker