Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h377 typename ProgramStateTrait<T>::context_type get_context() const;
607 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
733 return getStateManager().add<T>(this, K, get_context<T>()); in add()
737 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
738 return getStateManager().get_context<T>(); in get_context()
743 return getStateManager().remove<T>(this, K, get_context<T>()); in remove()
765 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
/external/chromium_org/third_party/mesa/src/docs/
DlibGL.txt195 Drivers may use the _glapi_set/get_context() functions to maintain
/external/mesa3d/docs/
DlibGL.txt195 Drivers may use the _glapi_set/get_context() functions to maintain
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp371 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>(); in removeDeadBindings()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1953 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkRegionChanges()
2005 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkDeadSymbols()
DRetainCountChecker.cpp3476 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>(); in evalAssume()
3720 RefBindingsTy::Factory &F = state->get_context<RefBindings>(); in checkDeadSymbols()
DMallocChecker.cpp1637 RegionStateTy::Factory &F = state->get_context<RegionState>(); in checkDeadSymbols()