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.

Function Documentation

getCreateFlagValue()

IsZeroByteAllocation()


Generated on for clang by doxygen 1.14.0