Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp6307 static bool isConstantSizeArrayWithMoreThanOneElement(QualType Ty, in isConstantSizeArrayWithMoreThanOneElement() function
6375 if (!isConstantSizeArrayWithMoreThanOneElement(DstArg->getType(), Context)) in CheckStrlcpycatArguments()
6464 bool isKnownSizeArray = isConstantSizeArrayWithMoreThanOneElement(DstTy, in CheckStrncatArguments()