Searched refs:IsTemporary (Results 1 – 5 of 5) sorted by relevance
56 unsigned IsTemporary : 1; variable69 IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false) {} in MCSymbol()87 bool isTemporary() const { return IsTemporary; } in isTemporary()
149 bool IsTemporary = false; in CreateSymbol() local151 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()
58 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
925 bool IsTemporary = false; in Visit() local929 IsTemporary = true; in Visit()941 if (IsTemporary) in Visit()
6180 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local6182 InitializedEntity InitEntity = IsTemporary ? TempEntity : Entity; in Perform()