Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_codegen.erl332 case is_gc_bif(Name, Args) of
1062 case is_gc_bif(Name, Args) of
1105 case is_gc_bif(Name, Args) of
2036 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
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl352 case is_gc_bif(Name, Args) of
1062 case is_gc_bif(Name, Args) of
1105 case is_gc_bif(Name, Args) of
2168 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
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_ssa_codegen.erl336 case is_gc_bif(Name, Args) of
1043 case is_gc_bif(Name, Args) of
1086 case is_gc_bif(Name, Args) of
2143 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
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl352 case is_gc_bif(Name, Args) of
1062 case is_gc_bif(Name, Args) of
1105 case is_gc_bif(Name, Args) of
2168 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
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl352 case is_gc_bif(Name, Args) of
1062 case is_gc_bif(Name, Args) of
1105 case is_gc_bif(Name, Args) of
2168 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
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl352 case is_gc_bif(Name, Args) of
1062 case is_gc_bif(Name, Args) of
1105 case is_gc_bif(Name, Args) of
2168 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
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl427 case is_gc_bif(Bif) of
449 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
457 is_gc_bif(map_get, 2) -> false; function
459 is_gc_bif(Bif, Arity) -> function
[all …]