reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
134 if (!context) return false; 135 *stack_begin = context->stack_begin(); 136 *stack_end = context->stack_end(); 137 *tls_begin = context->tls_begin(); 138 *tls_end = context->tls_end(); 139 *cache_begin = context->cache_begin(); 140 *cache_end = context->cache_end(); 141 *dtls = context->dtls();