Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp116 SVal getPointeeOf(const CheckerContext &C, Loc LValue) { in getPointeeOf() function
127 Optional<SVal> getPointeeOf(const CheckerContext &C, SVal Arg) { in getPointeeOf() function
129 return getPointeeOf(C, *LValue); in getPointeeOf()
139 if (auto Pointee = getPointeeOf(C, Arg)) in getTaintedPointeeOrPointer()
797 if (auto V = getPointeeOf(C, Call.getArgSVal(ArgNum))) in checkPostCall()
834 if (auto P = getPointeeOf(C, S)) in process()