Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp38 struct AnyArgExpr { struct
42 struct SourceArgExpr : AnyArgExpr {};
43 struct DestinationArgExpr : AnyArgExpr {};
44 struct SizeArgExpr : AnyArgExpr {};
297 AnyArgExpr Second,
1452 AnyArgExpr Left = {Call.getArgExpr(0), 0}; in evalMemcmp()
1453 AnyArgExpr Right = {Call.getArgExpr(1), 1}; in evalMemcmp()
1565 AnyArgExpr Arg = {Call.getArgExpr(0), 0}; in evalstrLengthCommon()
2149 AnyArgExpr Left = {Call.getArgExpr(0), 0}; in evalStrcmpCommon()
2156 AnyArgExpr Right = {Call.getArgExpr(1), 1}; in evalStrcmpCommon()
[all …]