|
clang
5.0.0
|
#include "CGBuilder.h"#include "CGDebugInfo.h"#include "CGLoopInfo.h"#include "CGValue.h"#include "CodeGenModule.h"#include "CodeGenPGO.h"#include "EHScopeStack.h"#include "VarBypassDetector.h"#include "clang/AST/CharUnits.h"#include "clang/AST/ExprCXX.h"#include "clang/AST/ExprObjC.h"#include "clang/AST/ExprOpenMP.h"#include "clang/AST/Type.h"#include "clang/Basic/ABI.h"#include "clang/Basic/CapturedStmt.h"#include "clang/Basic/OpenMPKinds.h"#include "clang/Basic/TargetInfo.h"#include "clang/Frontend/CodeGenOptions.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Support/Debug.h"#include "llvm/Transforms/Utils/SanitizerStats.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::CodeGen | |
Macros | |
| #define | LIST_SANITIZER_CHECKS |
| #define | SANITIZER_CHECK(Enum, Name, Version) Enum, |
Enumerations | |
| enum | clang::CodeGen::TypeEvaluationKind { clang::CodeGen::TEK_Scalar, clang::CodeGen::TEK_Complex, clang::CodeGen::TEK_Aggregate } |
| The kind of evaluation to perform on values of a particular type. More... | |
| enum | clang::CodeGen::SanitizerHandler { clang::CodeGen::LIST_SANITIZER_CHECKS } |
| #define LIST_SANITIZER_CHECKS |
Definition at line 106 of file CodeGenFunction.h.
| #define SANITIZER_CHECK | ( | Enum, | |
| Name, | |||
| Version | |||
| ) | Enum, |
Definition at line 130 of file CodeGenFunction.h.
1.8.6