Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl2731 {V,F,L} when I > L -> vdb_update(V, {V,F,I}, Vdb);
2755 vdb_update(V, Update, [{V,_,_}|Vdb]) -> function
2757 vdb_update(V, Update, [Vd|Vdb]) -> function
2758 [Vd|vdb_update(V, Update, Vdb)].