Home | History | Annotate | Download | only in glshared

Lines Matching defs:Environment

558  * \brief A variable environment.
560 * An Environment object maintains the mapping between variables of the
566 class Environment
596 * point precision and the current variable environment.
603 Environment& env_,
612 Environment& env;
665 * the environment.
668 * when it is evaluated, it can add a variable binding to the environment
676 //! Execute the statement, modifying the environment of `ctx`
1006 * environment.
1480 Environment funEnv;
1500 // \todo [lauri] Store references instead of values in environment
4487 Environment env; // Hoisted out of the inner loop for optimization.
4570 // Initialize environment with dummy values so we don't need to bind in inner loop.