Home
last modified time | relevance | path

Searched refs:loop_ (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.h309 #define uv__handle_init(loop_, h, type_) \ argument
311 (h)->loop = (loop_); \
314 QUEUE_INSERT_TAIL(&(loop_)->handle_queue, &(h)->handle_queue); \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc1856 find_ref_loc_in_loop_cmp (const void *loop_, const void *loc_, in find_ref_loc_in_loop_cmp() argument
1860 class loop *loop = (class loop *)const_cast<void *>(loop_); in find_ref_loc_in_loop_cmp()
2968 ref_always_accessed (class loop *loop_, bool stored_p_) in ref_always_accessed() argument
2969 : loop (loop_), stored_p (stored_p_) {} in ref_always_accessed()
3126 ref_in_loop_hot_body (class loop *loop_) : l (loop_) {} in ref_in_loop_hot_body() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c1701 find_ref_loc_in_loop_cmp (const void *loop_, const void *loc_, in find_ref_loc_in_loop_cmp() argument
1705 class loop *loop = (class loop *)const_cast<void *>(loop_); in find_ref_loc_in_loop_cmp()
2162 ref_always_accessed (class loop *loop_, bool stored_p_) in ref_always_accessed() argument
2163 : loop (loop_), stored_p (stored_p_) {} in ref_always_accessed()