Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp3889 DependentVectorType *CanonCheck = in getDependentVectorType() local
3891 assert(!CanonCheck && in getDependentVectorType()
3893 (void)CanonCheck; in getDependentVectorType()
3963 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() local
3965 assert(!CanonCheck && "Dependent-sized ext_vector canonical type broken"); in getDependentSizedExtVectorType()
3966 (void)CanonCheck; in getDependentSizedExtVectorType()
4029 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType() local
4031 assert(!CanonCheck && "Dependent-sized matrix canonical type broken"); in getDependentSizedMatrixType()
/external/clang/lib/AST/
DASTContext.cpp2970 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() local
2972 assert(!CanonCheck && "Dependent-sized ext_vector canonical type broken"); in getDependentSizedExtVectorType()
2973 (void)CanonCheck; in getDependentSizedExtVectorType()