Lines Matching defs:access
381 … ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); in FloatLiteral() local
392 … ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); in FloatLiteral() local
447 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); in IntLiteral() local
495 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); in BoolLiteral() local
506 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); in BoolLiteral() local
636 inline float getValueAccessValue<float>(ConstValueAccess access) in getValueAccessValue()
641 inline int getValueAccessValue<int>(ConstValueAccess access) in getValueAccessValue()
646 inline bool getValueAccessValue<bool>(ConstValueAccess access) in getValueAccessValue()
654 inline float &getValueAccessValue<float>(ValueAccess access) in getValueAccessValue()
659 inline int &getValueAccessValue<int>(ValueAccess access) in getValueAccessValue()
664 inline bool &getValueAccessValue<bool>(ValueAccess access) in getValueAccessValue()