Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp68 struct FunctionSummaryTy;
138 const FunctionSummaryTy &Summary) const;
168 struct FunctionSummaryTy { struct in __anon2d97c18b0111::StdLibraryFunctionsChecker
202 typedef std::vector<FunctionSummaryTy> FunctionVariantsTy;
241 const FunctionSummaryTy &Summary) const { in applyAsOutOfRange()
269 const FunctionSummaryTy &Summary) const { in applyAsWithinRange()
320 const FunctionSummaryTy &Summary) const { in applyAsComparesToArgument()
355 const FunctionSummaryTy &Summary = *FoundSummary; in checkPostCall()
381 const FunctionSummaryTy &Summary = *FoundSummary; in evalCall()
428 Optional<StdLibraryFunctionsChecker::FunctionSummaryTy>
[all …]