HomeSort by relevance Sort by last modified time
    Searched full:reportuse (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/Analysis/
UninitializedValues.cpp 451 void reportUse(const Expr *ex, const VarDecl *vd);
602 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) {
628 reportUse(be, vd);
660 reportUse(dr, cast<VarDecl>(dr->getDecl()));

Completed in 50 milliseconds