Home
last modified time | relevance | path

Searched defs:is_attached_to (Results 1 – 3 of 3) sorted by relevance

/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dthread_data.h235 inline bool thread_data::is_attached_to(arena* a) { return my_arena == a; } in is_attached_to() function
/dports/math/z3/z3-z3-4.8.13/src/ast/euf/
H A Deuf_enode.h215 bool is_attached_to(theory_id id) const { return get_th_var(id) != null_theory_var; } in is_attached_to() function
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_audio_chain.cpp283 bool Element::is_attached_to(Element const *elt) in is_attached_to() function in Element