Searched refs:getPointeeOf (Results 1 – 1 of 1) sorted by relevance
117 SVal getPointeeOf(const CheckerContext &C, Loc LValue) { in getPointeeOf() function128 std::optional<SVal> getPointeeOf(const CheckerContext &C, SVal Arg) { in getPointeeOf() function130 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()