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

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

Completed in 140 milliseconds