clang 22.0.0git
|
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Types.h"
#include "mlir/Interfaces/DataLayoutInterfaces.h"
#include "clang/CIR/Interfaces/CIRTypeInterfaces.h"
#include "clang/CIR/Dialect/IR/CIRTypeConstraints.h.inc"
#include "clang/CIR/Dialect/IR/CIROpsTypes.h.inc"
Go to the source code of this file.
Namespaces | |
namespace | cir |
namespace | cir::detail |
Macros | |
#define | GET_TYPEDEF_CLASSES |
Functions | |
bool | cir::isValidFundamentalIntWidth (unsigned width) |
bool | cir::isSized (mlir::Type ty) |
Returns true if the type is a CIR sized type. |
#define GET_TYPEDEF_CLASSES |
Definition at line 50 of file CIRTypes.h.