Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp193 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT, in CheckStringInit() function
1479 CheckStringInit(expr, ElemType, arrayType, SemaRef); in CheckSubElementType()
1944 CheckStringInit(IList->getInit(Index), DeclType, arrayType, SemaRef); in CheckArrayType()
9207 CheckStringInit(CurInit.get(), UpdateType ? *ResultType : Ty, in Perform()