Searched refs:IsNew (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/disk_cache/flash/
H A Dlog_store_entry.cc30 if (IsNew()) {
56 if (IsNew()) {
89 if (!IsNew()) {
125 bool LogStoreEntry::IsNew() const { function in class:disk_cache::LogStoreEntry
143 DCHECK(init_ && !closed_ && !deleted_ && IsNew());
H A Dlog_store_entry.h33 bool IsNew() const;
H A Dinternal_entry.cc40 if (entry_->IsNew())
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp496 bool IsNew; local
497 ExplodedNode *Node = G->getNode(Loc, State, false, &IsNew);
502 assert (IsNew);
507 if (IsNew) WList->enqueue(Node);
546 bool IsNew; local
547 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
550 if (IsNew)
608 bool IsNew; local
609 ExplodedNode *N = C.Eng.G->getNode(Loc, State, MarkAsSink, &IsNew);
613 if (!IsNew)
650 bool IsNew; local
670 bool IsNew; local
[all...]
H A DExplodedGraph.cpp299 bool* IsNew) {
326 if (IsNew) *IsNew = true;
329 if (IsNew) *IsNew = false;
296 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
H A DExprEngine.cpp1190 bool IsNew = false; local
1191 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);
1194 if (!IsNew)
H A DBugReporter.cpp2864 bool IsNew; local
2865 llvm::tie(PriorityEntry, IsNew) =
2869 if (!IsNew) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h294 /// this pair exists, it is created. IsNew is set to true if
298 bool* IsNew = 0);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1660 bool &IsNew) {
1661 IsNew = Table.insert(Name);
1663 unsigned ID = IsNew ? Table.size() - 1 :
1658 getConverterOperandID(const std::string &Name, SetVector<std::string> &Table, bool &IsNew) argument

Completed in 140 milliseconds