Home
last modified time | relevance | path

Searched refs:array_access (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Darray_access.c27 static int array_access(long *arr, long narr) in array_access() function
69 return array_access(arr, 8); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c1211 recording::lvalue *result = new array_access (this, loc, ptr, index); in new_array_access()
5424 recording::array_access::replay_into (replayer *r) in replay_into()
5436 recording::array_access::visit_children (rvalue_visitor *v) in visit_children()
5446 recording::array_access::make_debug_string () in make_debug_string()
5459 recording::array_access::write_reproducer (reproducer &r) in write_reproducer()
H A Djit-recording.h1616 class array_access : public lvalue
1619 array_access (context *ctxt, in array_access() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A DChangeLog1595 (array_access::replay_into): Likewise.
1596 (array_access::visit_children): Likewise.
1597 (array_access::make_debug_string): Likewise.
1598 (array_access::write_reproducer): Likewise.
1599 (array_access::get_precedence): Likewise.
2161 (array_access::make_debug_string): Likewise.
2183 (array_access::get_precedence): New function.
2567 (array_access::write_reproducer): Likewise.
2630 (array_access::write_reproducer): Likewise.
2680 (gcc::jit::recording::array_access::visit_children): New function.
[all …]
H A Djit-recording.cc1310 recording::lvalue *result = new array_access (this, loc, ptr, index); in new_array_access()
6215 recording::array_access::replay_into (replayer *r) in replay_into()
6227 recording::array_access::visit_children (rvalue_visitor *v) in visit_children()
6237 recording::array_access::make_debug_string () in make_debug_string()
6250 recording::array_access::write_reproducer (reproducer &r) in write_reproducer()
H A Djit-recording.h1822 class array_access : public lvalue
1825 array_access (context *ctxt, in array_access() function
H A DChangeLog.jit1620 (gcc::jit::recording::array_access::replay_into): Likewise.