Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SO

329     // We're the complete constructor, so get the VTT by name.
371 // from arbitrary code? If so, then anything which runs arbitrary
758 : CGF(CGF), SO(*CGF.SanOpts), OldSanOpts(CGF.SanOpts) {
759 SO.Bool = false;
760 SO.Enum = false;
761 CGF.SanOpts = &SO;
768 SanitizerOptions SO;
1266 // destructor. Do so.
1456 // We push them in the forward order so that they'll be popped in
2022 // override this member function and so we can devirtualize it. For example: