Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp51 void CheckOpenAt(CheckerContext &C, const CallExpr *CE) const;
124 CheckOpenAt(C, CE); in checkPreStmt()
149 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt() function in UnixAPIMisuseChecker