Go to the source code of this file.
◆ REGISTER_CHECKER
#define REGISTER_CHECKER |
( |
|
CHECKERNAME | ) |
|
Value:
} \
\
return true; \
}
CHECKER * registerChecker(AT &&... Args)
Used to register checkers.
Definition at line 500 of file UnixAPIChecker.cpp.
◆ 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 29 of file UnixAPIChecker.cpp.
◆ IsZeroByteAllocation()
◆ LazyInitialize()
static void LazyInitialize |
( |
const CheckerBase * |
Checker, |
|
|
std::unique_ptr< BugType > & |
BT, |
|
|
const char * |
name |
|
) |
| |
|
static |