| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 439 typename ProgramStateTrait<T>::context_type get_context() const; 682 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function 844 return getStateManager().add<T>(this, K, get_context<T>()); in add() 848 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function 849 return getStateManager().get_context<T>(); in get_context() 854 return getStateManager().remove<T>(this, K, get_context<T>()); in remove() 876 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
|
| H A D | SMTConstraintManager.h | 204 auto &CZFactory = State->get_context<ConstraintSMT>(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 2126 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>(); in assign() 2260 ConstraintMap::Factory &F = State->get_context<ConstraintMap>(); in getConstraintMap() 2362 ConstraintRangeTy::Factory &CRF = State->get_context<ConstraintRange>(); in mergeImpl() 2394 ClassMapTy::Factory &CMF = State->get_context<ClassMap>(); in mergeImpl() 2397 ClassMembersTy::Factory &MF = State->get_context<ClassMembers>(); in mergeImpl() 2400 DisequalityMapTy::Factory &DF = State->get_context<DisequalityMap>(); in mergeImpl() 2402 ClassSet::Factory &CF = State->get_context<ClassSet>(); in mergeImpl() 2461 return State->get_context<SymbolSet>(); in getMembersFactory() 2532 DisequalityMapTy::Factory &F = State->get_context<DisequalityMap>(); in addToDisequalityInfo() 2533 ClassSet::Factory &CF = State->get_context<ClassSet>(); in addToDisequalityInfo() [all …]
|
| H A D | DynamicType.cpp | 132 CastSet::Factory &F = State->get_context<CastSet>(); in setDynamicTypeAndCastInfo()
|
| H A D | BugReporterVisitors.cpp | 3466 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); in addConstraints()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InnerPointerChecker.cpp | 242 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall() 262 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkDeadSymbols()
|
| H A D | CheckObjCDealloc.cpp | 270 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in checkBeginFunction() 509 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in diagnoseMissingReleases() 867 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in removeValueRequiringRelease()
|
| H A D | Taint.cpp | 138 TaintedSubRegions::Factory &F = State->get_context<TaintedSubRegions>(); in addPartialTaint()
|
| H A D | TestAfterDivZeroChecker.cpp | 190 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
|
| H A D | GenericTaintChecker.cpp | 867 auto &F = State->getStateManager().get_context<ArgIdxFactory>(); in process() 984 auto &F = State->getStateManager().get_context<ArgIdxFactory>(); in taintUnsafeSocketProtocol()
|
| H A D | ContainerModeling.cpp | 892 auto &RegionMapFactory = State->get_context<IteratorRegionMap>(); in processIteratorPositions() 905 auto &SymbolMapFactory = State->get_context<IteratorSymbolMap>(); in processIteratorPositions()
|
| H A D | SmartPtrModeling.cpp | 580 State->get_context<TrackedRegionMap>(); in checkRegionChanges()
|
| H A D | CStringChecker.cpp | 2473 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkRegionChanges() 2522 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkDeadSymbols()
|
| H A D | MallocChecker.cpp | 2797 RegionStateTy::Factory &F = state->get_context<RegionState>(); in checkDeadSymbols()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| H A D | 5006000 | 15 get_context # U
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wince.c | 154 static thread_info * thread_rec (DWORD id, int get_context); 1024 thread_rec (DWORD id, int get_context) in thread_rec() argument 1031 if (!th->suspend_count && get_context) in thread_rec() 1033 if (get_context > 0 && th != this_thread) in thread_rec() 1035 else if (get_context < 0) in thread_rec()
|
| H A D | win32-nat.c | 230 thread_rec (DWORD id, int get_context) in thread_rec() argument 237 if (!th->suspend_count && get_context) in thread_rec() 239 if (get_context > 0 && id != current_event.dwThreadId) in thread_rec() 241 else if (get_context < 0) in thread_rec()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 1167 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>(); in evalAssume() 1447 RefBindingsTy::Factory &F = state->get_context<RefBindings>(); in checkDeadSymbols()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5006000 | 170 get_context # U
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | embed.h | 2227 # define get_context Perl_get_context 2229 # define get_context Perl_get_context 2161 # define get_context Perl_get_context global() macro 2163 # define get_context Perl_get_context global() macro
|
| H A D | embed.fnc | 6327 CRTdp |void * |get_context 6336 CRTdip |void * |get_context
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 611 ATpR |void* |get_context
|