Lines Matching +defs:access +defs:convert

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
535 inline DstType convert(SrcType src) in convert() function
547 inline bool convert<float, bool>(float src) in convert() function
552 inline bool convert<int, bool>(int src) in convert() function
557 inline bool convert<bool, bool>(bool src) in convert() function
562 inline float convert<bool, float>(bool src) in convert() function
567 inline int convert<bool, int>(bool src) in convert() function
573 inline int convert<float, int>(float src) in convert() function
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()