Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp838 std::optional<llvm::APSInt> DestSizeAPS = in HandleScanfSpecifier() local
840 if (!DestSizeAPS) in HandleScanfSpecifier()
843 unsigned DestSize = DestSizeAPS->getZExtValue(); in HandleScanfSpecifier()