Skip to main content

Module types

Module types 

Source
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.
RDataObject
A data object to be emitted (e.g., saved with saveRDS or inlined).
RFile
Top-level R file structure.
RFormal
Formal parameter in a function definition.
RFunction
An R function definition.
RLangAnalysisCache
RLangCacheEntry
RLangConstantFoldingHelper
RLangDepGraph
RLangDominatorTree
RLangExtCache
Analysis cache for RLangExt.
RLangExtConstFolder
Constant folding helper for RLangExt.
RLangExtDepGraph
Dependency graph for RLangExt.
RLangExtDomTree
Dominator tree for RLangExt.
RLangExtLiveness
Liveness analysis for RLangExt.
RLangExtPassConfig
Configuration for RLangExt passes.
RLangExtPassRegistry
Pass registry for RLangExt.
RLangExtPassStats
Statistics for RLangExt passes.
RLangExtWorklist
Worklist for RLangExt.
RLangLivenessInfo
RLangPassConfig
RLangPassRegistry
RLangPassStats
RLangWorklist
VectorizedOp
Vectorized operation descriptor — captures element-wise or reduction ops.

Enums§

ApplyVariant
Which apply-family function to use.
RAssignOp
Assignment operator variant.
RExpr
R expression.
RLangExtPassPhase
Pass execution phase for RLangExt.
RLangPassPhase
RLiteral
Literal values in R.
RStmt
R statement.
RType
R type representation.