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

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 1 //== ArrayBoundCheckerV2.cpp ------------------------------------*- C++ -*--==//
10 // This file defines ArrayBoundCheckerV2, which is a path-sensitive check
29 class ArrayBoundCheckerV2 :
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
181 void ArrayBoundCheckerV2::reportOOB(CheckerContext &checkerContext,
316 mgr.registerChecker<ArrayBoundCheckerV2>();
Android.mk 18 ArrayBoundCheckerV2.cpp \

Completed in 97 milliseconds