Home
last modified time | relevance | path

Searched refs:functionSEXP_ (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/
H A DRExec.cpp394 functionSEXP_ = functionSEXP; in RFunction()
395 preserver_.add(functionSEXP_); in RFunction()
413 functionSEXP_ = R_UnboundValue; in commonInit()
422 functionSEXP_ = Rf_install(functionName.c_str()); in commonInit()
426 functionSEXP_ = Rf_lang3( in commonInit()
430 preserver_.add(functionSEXP_); in commonInit()
462 if (functionSEXP_ != R_UnboundValue) in call()
465 evaluateExpressions(functionSEXP_, evalNS, pResultSEXP, pProtect) : in call()
469 functionSEXP_ = R_UnboundValue; in call()
473 if (functionSEXP_ == R_UnboundValue) in call()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/
H A DRExec.hpp131 : functionSEXP_(R_UnboundValue) in RFunction()
249 SEXP functionSEXP_; member in rstudio::r::exec::RFunction