Searched refs:GetContainingWhileContext (Results 1 – 5 of 5) sorted by relevance
80 return GetContainingWhileContext(ctxt) is not None187 def GetContainingWhileContext(ctxt, stop_ctxt=None): function287 while_ctxt = GetContainingWhileContext(op_ctxt)288 input_while_ctxt = GetContainingWhileContext(input_ctxt)
98 while_ctxt = util.GetContainingWhileContext(
142 control_flow_util.GetContainingWhileContext(ctxt) is not None)
43 return GetContainingWhileContext(ctxt) is not None46 def GetContainingWhileContext(ctxt, stop_ctxt=None): function
1066 outer_while_context = control_flow_util.GetContainingWhileContext(ctxt)1067 return outer_while_context == control_flow_util.GetContainingWhileContext(