Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp150 const CallDescription OpenFunction{CDM::CLibrary, {"open"}, 2}; member in __anon83a18dc50111::SuppressNonBlockingStreams
179 if (!CE || !OpenFunction.matchesAsWritten(*CE)) in VisitNode()