Searched refs:getUniqueTypeName (Results 1 – 2 of 2) sorted by relevance
104 std::string ReflectionState::getUniqueTypeName(const RSExportType *T) { in getUniqueTypeName() function in slang::ReflectionState270 const std::string OutType = (OET ? getUniqueTypeName(OET) : ""); in beginForEach()437 const std::string TypeName = getUniqueTypeName(Type); in addForEachParam()635 const std::string Type = getUniqueTypeName((*I)->getType()); in declareInvokable()737 FieldState.mType = canon(getUniqueTypeName(T)); in declareRecord()846 reduce.mAccumIns[InTypesIdx++] = canon(getUniqueTypeName(InType)); in declareReduce()848 reduce.mResult = canon(getUniqueTypeName(ER->getResultType())); in declareReduce()899 const std::string ResultType = getUniqueTypeName(ER->getResultType()); in declareReduce()917 const std::string InTypeName = getUniqueTypeName(InType); in declareReduce()958 variable.mType = canon(getUniqueTypeName(EV->getType())); in declareVariable()[all …]
474 static std::string getUniqueTypeName(const RSExportType *T);