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

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 106 const Expr *DstArg = CE->getArg(0);
117 if (isSizeof(L, DstArg) && isStrlen(R, DstArg))
121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
126 if (isSizeof(LenArg, DstArg))
142 const Expr *DstArg = CE->getArg(0);
147 StringRef DstName = getPrintableName(DstArg);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 64 milliseconds