| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 645 struct rar5* rar = get_context(a); in run_filter() 753 struct rar5* rar = get_context(a); in apply_filters() 1962 struct rar5* rar = get_context(a); in skip_unprocessed_bytes() 2045 struct rar5* rar = get_context(a); in process_base_block() 2195 struct rar5* rar = get_context(a); in skip_base_block() 2220 struct rar5* rar = get_context(a); in rar5_read_header() 2372 struct rar5* rar = get_context(a); in decode_number() 2793 struct rar5* rar = get_context(a); in copy_string() 2821 struct rar5* rar = get_context(a); in do_uncompress_block() 3084 struct rar5* rar = get_context(a); in advance_multivolume() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 427 typename ProgramStateTrait<T>::context_type get_context() const; 662 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function 828 return getStateManager().add<T>(this, K, get_context<T>()); in add() 832 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function 833 return getStateManager().get_context<T>(); in get_context() 838 return getStateManager().remove<T>(this, K, get_context<T>()); in remove() 860 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
|
| H A D | SMTConstraintManager.h | 198 auto &CZFactory = State->get_context<ConstraintSMT>(); in removeDeadBindings()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InnerPointerChecker.cpp | 212 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall() 238 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() 868 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in removeValueRequiringRelease()
|
| H A D | TestAfterDivZeroChecker.cpp | 190 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
|
| H A D | CStringChecker.cpp | 2416 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkRegionChanges() 2465 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkDeadSymbols()
|
| H A D | IteratorChecker.cpp | 2167 auto &RegionMapFactory = State->get_context<IteratorRegionMap>(); in processIteratorPositions() 2180 auto &SymbolMapFactory = State->get_context<IteratorSymbolMap>(); in processIteratorPositions()
|
| H A D | MallocChecker.cpp | 2350 RegionStateTy::Factory &F = state->get_context<RegionState>(); in checkDeadSymbols()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/examples/p2p/ |
| H A D | p2p_flush.py | 105 gobject.MainLoop().get_context().iteration(True)
|
| H A D | p2p_listen.py | 108 gobject.MainLoop().get_context().iteration(True)
|
| H A D | p2p_disconnect.py | 105 gobject.MainLoop().get_context().iteration(True)
|
| H A D | p2p_stop_find.py | 110 gobject.MainLoop().get_context().iteration(True)
|
| H A D | p2p_find.py | 118 gobject.MainLoop().get_context().iteration(True)
|
| H A D | p2p_invite.py | 136 gobject.MainLoop().get_context().iteration(True)
|
| H A D | p2p_group_add.py | 150 gobject.MainLoop().get_context().iteration(True)
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | wince.c | 159 static thread_info * thread_rec (DWORD id, int get_context); 1029 thread_rec (DWORD id, int get_context) in thread_rec() argument 1036 if (!th->suspend_count && get_context) in thread_rec() 1038 if (get_context > 0 && th != this_thread) in thread_rec() 1040 else if (get_context < 0) in thread_rec()
|
| H A D | win32-nat.c | 236 thread_rec (DWORD id, int get_context) in thread_rec() argument 243 if (!th->suspend_count && get_context) in thread_rec() 245 if (get_context > 0 && id != current_event.dwThreadId) in thread_rec() 247 else if (get_context < 0) in thread_rec()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | uverbs.h | 249 IB_UVERBS_DECLARE_CMD(get_context);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 1198 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>(); in evalAssume() 1494 RefBindingsTy::Factory &F = state->get_context<RefBindings>(); in checkDeadSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 398 ConstraintRangeTy::Factory &CRFactory = State->get_context<ConstraintRange>(); in removeDeadBindings()
|
| H A D | BugReporterVisitors.cpp | 2489 N->getState()->get_context<ConstraintRange>(); in VisitNode()
|