HomeSort by: relevance | last modified time | path
    Searched defs:get_context (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/arch/sun2/sun2/
control.c 41 get_context(void) function
control.c 41 get_context(void) function
  /src/sys/arch/sun3/sun3/
control.c 41 get_context(void) function
control.c 41 get_context(void) function
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_context.c 36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
80 get_context(TCS_CONTEXT_HANDLE handle) function
117 toKill = get_context(handle);
187 c = get_context(tcsContext);
208 c = get_context(tcs_handle);
tcs_context.c 36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
80 get_context(TCS_CONTEXT_HANDLE handle) function
117 toKill = get_context(handle);
187 c = get_context(tcsContext);
208 c = get_context(tcs_handle);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-common.h 173 recording::context &get_context () { return m_ctxt; } function in class:gcc::jit::dump
jit-common.h 173 recording::context &get_context () { return m_ctxt; } function in class:gcc::jit::dump
jit-playback.h 696 context *get_context () const { return m_ctxt; } function in class:gcc::jit::playback::rvalue
jit-playback.h 696 context *get_context () const { return m_ctxt; } function in class:gcc::jit::playback::rvalue
libgccjit++.h 63 context get_context () const;
1333 object::get_context () const function in class:gccjit::object
1443 return get_context ().new_rvalue (*this, 0);
1449 return get_context ().new_rvalue (*this, 1);
1667 rvalue c = get_context ().new_call (other, loc);
1676 rvalue c = get_context ().new_call (other, arg0, loc);
1685 rvalue c = get_context ().new_call (other, arg0, arg1, loc);
1694 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc);
1704 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc);
1712 return get_context ().new_call (*this, loc)
    [all...]
libgccjit++.h 63 context get_context () const;
1333 object::get_context () const function in class:gccjit::object
1443 return get_context ().new_rvalue (*this, 0);
1449 return get_context ().new_rvalue (*this, 1);
1667 rvalue c = get_context ().new_call (other, loc);
1676 rvalue c = get_context ().new_call (other, arg0, loc);
1685 rvalue c = get_context ().new_call (other, arg0, arg1, loc);
1694 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc);
1704 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc);
1712 return get_context ().new_call (*this, loc)
    [all...]
jit-recording.h 400 context *get_context () { return m_ctxt; } function in class:gcc::jit::recording::memento
jit-recording.h 400 context *get_context () { return m_ctxt; } function in class:gcc::jit::recording::memento
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-common.h 173 recording::context &get_context () { return m_ctxt; } function in class:gcc::jit::dump
jit-common.h 173 recording::context &get_context () { return m_ctxt; } function in class:gcc::jit::dump
jit-playback.h 660 context *get_context () const { return m_ctxt; } function in class:gcc::jit::playback::rvalue
jit-playback.h 660 context *get_context () const { return m_ctxt; } function in class:gcc::jit::playback::rvalue
libgccjit++.h 63 context get_context () const;
1332 object::get_context () const function in class:gccjit::object
1436 return get_context ().new_rvalue (*this, 0);
1442 return get_context ().new_rvalue (*this, 1);
1660 rvalue c = get_context ().new_call (other, loc);
1669 rvalue c = get_context ().new_call (other, arg0, loc);
1678 rvalue c = get_context ().new_call (other, arg0, arg1, loc);
1687 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc);
1697 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc);
1705 return get_context ().new_call (*this, loc)
    [all...]
libgccjit++.h 63 context get_context () const;
1332 object::get_context () const function in class:gccjit::object
1436 return get_context ().new_rvalue (*this, 0);
1442 return get_context ().new_rvalue (*this, 1);
1660 rvalue c = get_context ().new_call (other, loc);
1669 rvalue c = get_context ().new_call (other, arg0, loc);
1678 rvalue c = get_context ().new_call (other, arg0, arg1, loc);
1687 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc);
1697 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc);
1705 return get_context ().new_call (*this, loc)
    [all...]
jit-recording.h 393 context *get_context () { return m_ctxt; } function in class:gcc::jit::recording::memento
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 399 typename ProgramStateTrait<T>::context_type get_context() const;
642 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
804 return getStateManager().add<T>(this, K, get_context<T>());
808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
809 return getStateManager().get_context<T>();
814 return getStateManager().remove<T>(this, K, get_context<T>());
836 return getStateManager().set<T>(this, K, E, get_context<T>());
ProgramState.h 399 typename ProgramStateTrait<T>::context_type get_context() const;
642 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
804 return getStateManager().add<T>(this, K, get_context<T>());
808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
809 return getStateManager().get_context<T>();
814 return getStateManager().remove<T>(this, K, get_context<T>());
836 return getStateManager().set<T>(this, K, E, get_context<T>());
  /src/external/bsd/kyua-cli/dist/store/
transaction.cpp 665 get_context(stmt.safe_column_int64("context_id")));
707 const engine::context context = get_context(
726 store::transaction::get_context(const int64_t context_id) function in class:store::transaction
transaction.cpp 665 get_context(stmt.safe_column_int64("context_id")));
707 const engine::context context = get_context(
726 store::transaction::get_context(const int64_t context_id) function in class:store::transaction

Completed in 221 milliseconds

1 2