Searched defs:DirectCall (Results 1 – 6 of 6) sorted by relevance
336 struct DirectCall { struct in __anon1adc617b0111::PendingFunctionAnalysis337 const Decl *Callee;338 SourceLocation CallLoc;341 bool Recursed = false;342 ViolationSite VSite;344 DirectCall(const Decl *D, SourceLocation CallLoc, ViolationSite VSite) in DirectCall() function707 const bool DirectCall = Callee.isCalledDirectly(); in followCall() local
30 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
55 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles() local
590 CallBase &DirectCall = promoteCall( in promoteCallWithIfThenElse() local
279 DirectCall, enumerator
5588 auto &DirectCall = in performICP() local