Searched refs:mangledPrimitiveStringfromName (Results 1 – 3 of 3) sorted by relevance
29 const char* mangledPrimitiveStringfromName(std::string type);
62 if ((nType = mangledPrimitiveStringfromName(p->getPointee()->toString()))) in mangleSubstitution()67 if ((nType = mangledPrimitiveStringfromName(pVec->getScalarType()->toString()))) in mangleSubstitution()
178 const char* mangledPrimitiveStringfromName(std::string type) { in mangledPrimitiveStringfromName() function