Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3959 DependentVectorType *CanonCheck = in getDependentVectorType() local
3961 assert(!CanonCheck && in getDependentVectorType()
3963 (void)CanonCheck; in getDependentVectorType()
4033 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() local
4035 assert(!CanonCheck && "Dependent-sized ext_vector canonical type broken"); in getDependentSizedExtVectorType()
4036 (void)CanonCheck; in getDependentSizedExtVectorType()
4099 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType() local
4101 assert(!CanonCheck && "Dependent-sized matrix canonical type broken"); in getDependentSizedMatrixType()