| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit++.h | 62 context get_context () const; 1263 object::get_context () const in get_context() function 1367 return get_context ().new_rvalue (*this, 0); in zero() 1373 return get_context ().new_rvalue (*this, 1); in one() 1560 rvalue c = get_context ().new_call (other, loc); in add_call() 1569 rvalue c = get_context ().new_call (other, arg0, loc); in add_call() 1578 rvalue c = get_context ().new_call (other, arg0, arg1, loc); in add_call() 1587 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc); in add_call() 1597 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc); in add_call() 1605 return get_context ().new_call (*this, loc); in operator() [all …]
|
| H A D | jit-recording.c | 394 get_context ().add_error (NULL, in get_identifier() 2090 r.get_identifier (get_context ()), in write_reproducer() 2479 r.get_identifier (get_context ()), in write_reproducer() 2741 r.get_identifier (get_context ()), in write_reproducer() 2958 r.get_identifier (get_context ()), in write_deferred_reproducer() 3014 r.get_identifier (get_context ()), in write_reproducer() 3073 r.get_identifier (get_context ()), in write_reproducer() 3170 r.get_identifier (get_context ()), in write_reproducer() 3230 r.get_identifier (get_context ()), in write_reproducer() 3471 s->get_context (), in verify_valid_within_stmt() [all …]
|
| H A D | libgccjit.c | 275 (BLOCK)->get_context (), \ 289 (BLOCK)->get_context (), \ 1029 JIT_LOG_FUNC (func->get_context ()->get_logger ()); in gcc_jit_function_new_block() 1031 func->get_context (), NULL, in gcc_jit_function_new_block() 1719 return static_cast <gcc_jit_context *> (obj->get_context ()); in gcc_jit_object_get_context() 1812 JIT_LOG_FUNC (ptr->get_context ()->get_logger ()); in gcc_jit_rvalue_dereference_field() 1849 JIT_LOG_FUNC (rvalue->get_context ()->get_logger ()); in gcc_jit_rvalue_dereference() 1882 JIT_LOG_FUNC (lvalue->get_context ()->get_logger ()); in gcc_jit_lvalue_get_address() 1929 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_eval() 1957 gcc::jit::recording::context *ctxt = block->get_context (); in gcc_jit_block_add_assignment() [all …]
|
| H A D | jit-playback.c | 1206 tree ref = get_context ()->new_field_access (loc, datum, field); in access_field() 1209 return new lvalue (get_context (), ref); in access_field() 1221 tree ref = get_context ()->new_field_access (loc, datum, field); in access_field() 1224 return new rvalue (get_context (), ref); in access_field() 1236 tree datum = get_context ()->new_dereference (ptr, loc); in dereference_field() 1239 tree ref = get_context ()->new_field_access (loc, datum, field); in dereference_field() 1242 return new lvalue (get_context (), ref); in dereference_field() 1253 tree datum = get_context ()->new_dereference (ptr, loc); in dereference() 1254 return new lvalue (get_context (), datum); in dereference() 1321 get_context ()->set_tree_location (ptr, loc); in get_address() [all …]
|
| H A D | jit-common.h | 171 recording::context &get_context () { return m_ctxt; } in get_context() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit++.h | 63 context get_context () const; 1332 object::get_context () const in get_context() function 1436 return get_context ().new_rvalue (*this, 0); in zero() 1442 return get_context ().new_rvalue (*this, 1); in one() 1660 rvalue c = get_context ().new_call (other, loc); in add_call() 1669 rvalue c = get_context ().new_call (other, arg0, loc); in add_call() 1678 rvalue c = get_context ().new_call (other, arg0, arg1, loc); in add_call() 1687 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc); in add_call() 1697 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc); in add_call() 1705 return get_context ().new_call (*this, loc); in operator() [all …]
|
| H A D | jit-recording.cc | 394 get_context ().add_error (NULL, in get_identifier() 2232 r.get_identifier (get_context ()), in write_reproducer() 2814 r.get_identifier (get_context ()), in write_reproducer() 3090 r.get_identifier (get_context ()), in write_reproducer() 3307 r.get_identifier (get_context ()), in write_deferred_reproducer() 3363 r.get_identifier (get_context ()), in write_reproducer() 3422 r.get_identifier (get_context ()), in write_reproducer() 3519 r.get_identifier (get_context ()), in write_reproducer() 3579 r.get_identifier (get_context ()), in write_reproducer() 3820 s->get_context (), in verify_valid_within_stmt() [all …]
|
| H A D | libgccjit.cc | 288 (BLOCK)->get_context (), \ 302 (BLOCK)->get_context (), \ 1340 JIT_LOG_FUNC (func->get_context ()->get_logger ()); in gcc_jit_function_new_block() 1342 func->get_context (), NULL, in gcc_jit_function_new_block() 1756 gcc::jit::recording::context *ctxt = global->get_context (); in gcc_jit_global_set_initializer_rvalue() 2502 return static_cast <gcc_jit_context *> (obj->get_context ()); in gcc_jit_object_get_context() 2595 JIT_LOG_FUNC (ptr->get_context ()->get_logger ()); in gcc_jit_rvalue_dereference_field() 2632 JIT_LOG_FUNC (rvalue->get_context ()->get_logger ()); in gcc_jit_rvalue_dereference() 2665 JIT_LOG_FUNC (lvalue->get_context ()->get_logger ()); in gcc_jit_lvalue_get_address() 2681 JIT_LOG_FUNC (lvalue->get_context ()->get_logger ()); in gcc_jit_lvalue_set_tls_model() [all …]
|
| H A D | jit-playback.cc | 1588 tree ref = get_context ()->new_field_access (loc, datum, field); in access_field() 1591 return new lvalue (get_context (), ref); in access_field() 1603 tree ref = get_context ()->new_field_access (loc, datum, field); in access_field() 1606 return new rvalue (get_context (), ref); in access_field() 1618 tree datum = get_context ()->new_dereference (ptr, loc); in dereference_field() 1621 tree ref = get_context ()->new_field_access (loc, datum, field); in dereference_field() 1624 return new lvalue (get_context (), ref); in dereference_field() 1635 tree datum = get_context ()->new_dereference (ptr, loc); in dereference() 1636 return new lvalue (get_context (), datum); in dereference() 1703 get_context ()->set_tree_location (ptr, loc); in get_address() [all …]
|
| H A D | jit-common.h | 173 recording::context &get_context () { return m_ctxt; } in get_context() function
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcs_context.c | 36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE); 80 get_context(TCS_CONTEXT_HANDLE handle) in get_context() function 117 toKill = get_context(handle); in destroy_context() 187 c = get_context(tcsContext); in ctx_verify_context() 208 c = get_context(tcs_handle); in ctx_get_cond_var()
|
| H A D | tcs_context_key.c | 58 c = get_context(ctx_handle); in ctx_has_key_loaded() 85 c = get_context(ctx_handle); in ctx_remove_key_loaded() 120 c = get_context(ctx_handle); in ctx_mark_key_loaded()
|
| /netbsd-src/sys/arch/sun2/sun2/ |
| H A D | pmap.c | 585 saved_ctxnum = get_context(); in context_free() 1109 saved_ctx = get_context(); in pv_changepte() 1204 saved_ctx = get_context(); in pv_syncflags() 1671 if (get_context() != 0) { in pmap_bootstrap() 1993 saved_ctx = get_context(); in pmap_enter_kernel() 2183 if (pmap->pm_ctxnum != get_context()) { in pmap_enter_user() 2333 saved_ctx = get_context(); in pmap_kenter_pa() 2425 saved_ctx = get_context(); in pmap_kremove() 2610 if (pmap->pm_ctxnum != get_context()) { in pmap_fault_reload() 2822 saved_ctx = get_context(); in pmap_unwire() [all …]
|
| H A D | control.c | 41 get_context(void) in get_context() function
|
| H A D | db_memrw.c | 114 old_ctx = get_context(); in db_write_text()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1525 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>(); in setConstraint() 1571 ConstraintMap::Factory &F = State->get_context<ConstraintMap>(); in getConstraintMap() 1665 ConstraintRangeTy::Factory &CRF = State->get_context<ConstraintRange>(); in mergeImpl() 1697 ClassMapTy::Factory &CMF = State->get_context<ClassMap>(); in mergeImpl() 1700 ClassMembersTy::Factory &MF = State->get_context<ClassMembers>(); in mergeImpl() 1703 DisequalityMapTy::Factory &DF = State->get_context<DisequalityMap>(); in mergeImpl() 1705 ClassSet::Factory &CF = State->get_context<ClassSet>(); in mergeImpl() 1759 return State->get_context<SymbolSet>(); in getMembersFactory() 1833 DisequalityMapTy::Factory &F = State->get_context<DisequalityMap>(); in addToDisequalityInfo() 1834 ClassSet::Factory &CF = State->get_context<ClassSet>(); in addToDisequalityInfo() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 399 typename ProgramStateTrait<T>::context_type get_context() const; 642 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function 804 return getStateManager().add<T>(this, K, get_context<T>()); in add() 808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function 809 return getStateManager().get_context<T>(); in get_context() 814 return getStateManager().remove<T>(this, K, get_context<T>()); in remove() 836 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
|
| /netbsd-src/external/bsd/kyua-cli/dist/store/ |
| H A D | transaction_test.cpp | 473 const engine::context context1 = tx.get_context(id1); in ATF_TEST_CASE_BODY() 474 const engine::context context2 = tx.get_context(id2); in ATF_TEST_CASE_BODY() 475 const engine::context context3 = tx.get_context(id3); in ATF_TEST_CASE_BODY() 497 tx.get_context(456)); in ATF_TEST_CASE_BODY() 519 tx.get_context(78)); in ATF_TEST_CASE_BODY() 558 tx.get_context(10)); in ATF_TEST_CASE_BODY() 560 tx.get_context(20)); in ATF_TEST_CASE_BODY()
|
| H A D | transaction.hpp | 123 engine::context get_context(const int64_t);
|
| /netbsd-src/sys/arch/sun68k/sun68k/ |
| H A D | control.h | 41 int get_context(void);
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | control.h | 68 int get_context(void);
|
| H A D | control.c | 41 get_context(void) in get_context() function
|
| H A D | pmap.c | 594 saved_ctxnum = get_context(); in context_free() 1118 saved_ctx = get_context(); in pv_changepte() 1211 saved_ctx = get_context(); in pv_syncflags() 1699 if (get_context() != 0) { in pmap_bootstrap() 2212 if (pmap->pm_ctxnum != get_context()) { in pmap_enter_user() 2629 if (pmap->pm_ctxnum != get_context()) { in pmap_fault_reload() 3017 old_ctx = get_context(); in pmap_protect1() 3057 if (pmap->pm_ctxnum != get_context()) in pmap_protect_mmu() 3146 old_ctx = get_context(); in pmap_protect_noctx() 3236 old_ctx = get_context(); in pmap_remove1() [all...] |
| /netbsd-src/sys/arch/sun2/include/ |
| H A D | pte.h | 182 #define kernel_context() get_context(); set_context(0)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InnerPointerChecker.cpp | 245 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkPostCall() 265 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>(); in checkDeadSymbols()
|