Home
last modified time | relevance | path

Searched defs: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.erl2760 vdb_store_new(V, New, [{V1,_,_}=Vd|Vdb]) when V > V1 -> function
2762 vdb_store_new(V, New, [{V1,_,_}|_]=Vdb) when V < V1 -> function
2764 vdb_store_new(_, New, []) -> [New]. function