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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java117 public boolean isUnused() { method in class:RouteSpecificPool
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h109 bool isUnused() const { return flags & IS_UNUSED; } function in class:llvm::VNInfo
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp86 static bool isUnused(const Expr *E, AnalysisDeclContext *AC);
196 if (!isUnused(LHS, AC) && !isTruncationExtensionAssignment(LHS, RHS)) {
490 bool IdempotentOperationChecker::isUnused(const Expr *E, function in class:IdempotentOperationChecker

Completed in 50 milliseconds