reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
87 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { 87 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { 87 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { 88 if (!internal_strcmp(Mode, it->Mode)) { 89 CurrentMode = it; 90 CurrentXRayImpl = it->Impl; 92 __xray_set_handler(it->Impl.handle_arg0);