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

  /src/sys/arch/sun2/sun2/
control.c 41 get_context(void) function
  /src/sys/arch/sun3/sun3/
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);
  /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-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...]
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-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...]
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>());
  /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
  /src/external/mit/isl/dist/interface/
isl.py 14959 def get_context(arg0): member in class:schedule_constraints
16172 def get_context(arg0): member in class:schedule_node_context
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 517 static inline struct rar5* get_context(struct archive_read* a) { function
670 struct rar5* rar = get_context(a);
780 struct rar5* rar = get_context(a);
2197 struct rar5* rar = get_context(a);
2282 struct rar5* rar = get_context(a);
2449 struct rar5* rar = get_context(a);
2530 struct rar5* rar = get_context(a);
2694 struct rar5* rar = get_context(a);
3024 struct rar5* rar = get_context(ar);
3112 struct rar5* rar = get_context(a)
    [all...]
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 3238 inline isl::checked::set get_context() const;
3397 inline isl::checked::set get_context() const;
15821 isl::checked::set schedule_constraints::get_context() const function in class:isl::checked::schedule_constraints
16497 isl::checked::set schedule_node_context::get_context() const function in class:isl::checked::schedule_node_context
cpp.h 3304 inline isl::set get_context() const;
3463 inline isl::set get_context() const;
21840 isl::set schedule_constraints::get_context() const function in class:isl::schedule_constraints
22978 isl::set schedule_node_context::get_context() const function in class:isl::schedule_node_context

Completed in 128 milliseconds