Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSymbol.h56 unsigned IsTemporary : 1; variable
69 IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false) {} in MCSymbol()
87 bool isTemporary() const { return IsTemporary; } in isTemporary()
/external/llvm/lib/MC/
DMCContext.cpp149 bool IsTemporary = false; in CreateSymbol() local
151 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in CreateSymbol()
166 new (*this) MCSymbol(NameEntry.first->getKey(), IsTemporary); in CreateSymbol()
169 assert(IsTemporary && "Cannot rename non-temporary symbols"); in CreateSymbol()
/external/lzma/CPP/Windows/
DFileFind.h58 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp925 bool IsTemporary = false; in Visit() local
929 IsTemporary = true; in Visit()
941 if (IsTemporary) in Visit()
/external/clang/lib/Sema/
DSemaInit.cpp6180 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local
6182 InitializedEntity InitEntity = IsTemporary ? TempEntity : Entity; in Perform()