Searched refs:CallOrMsg (Results 1 – 1 of 1) sorted by relevance
455 SVal V = CallOrMsg.getArgSVal(idx); in processSummaryOfInlined()460 if (shouldEscapeOSArgumentOnCall(CallOrMsg, idx, T)) in processSummaryOfInlined()480 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in processSummaryOfInlined()606 const CallEvent &CallOrMsg, in checkSummary() argument620 SVal V = CallOrMsg.getArgSVal(idx); in checkSummary()626 if (shouldEscapeOSArgumentOnCall(CallOrMsg, idx, T)) in checkSummary()631 ErrorRange = CallOrMsg.getArgSourceRange(idx); in checkSummary()688 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in checkSummary()689 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()691 const Expr *Ex = CallOrMsg.getOriginExpr(); in checkSummary()[all …]