Searched refs:getPointeeOf (Results 1 – 1 of 1) sorted by relevance
116 SVal getPointeeOf(const CheckerContext &C, Loc LValue) { in getPointeeOf() function127 Optional<SVal> getPointeeOf(const CheckerContext &C, SVal Arg) { in getPointeeOf() function129 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()