Home
last modified time | relevance | path

Searched refs:vdb_store_new (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.erl2724 new_vars([V], I, Vdb) -> vdb_store_new(V, {V,I,I}, Vdb);
2733 error -> vdb_store_new(V, {V,I,I}, Vdb)
2738 vdb_store_new(V, {V,F,L}, Vdb).
2760 vdb_store_new(V, New, [{V1,_,_}=Vd|Vdb]) when V > V1 -> function
2761 [Vd|vdb_store_new(V, New, Vdb)];
2762 vdb_store_new(V, New, [{V1,_,_}|_]=Vdb) when V < V1 -> function
2764 vdb_store_new(_, New, []) -> [New]. function