| /freebsd/contrib/kyua/store/ |
| H A D | read_transaction_test.cpp | 70 ATF_REQUIRE_THROW_RE(store::error, "context: no data", tx.get_context()); in ATF_TEST_CASE_BODY() 97 tx.get_context()); in ATF_TEST_CASE_BODY() 127 tx.get_context()); in ATF_TEST_CASE_BODY() 148 tx.get_context()); in ATF_TEST_CASE_BODY()
|
| H A D | schema_inttest.cpp | 92 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_1() 114 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_2() 230 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_3() 342 ATF_REQUIRE_EQ(context, transaction.get_context()); in check_action_4()
|
| H A D | read_transaction.hpp | 113 model::context get_context(void);
|
| H A D | transaction_test.cpp | 77 model::context context = tx.get_context(); in check_get_put_context()
|
| H A D | read_transaction.cpp | 502 store::read_transaction::get_context(void) in get_context() function in store::read_transaction
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 439 typename ProgramStateTrait<T>::context_type get_context() const; 684 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function 832 return getStateManager().add<T>(this, K, get_context<T>()); in add() 836 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function 837 return getStateManager().get_context<T>(); in get_context() 842 return getStateManager().remove<T>(this, K, get_context<T>()); in remove() 864 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 517 static inline struct rar5* get_context(struct archive_read* a) { in get_context() function 666 struct rar5* rar = get_context(a); in run_filter() 776 struct rar5* rar = get_context(a); in apply_filters() 2193 struct rar5* rar = get_context(a); in skip_unprocessed_bytes() 2278 struct rar5* rar = get_context(a); in process_base_block() 2445 struct rar5* rar = get_context(a); in skip_base_block() 2526 struct rar5* rar = get_context(a); in rar5_read_header() 2690 struct rar5* rar = get_context(a); in decode_number() 3020 struct rar5* rar = get_context(ar); in parse_filter() 3106 struct rar5* rar = get_context(a); in copy_string() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 2132 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>(); in assign() 2266 ConstraintMap::Factory &F = State->get_context<ConstraintMap>(); in getConstraintMap() 2369 ConstraintRangeTy::Factory &CRF = State->get_context<ConstraintRange>(); in mergeImpl() 2401 ClassMapTy::Factory &CMF = State->get_context<ClassMap>(); in mergeImpl() 2404 ClassMembersTy::Factory &MF = State->get_context<ClassMembers>(); in mergeImpl() 2407 DisequalityMapTy::Factory &DF = State->get_context<DisequalityMap>(); in mergeImpl() 2409 ClassSet::Factory &CF = State->get_context<ClassSet>(); in mergeImpl() 2468 return State->get_context<SymbolSet>(); in getMembersFactory() 2539 DisequalityMapTy::Factory &F = State->get_context<DisequalityMap>(); in addToDisequalityInfo() 2540 ClassSet::Factory &CF = State->get_context<ClassSet>(); in addToDisequalityInfo() [all …]
|
| H A D | Z3CrosscheckVisitor.cpp | 96 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); in addConstraints()
|
| H A D | DynamicType.cpp | 132 CastSet::Factory &F = State->get_context<CastSet>(); in setDynamicTypeAndCastInfo()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | net-server.h | 95 krb5_context get_context(void *handle);
|
| /freebsd/contrib/kyua/drivers/ |
| H A D | scan_results.cpp | 81 const model::context context = tx.get_context(); in drive()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InnerPointerChecker.cpp | 234 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall() 254 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkDeadSymbols()
|
| H A D | CheckObjCDealloc.cpp | 275 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in checkBeginFunction() 516 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in diagnoseMissingReleases() 857 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in removeValueRequiringRelease()
|
| H A D | BlockInCriticalSectionChecker.cpp | 286 auto &Factory = State->get_context<ActiveCritSections>(); in handleUnlock()
|
| /freebsd/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/crypto/krb5/src/kadmin/server/ |
| H A D | misc.c | 171 krb5_context get_context(void *handle) in get_context() function
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | dispatch.c | 211 krb5_context get_context(void *handle) in get_context() function
|
| /freebsd/crypto/krb5/src/lib/apputils/ |
| H A D | net-server.c | 251 krb5_klog_reopen(get_context(sc->handle)); in do_reset() 482 krb5_free_data(get_context(conn->handle), conn->response); in free_connection() 1128 krb5_free_data(get_context(state->handle), response); in process_packet_response() 1410 krb5_free_data(get_context(conn->handle), response); in process_stream_connection_read()
|