Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4094 DependentVectorType *CanonCheck = in getDependentVectorType() local
4096 assert(!CanonCheck && in getDependentVectorType()
4098 (void)CanonCheck; in getDependentVectorType()
4172 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() local
4174 assert(!CanonCheck && "Dependent-sized ext_vector canonical type broken"); in getDependentSizedExtVectorType()
4175 (void)CanonCheck; in getDependentSizedExtVectorType()
4238 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType() local
4240 assert(!CanonCheck && "Dependent-sized matrix canonical type broken"); in getDependentSizedMatrixType()