OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanDiscard
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
backoff_entry.cc
79
bool BackoffEntry::
CanDiscard
() const {
/external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp
123
bool
CanDiscard
= std::all_of(I, UB, [](ComdatGVPairsTy::value_type Pair) {
126
if (!
CanDiscard
) {
Completed in 141 milliseconds