Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp117 SVal getPointeeOf(const CheckerContext &C, Loc LValue) { in getPointeeOf() function
128 std::optional<SVal> getPointeeOf(const CheckerContext &C, SVal Arg) { in getPointeeOf() function
130 return getPointeeOf(C, *LValue); in getPointeeOf()
141 if (auto Pointee = getPointeeOf(C, Arg)) in getTaintedPointeeOrPointer()
800 if (auto V = getPointeeOf(C, Call.getArgSVal(ArgNum))) in checkPostCall()
837 if (auto P = getPointeeOf(C, S)) in process()