Searched defs:SavedValue (Results 1 – 8 of 8) 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
153 bool SavedValue; member in __anon88d555830111::RewriteObjC::DisableReplaceStmtScope
173 bool SavedValue; member in __anon16d2e4880111::RewriteModernObjC::DisableReplaceStmtScope
153 bool SavedValue; member in __anonb2913bb10111::RewriteObjC::DisableReplaceStmtScope
173 bool SavedValue; member in __anon085a35360111::RewriteModernObjC::DisableReplaceStmtScope