Searched defs:IsArg (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp57 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx), argument
58 IsArg(IsArg) {}
61 bool IsArg; member in struct:__anon9857::DAE::RetOrArg
70 return IsArg < O.IsArg;
75 return F == O.F && Idx == O.Idx && IsArg == O.IsArg;
79 return std::string((IsArg ? "Argument #" : "Return value #"))
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp363 if (bugreporter::trackNullOrUndefValue(N, ArgE, BR, /*IsArg=*/true))
780 BugReport &report, bool IsArg) {
811 if (IsArg) {
881 if (IsArg) {
778 trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &report, bool IsArg) argument

Completed in 116 milliseconds