|
MLIR 22.0.0git
|
#include "mlir/IR/ODSSupport.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/BuiltinTypes.h"#include "mlir/IR/Diagnostics.h"Go to the source code of this file.
Functions | |
| template<typename DenseArrayTy, typename T> | |
| static LogicalResult | convertDenseArrayFromAttr (MutableArrayRef< T > storage, Attribute attr, function_ref< InFlightDiagnostic()> emitError, StringRef denseArrayTyStr) |
| template<typename DenseArrayTy, typename T> | |
| static LogicalResult | convertDenseArrayFromAttr (SmallVectorImpl< T > &storage, Attribute attr, function_ref< InFlightDiagnostic()> emitError, StringRef denseArrayTyStr) |
|
static |
Definition at line 116 of file ODSSupport.cpp.
References mlir::emitError(), and success().
Referenced by mlir::convertFromAttribute(), mlir::convertFromAttribute(), mlir::convertFromAttribute(), and mlir::convertFromAttribute().
|
static |
Definition at line 147 of file ODSSupport.cpp.
References mlir::emitError(), and success().