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

/external/lzma/CPP/Windows/
H A DFileFind.h60 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/llvm/lib/MC/
H A DMCContext.cpp162 bool IsTemporary) {
166 return new (Name, *this) MCSymbolCOFF(Name, IsTemporary);
168 return new (Name, *this) MCSymbolELF(Name, IsTemporary);
170 return new (Name, *this) MCSymbolMachO(Name, IsTemporary);
174 IsTemporary);
184 bool IsTemporary = CanBeUnnamed;
185 if (AllowTemporaryLabels && !IsTemporary)
186 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
200 return createSymbolImpl(&*NameEntry.first, IsTemporary);
202 assert(IsTemporary
161 createSymbolImpl(const StringMapEntry<bool> *Name, bool IsTemporary) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp944 bool IsTemporary = false; local
948 IsTemporary = true;
960 if (IsTemporary)
/external/clang/lib/Sema/
H A DSemaInit.cpp6498 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); local
6500 InitializedEntity InitEntity = IsTemporary ? TempEntity : Entity;

Completed in 176 milliseconds