#include "clang/Basic/Sanitizers.h"
#include "llvm/Support/Regex.h"
#include <memory>
#include <string>
#include <vector>
#include "clang/Frontend/CodeGenOptions.def"
Go to the source code of this file.
|
#define | CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; |
|
#define | ENUM_CODEGENOPT(Name, Type, Bits, Default) |
|
#define | CODEGENOPT(Name, Bits, Default) |
|
#define | ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; |
|
#define | CODEGENOPT(Name, Bits, Default) |
|
#define | ENUM_CODEGENOPT(Name, Type, Bits, Default) |
|
#define CODEGENOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
#define CODEGENOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
#define CODEGENOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
#define ENUM_CODEGENOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
#define ENUM_CODEGENOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
#define ENUM_CODEGENOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
Value:Type get##Name() const { return static_cast<Type>(Name); } \
void set##Name(Type
Value) { Name =
static_cast<unsigned>(
Value); }
Definition at line 207 of file CodeGenOptions.h.