Home
last modified time | relevance | path

Searched refs:mangleNeonVectorType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp524 void mangleNeonVectorType(const VectorType *T);
525 void mangleNeonVectorType(const DependentVectorType *T);
2967 void CXXNameMangler::mangleNeonVectorType(const VectorType *T) { in mangleNeonVectorType() function in CXXNameMangler
3016 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType() function in CXXNameMangler
3117 mangleNeonVectorType(T); in mangleType()
3139 mangleNeonVectorType(T); in mangleType()