Searched refs:accepts_writes_from (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.h482 virtual bool accepts_writes_from (type *rtype) function in class:gcc::jit::recording::type
535 bool accepts_writes_from (type *rtype) function in class:gcc::jit::recording::memento_of_get_type
545 return type::accepts_writes_from (rtype);
576 bool accepts_writes_from (type *rtype);
604 bool accepts_writes_from (type */*rtype*/) function in class:gcc::jit::recording::memento_of_get_const
H A Djit-recording.c2292 recording::type::accepts_writes_from for get_pointer.
2298 recording::memento_of_get_pointer::accepts_writes_from (type *rtype) function in class:recording::memento_of_get_pointer
2307 ->accepts_writes_from (rtype_points_to);
H A Dlibgccjit.c325 gcc::jit::recording::type::accepts_writes_from virtual function on
332 return ltype->accepts_writes_from (rtype);

Completed in 119 milliseconds