Home
last modified time | relevance | path

Searched defs:find_refs (Results 1 – 14 of 14) sorted by relevance

/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosNotification/src/
H A DCosNotifyChannelAdmin_ConsumerAdmin_impl.erl548 find_refs(List) -> function
551 find_refs([], Acc) -> function
553 find_refs([{_,R,_,_}|T], Acc) -> function
555 find_refs(What, _) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosNotification/src/
H A DCosNotifyChannelAdmin_ConsumerAdmin_impl.erl548 find_refs(List) -> function
551 find_refs([], Acc) -> function
553 find_refs([{_,R,_,_}|T], Acc) -> function
555 find_refs(What, _) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosNotification/src/
H A DCosNotifyChannelAdmin_ConsumerAdmin_impl.erl548 find_refs(List) -> function
551 find_refs([], Acc) -> function
553 find_refs([{_,R,_,_}|T], Acc) -> function
555 find_refs(What, _) -> function
/dports/lang/erlang/corba-5.0.2/lib/cosNotification/src/
H A DCosNotifyChannelAdmin_ConsumerAdmin_impl.erl548 find_refs(List) -> function
551 find_refs([], Acc) -> function
553 find_refs([{_,R,_,_}|T], Acc) -> function
555 find_refs(What, _) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosNotification/src/
H A DCosNotifyChannelAdmin_ConsumerAdmin_impl.erl548 find_refs(List) -> function
551 find_refs([], Acc) -> function
553 find_refs([{_,R,_,_}|T], Acc) -> function
555 find_refs(What, _) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/misc/
H A Dhipe_consttab.erl235 find_refs(To, {Table,_,_}) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/misc/
H A Dhipe_consttab.erl235 find_refs(To, {Table,_,_}) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/misc/
H A Dhipe_consttab.erl235 find_refs(To, {Table,_,_}) -> function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/
H A Ddataflow.cc271 Dataflow::find_refs(Named_object* var) const in find_refs() function in Dataflow
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/gofrontend/
H A Ddataflow.cc292 Dataflow::find_refs(Named_object* var) const in find_refs() function in Dataflow
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Ddataflow.cc271 Dataflow::find_refs(Named_object* var) const in find_refs() function in Dataflow
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/gofrontend/
H A Ddataflow.cc271 Dataflow::find_refs(Named_object* var) const in find_refs() function in Dataflow
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/gofrontend/
H A Ddataflow.cc292 Dataflow::find_refs(Named_object* var) const in find_refs() function in Dataflow
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_anal.c969 static void find_refs(RCore *core, const char *glob) { in find_refs() function