Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp266 bool IsSLSafe = SL && SL->getLength() > 0 && in CheckStringInit() local
269 if (!IsSLSafe) { in CheckStringInit()