#include "clang/Sema/SemaPPC.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/CharUnits.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Type.h"
#include "clang/Basic/DiagnosticSema.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/TargetBuiltins.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Sema/Sema.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/TargetParser/PPCTargetParser.h"
#include "clang/Basic/BuiltinsPPC.def"
#include "clang/Basic/PPCTypes.def"
Go to the source code of this file.
|
| namespace | clang |
| | The JSON file list parser is used to communicate input to InstallAPI.
|
◆ CUSTOM_BUILTIN
| #define CUSTOM_BUILTIN |
( |
| Name, |
|
|
| Intr, |
|
|
| Types, |
|
|
| Acc, |
|
|
| Feature ) |
Value: case PPC::BI__builtin_##Name: \
return BuiltinPPCMMACall(TheCall, BuiltinID, Types);
◆ PPC_VECTOR_TYPE [1/2]
| #define PPC_VECTOR_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| Size ) |
Value:|| CoreType == Context.Id##Ty
◆ PPC_VECTOR_TYPE [2/2]
| #define PPC_VECTOR_TYPE |
( |
| typeName, |
|
|
| Id, |
|
|
| size ) |
Value: case size: \
Type = Context.Id##Ty; \
break;