Searched refs:FunctionSummaryTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp12 // This checker provides a specification format - `FunctionSummaryTy' - and
24 // `FunctionSummaryTy' provides only two branches for this function. However,
34 // their `FunctionSummaryTy' is a precise model. This avoids unnecessary
67 struct FunctionSummaryTy;
137 const FunctionSummaryTy &Summary) const;
140 const FunctionSummaryTy &Summary) const;
143 const FunctionSummaryTy &Summary) const;
147 const FunctionSummaryTy &Summary) const {
167 struct FunctionSummaryTy { struct in class:__anon978::StdLibraryFunctionsChecker
201 typedef std::vector<FunctionSummaryTy> FunctionVariantsT
[all...]

Completed in 99 milliseconds