Home
last modified time | relevance | path

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

12

/freebsd/contrib/kyua/store/
H A Dread_transaction_test.cpp70 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 Dschema_inttest.cpp92 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 Dread_transaction.hpp113 model::context get_context(void);
H A Dtransaction_test.cpp77 model::context context = tx.get_context(); in check_get_put_context()
H A Dread_transaction.cpp502 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 DProgramState.h439 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 Darchive_read_support_format_rar5.c517 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 DRangeConstraintManager.cpp2132 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 DZ3CrosscheckVisitor.cpp96 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); in addConstraints()
H A DDynamicType.cpp132 CastSet::Factory &F = State->get_context<CastSet>(); in setDynamicTypeAndCastInfo()
/freebsd/crypto/krb5/src/include/
H A Dnet-server.h95 krb5_context get_context(void *handle);
/freebsd/contrib/kyua/drivers/
H A Dscan_results.cpp81 const model::context context = tx.get_context(); in drive()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp234 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall()
254 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkDeadSymbols()
H A DCheckObjCDealloc.cpp275 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 DBlockInCriticalSectionChecker.cpp286 auto &Factory = State->get_context<ActiveCritSections>(); in handleUnlock()
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
/freebsd/crypto/krb5/src/kadmin/server/
H A Dmisc.c171 krb5_context get_context(void *handle) in get_context() function
/freebsd/crypto/krb5/src/kdc/
H A Ddispatch.c211 krb5_context get_context(void *handle) in get_context() function
/freebsd/crypto/krb5/src/lib/apputils/
H A Dnet-server.c251 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()

12