Searched defs:SideEffects (Results 1 – 6 of 6) sorted by relevance
86 struct SideEffects { struct87 bool alloc = false;88 bool free = false;89 bool read = false;90 bool write = false;92 bool IsAllocOnly() const { return alloc && !free && !read && !write; } in IsAllocOnly()93 bool IsReadOnly() const { return !alloc && !free && read && !write; } in IsReadOnly()
29 void setExprNeedsCleanups(bool SideEffects) { in setExprNeedsCleanups()
28 void setExprNeedsCleanups(bool SideEffects) { in setExprNeedsCleanups()
94 TEST(GmockTest, SideEffects) { in TEST() argument
114 enum SideEffects { SideEffects_F = 0, SideEffects_T = 1 }; enum
4525 private final class SideEffects { class in CharsetMBCS.CharsetEncoderMBCS4529 …SideEffects(int c_, int sourceArrayIndex_, int sourceIndex_, int nextSourceIndex_, int prevSourceI… in SideEffects() method in CharsetMBCS.CharsetEncoderMBCS.SideEffects