Searched refs:get_context (Results 1 – 18 of 18) sorted by relevance
377 typename ProgramStateTrait<T>::context_type get_context() const;607 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function731 return getStateManager().add<T>(this, K, get_context<T>()); in add()735 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function736 return getStateManager().get_context<T>(); in get_context()741 return getStateManager().remove<T>(this, K, get_context<T>()); in remove()763 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
78 ctx = tasklets.get_context()
105 gobject.MainLoop().get_context().iteration(True)
110 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().get_context().iteration(True)
118 gobject.MainLoop().get_context().iteration(True)
136 gobject.MainLoop().get_context().iteration(True)
150 gobject.MainLoop().get_context().iteration(True)
250 ctx = ndb.get_context()
192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
2010 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkRegionChanges()2062 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkDeadSymbols()
3629 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>(); in evalAssume()3901 RefBindingsTy::Factory &F = state->get_context<RefBindings>(); in checkDeadSymbols()
2118 RegionStateTy::Factory &F = state->get_context<RegionState>(); in checkDeadSymbols()
195 Drivers may use the _glapi_set/get_context() functions to maintain
373 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>(); in removeDeadBindings()
397 if (display && display.get_context()) {1547 ctx = display.get_context();
59 that.get_context = function () { return c_ctx; }; function