HomeSort by relevance Sort by last modified time
    Searched refs:IsArg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 57 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx),
58 IsArg(IsArg) {}
61 bool IsArg;
70 return IsArg < O.IsArg;
75 return F == O.F && Idx == O.Idx && IsArg == O.IsArg;
79 return std::string((IsArg ? "Argument #" : "Return value #"))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 324 /// \param IsArg Whether the statement is an argument to an inlined function.
332 bool IsArg = false);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 363 if (bugreporter::trackNullOrUndefValue(N, ArgE, BR, /*IsArg=*/true))
780 BugReport &report, bool IsArg) {
811 if (IsArg) {
881 if (IsArg) {
    [all...]

Completed in 1793 milliseconds