clang 20.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/AST/ParentMap.h"
#include <optional>
Go to the source code of this file.
Macros | |
#define | VFORK_RESULT_INVALID 0 |
#define | VFORK_RESULT_NONE ((void *)(uintptr_t)1) |
#define VFORK_RESULT_INVALID 0 |
Definition at line 77 of file VforkChecker.cpp.
#define VFORK_RESULT_NONE ((void *)(uintptr_t)1) |
Definition at line 78 of file VforkChecker.cpp.