Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp41 struct AnyArgExpr { struct
45 struct SourceArgExpr : AnyArgExpr {};
46 struct DestinationArgExpr : AnyArgExpr {};
47 struct SizeArgExpr : AnyArgExpr {};
310 AnyArgExpr Arg, SVal l) const;
314 AnyArgExpr Buffer, SVal Element, SVal Size) const;
316 AnyArgExpr Buffer, SVal Element,
320 AnyArgExpr Buffer, SizeArgExpr Size,
324 SizeArgExpr Size, AnyArgExpr First,
325 AnyArgExpr Second,
[all …]