Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1253 static bool isSupportedVariable(const DeclRefExpr &Node) { in isSupportedVariable() function
1569 if (!DRE || !hasPointerType(*DRE) || !isSupportedVariable(*DRE)) { in matches()
1627 !isSupportedVariable(*RHSRef)) { in matches()
1633 !isSupportedVariable(*LHSRef)) { in matches()
1692 !isSupportedVariable(*RHSRef)) { in matches()
1698 !isSupportedVariable(*LHSRef)) { in matches()
2012 !isSupportedVariable(*DRE)) in matches()
2062 !isSupportedVariable(*DRE)) in matches()
2107 if (!DRE || !isSupportedVariable(*DRE)) in matches()
2161 if (!DRE || !isSupportedVariable(*DRE)) in matches()
[all …]