Home
last modified time | relevance | path

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

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dbuiltins.yaml23 # - special_call: true/false, used for .call(), .apply(), etc which
114 # - special_call: recognized in shorthand
422 special_call: true
859 special_call: true
869 special_call: true
3208 special_call: true
3217 special_call: true
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dbuiltins.yaml23 # - special_call: true/false, used for .call(), .apply(), etc which
114 # - special_call: recognized in shorthand
422 special_call: true
859 special_call: true
869 special_call: true
3208 special_call: true
3217 special_call: true
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp2104 OPERAND *special_call; in gen_call_as_llvm_instr() local
2105 special_call = gen_alloca_call_if_necessary(sptr, ilix); in gen_call_as_llvm_instr()
2106 if (special_call == NULL) { in gen_call_as_llvm_instr()
2107 special_call = gen_unreachable_if_necessary(sptr, ilix); in gen_call_as_llvm_instr()
2109 return special_call; in gen_call_as_llvm_instr()