clang: lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp File Reference (original) (raw)
UnixAPIChecker.cpp File Reference
Go to the source code of this file.
| Enumerations | |
|---|---|
| enum class | OpenVariant { Open, OpenAt } |
Enumeration Type Documentation
◆ OpenVariant
| Enumerator | |
|---|---|
| Open | The standard open() call: int open(const char *path, int oflag, ...);. |
| OpenAt | The variant taking a directory file descriptor and a relative path: int openat(int fd, const char *path, int oflag, ...);. |
Definition at line 32 of file UnixAPIChecker.cpp.