Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4060 DependentVectorType *CanonCheck = in getDependentVectorType() local
4062 assert(!CanonCheck && in getDependentVectorType()
4064 (void)CanonCheck; in getDependentVectorType()
4134 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() local
4136 assert(!CanonCheck && "Dependent-sized ext_vector canonical type broken"); in getDependentSizedExtVectorType()
4137 (void)CanonCheck; in getDependentSizedExtVectorType()
4200 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType() local
4202 assert(!CanonCheck && "Dependent-sized matrix canonical type broken"); in getDependentSizedMatrixType()