Searched refs:call_through_ptr (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.c1054 /* Create a recording::call_through_ptr instance and add it to this
1066 recording::rvalue *result = new call_through_ptr (this, loc, fn_ptr, numargs, args);
4796 /* The implementation of class gcc::jit::recording::call_through_ptr. */
4798 /* The constructor for recording::call_through_ptr. */
4800 recording::call_through_ptr::call_through_ptr (recording::context *ctxt, function in class:recording::call_through_ptr
4816 for recording::call_through_ptr. */
4819 recording::call_through_ptr::replay_into (replayer *r)
4832 for recording::call_through_ptr. */
4835 recording::call_through_ptr
[all...]
H A Djit-recording.h1416 class call_through_ptr : public rvalue class in namespace:gcc::jit::recording
1419 call_through_ptr (context *ctxt,

Completed in 51 milliseconds