Home
last modified time | relevance | path

Searched defs:is_gc_bif (Results 1 – 7 of 7) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl449 is_gc_bif(hd, 1) -> false; function
450 is_gc_bif(tl, 1) -> false; function
451 is_gc_bif(self, 0) -> false; function
452 is_gc_bif(node, 0) -> false; function
453 is_gc_bif(node, 1) -> false; function
454 is_gc_bif(element, 2) -> false; function
455 is_gc_bif(get, 1) -> false; function
456 is_gc_bif(tuple_size, 1) -> false; function
457 is_gc_bif(map_get, 2) -> false; function
458 is_gc_bif(is_map_key, 2) -> false; function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_codegen.erl2036 is_gc_bif(hd, [_]) -> false; function
2037 is_gc_bif(tl, [_]) -> false; function
2038 is_gc_bif(self, []) -> false; function
2039 is_gc_bif(node, []) -> false; function
2040 is_gc_bif(node, [_]) -> false; function
2041 is_gc_bif(element, [_,_]) -> false; function
2042 is_gc_bif(get, [_]) -> false; function
2043 is_gc_bif(is_map_key, [_,_]) -> false; function
2044 is_gc_bif(map_get, [_,_]) -> false; function
2045 is_gc_bif(tuple_size, [_]) -> false; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl2168 is_gc_bif(hd, [_]) -> false; function
2169 is_gc_bif(tl, [_]) -> false; function
2170 is_gc_bif(self, []) -> false; function
2171 is_gc_bif(node, []) -> false; function
2172 is_gc_bif(node, [_]) -> false; function
2173 is_gc_bif(element, [_,_]) -> false; function
2174 is_gc_bif(get, [_]) -> false; function
2175 is_gc_bif(is_map_key, [_,_]) -> false; function
2176 is_gc_bif(map_get, [_,_]) -> false; function
2177 is_gc_bif(tuple_size, [_]) -> false; function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_ssa_codegen.erl2143 is_gc_bif(hd, [_]) -> false; function
2144 is_gc_bif(tl, [_]) -> false; function
2145 is_gc_bif(self, []) -> false; function
2146 is_gc_bif(node, []) -> false; function
2147 is_gc_bif(node, [_]) -> false; function
2148 is_gc_bif(element, [_,_]) -> false; function
2149 is_gc_bif(get, [_]) -> false; function
2150 is_gc_bif(is_map_key, [_,_]) -> false; function
2151 is_gc_bif(map_get, [_,_]) -> false; function
2152 is_gc_bif(tuple_size, [_]) -> false; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl2168 is_gc_bif(hd, [_]) -> false; function
2169 is_gc_bif(tl, [_]) -> false; function
2170 is_gc_bif(self, []) -> false; function
2171 is_gc_bif(node, []) -> false; function
2172 is_gc_bif(node, [_]) -> false; function
2173 is_gc_bif(element, [_,_]) -> false; function
2174 is_gc_bif(get, [_]) -> false; function
2175 is_gc_bif(is_map_key, [_,_]) -> false; function
2176 is_gc_bif(map_get, [_,_]) -> false; function
2177 is_gc_bif(tuple_size, [_]) -> false; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl2168 is_gc_bif(hd, [_]) -> false; function
2169 is_gc_bif(tl, [_]) -> false; function
2170 is_gc_bif(self, []) -> false; function
2171 is_gc_bif(node, []) -> false; function
2172 is_gc_bif(node, [_]) -> false; function
2173 is_gc_bif(element, [_,_]) -> false; function
2174 is_gc_bif(get, [_]) -> false; function
2175 is_gc_bif(is_map_key, [_,_]) -> false; function
2176 is_gc_bif(map_get, [_,_]) -> false; function
2177 is_gc_bif(tuple_size, [_]) -> false; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl2168 is_gc_bif(hd, [_]) -> false; function
2169 is_gc_bif(tl, [_]) -> false; function
2170 is_gc_bif(self, []) -> false; function
2171 is_gc_bif(node, []) -> false; function
2172 is_gc_bif(node, [_]) -> false; function
2173 is_gc_bif(element, [_,_]) -> false; function
2174 is_gc_bif(get, [_]) -> false; function
2175 is_gc_bif(is_map_key, [_,_]) -> false; function
2176 is_gc_bif(map_get, [_,_]) -> false; function
2177 is_gc_bif(tuple_size, [_]) -> false; function
[all …]