Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- RArg
- Named or unnamed argument in a function call.
- RBackend
- Backend state for emitting R source code.
- RData
Object - A data object to be emitted (e.g., saved with
saveRDSor inlined). - RFile
- Top-level R file structure.
- RFormal
- Formal parameter in a function definition.
- RFunction
- An R function definition.
- RLang
Analysis Cache - RLang
Cache Entry - RLang
Constant Folding Helper - RLang
DepGraph - RLang
Dominator Tree - RLang
ExtCache - Analysis cache for RLangExt.
- RLang
ExtConst Folder - Constant folding helper for RLangExt.
- RLang
ExtDep Graph - Dependency graph for RLangExt.
- RLang
ExtDom Tree - Dominator tree for RLangExt.
- RLang
ExtLiveness - Liveness analysis for RLangExt.
- RLang
ExtPass Config - Configuration for RLangExt passes.
- RLang
ExtPass Registry - Pass registry for RLangExt.
- RLang
ExtPass Stats - Statistics for RLangExt passes.
- RLang
ExtWorklist - Worklist for RLangExt.
- RLang
Liveness Info - RLang
Pass Config - RLang
Pass Registry - RLang
Pass Stats - RLang
Worklist - Vectorized
Op - Vectorized operation descriptor — captures element-wise or reduction ops.
Enums§
- Apply
Variant - Which apply-family function to use.
- RAssign
Op - Assignment operator variant.
- RExpr
- R expression.
- RLang
ExtPass Phase - Pass execution phase for RLangExt.
- RLang
Pass Phase - RLiteral
- Literal values in R.
- RStmt
- R statement.
- RType
- R type representation.