Searched refs:get_context (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h439 typename ProgramStateTrait<T>::context_type get_context() const;
682 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
844 return getStateManager().add<T>(this, K, get_context<T>());
848 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
849 return getStateManager().get_context<T>();
854 return getStateManager().remove<T>(this, K, get_context<T>());
876 return getStateManager().set<T>(this, K, E, get_context<T>());
H A DSMTConstraintManager.h204 auto &CZFactory = State->get_context<ConstraintSMT>();
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp242 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>();
262 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>();
H A DTaint.cpp138 TaintedSubRegions::Factory &F = State->get_context<TaintedSubRegions>();
H A DTestAfterDivZeroChecker.cpp190 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
H A DCheckObjCDealloc.cpp270 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
509 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
867 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
H A DGenericTaintChecker.cpp867 auto &F = State->getStateManager().get_context<ArgIdxFactory>();
984 auto &F = State->getStateManager().get_context<ArgIdxFactory>();
H A DContainerModeling.cpp892 auto &RegionMapFactory = State->get_context<IteratorRegionMap>();
905 auto &SymbolMapFactory = State->get_context<IteratorSymbolMap>();
H A DSmartPtrModeling.cpp580 State->get_context<TrackedRegionMap>();
H A DCStringChecker.cpp2473 CStringLengthTy::Factory &F = state->get_context<CStringLength>();
2522 CStringLengthTy::Factory &F = state->get_context<CStringLength>();
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2126 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>();
2260 ConstraintMap::Factory &F = State->get_context<ConstraintMap>();
2362 ConstraintRangeTy::Factory &CRF = State->get_context<ConstraintRange>();
2394 ClassMapTy::Factory &CMF = State->get_context<ClassMap>();
2397 ClassMembersTy::Factory &MF = State->get_context<ClassMembers>();
2400 DisequalityMapTy::Factory &DF = State->get_context<DisequalityMap>();
2402 ClassSet::Factory &CF = State->get_context<ClassSet>();
2461 return State->get_context<SymbolSet>();
2532 DisequalityMapTy::Factory &F = State->get_context<DisequalityMap>();
2533 ClassSet::Factory &CF = State->get_context<ClassSe
[all...]
H A DDynamicType.cpp132 CastSet::Factory &F = State->get_context<CastSet>();
H A DBugReporterVisitors.cpp3466 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>();
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince.c154 static thread_info * thread_rec (DWORD id, int get_context);
1021 If get_context then also retrieve the context for this
1024 thread_rec (DWORD id, int get_context) argument
1031 if (!th->suspend_count && get_context)
1033 if (get_context > 0 && th != this_thread)
1035 else if (get_context < 0)
H A Dwin32-nat.c227 If get_context then also retrieve the context for this
230 thread_rec (DWORD id, int get_context) argument
237 if (!th->suspend_count && get_context)
239 if (get_context > 0 && id != current_event.dwThreadId)
241 else if (get_context < 0)
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1167 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>();
1447 RefBindingsTy::Factory &F = state->get_context<RefBindings>();
/openbsd-current/gnu/usr.bin/perl/
H A Dembed.h2161 # define get_context Perl_get_context macro
2163 # define get_context Perl_get_context macro

Completed in 379 milliseconds