Searched refs:ArrayBoundCheckerV2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp1 //== ArrayBoundCheckerV2.cpp ------------------------------------*- C++ -*--==//
9 // This file defines ArrayBoundCheckerV2, which is a path-sensitive check
32 class ArrayBoundCheckerV2 : class in namespace:__anon2163
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
230 void ArrayBoundCheckerV2::reportOOB(
356 mgr.registerChecker<ArrayBoundCheckerV2>();
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile525 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp

Completed in 75 milliseconds