HomeSort by: relevance | last modified time | path
    Searched defs:get_context (Results 1 - 16 of 16) 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/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/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/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/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 517 static inline struct rar5* get_context(struct archive_read* a) { function
666 struct rar5* rar = get_context(a);
776 struct rar5* rar = get_context(a);
2193 struct rar5* rar = get_context(a);
2278 struct rar5* rar = get_context(a);
2445 struct rar5* rar = get_context(a);
2526 struct rar5* rar = get_context(a);
2690 struct rar5* rar = get_context(a);
3020 struct rar5* rar = get_context(ar);
3106 struct rar5* rar = get_context(a)
    [all...]
  /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/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 110 milliseconds