OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsNew
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/disk_cache/flash/
log_store_entry.cc
30
if (
IsNew
()) {
56
if (
IsNew
()) {
89
if (!
IsNew
()) {
125
bool LogStoreEntry::
IsNew
() const {
143
DCHECK(init_ && !closed_ && !deleted_ &&
IsNew
());
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
496
bool
IsNew
;
497
ExplodedNode *Node = G->getNode(Loc, State, false, &
IsNew
);
502
assert (
IsNew
);
507
if (
IsNew
) WList->enqueue(Node);
546
bool
IsNew
;
547
ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &
IsNew
);
550
if (
IsNew
)
562
bool
isNew
;
563
ExplodedNode *Node = G->getNode(Loc, N->getState(), false, &
isNew
);
565
return
isNew
? Node : 0
[
all
...]
ExprEngine.cpp
[
all
...]
BugReporter.cpp
[
all
...]
Completed in 221 milliseconds