Searched defs:IsTemporary (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileFind.h58 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc455 if (!IsTemporary())
496 bool DownloadItemImpl::IsTemporary() const { function in class:content::DownloadItemImpl
747 return (!IsDone() || is_complete) && !IsTemporary() &&
1409 IsTemporary()) {
1413 if (!IsTemporary())
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp833 bool IsTemporary = false; local
837 IsTemporary = true;
849 if (IsTemporary)
/external/clang/lib/Sema/
H A DSemaInit.cpp6082 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); local
6084 InitializedEntity InitEntity = IsTemporary ? TempEntity : Entity;

Completed in 849 milliseconds