Searched defs:SavedValue (Results 1 – 10 of 10) sorted by relevance
118 union SavedValue { union in absl::flags_internal::FlagState119 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function120 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function121 explicit SavedValue(flags_internal::AlignedTwoWords v) : two_words(v) {} in SavedValue() function
119 union SavedValue { union in absl::flags_internal::FlagState120 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function121 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
120 union SavedValue { union in absl::flags_internal::FlagState121 explicit SavedValue(void* v) : heap_allocated(v) {} in SavedValue() function122 explicit SavedValue(int64_t v) : one_word(v) {} in SavedValue() function
153 bool SavedValue; member in __anon4905ea610111::RewriteObjC::DisableReplaceStmtScope
173 bool SavedValue; member in __anona72327e60111::RewriteModernObjC::DisableReplaceStmtScope