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 104 const Expr *DstArg = CE->getArg(0);
115 if (isSizeof(L, DstArg) && isStrlen(R, DstArg))
119 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
124 if (isSizeof(LenArg, DstArg))
140 const Expr *DstArg = CE->getArg(0);
146 StringRef DstName = getPrintableName(DstArg);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 33 milliseconds