Home
last modified time | relevance | path

Searched defs:MaybeCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h45 using MaybeCount = std::optional<unsigned>; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp26 using MaybeCount = std::optional<unsigned>; typedef