Home
last modified time | relevance | path

Searched defs:IsTemporary (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h60 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
/external/llvm/lib/MC/
DMCContext.cpp162 bool IsTemporary) { in createSymbolImpl()
184 bool IsTemporary = CanBeUnnamed; in createSymbol() local
/external/llvm/include/llvm/MC/
DMCSymbol.h82 unsigned IsTemporary : 1; variable
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp944 bool IsTemporary = false; in Visit() local
/external/clang/lib/Sema/
DSemaInit.cpp6498 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local