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.cpp42 struct AnyArgExpr { struct
46 struct SourceArgExpr : AnyArgExpr {};
47 struct DestinationArgExpr : AnyArgExpr {};
48 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 …]