Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4072 DependentVectorType *CanonCheck = in getDependentVectorType() local
4074 assert(!CanonCheck && in getDependentVectorType()
4076 (void)CanonCheck; in getDependentVectorType()
4149 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() local
4151 assert(!CanonCheck && "Dependent-sized ext_vector canonical type broken"); in getDependentSizedExtVectorType()
4152 (void)CanonCheck; in getDependentSizedExtVectorType()
4216 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType() local
4218 assert(!CanonCheck && "Dependent-sized matrix canonical type broken"); in getDependentSizedMatrixType()