Searched refs:CallOrMsg (Results 1 – 1 of 1) sorted by relevance
454 SVal V = CallOrMsg.getArgSVal(idx); in processSummaryOfInlined()459 if (shouldEscapeOSArgumentOnCall(CallOrMsg, idx, T)) in processSummaryOfInlined()479 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in processSummaryOfInlined()605 const CallEvent &CallOrMsg, in checkSummary() argument619 SVal V = CallOrMsg.getArgSVal(idx); in checkSummary()625 if (shouldEscapeOSArgumentOnCall(CallOrMsg, idx, T)) in checkSummary()630 ErrorRange = CallOrMsg.getArgSourceRange(idx); in checkSummary()687 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) { in checkSummary()688 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()690 const Expr *Ex = CallOrMsg.getOriginExpr(); in checkSummary()[all …]