Home
last modified time | relevance | path

Searched refs:isArrayIndexOutOfBounds (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp38 static bool isArrayIndexOutOfBounds(CheckerContext &C, const Expr *Ex) { in isArrayIndexOutOfBounds() function
95 if (isArrayIndexOutOfBounds(C, Ex)) in checkPostStmt()