MLIR  19.0.0git
Static Public Member Functions | List of all members
mlir::OpTrait::NoRegionArguments< ConcrentType > Struct Template Reference

This trait provides a verifier for ops that are expecting their regions to not have any arguments. More...

#include "mlir/IR/OpDefinition.h"

+ Inheritance diagram for mlir::OpTrait::NoRegionArguments< ConcrentType >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcrentType, NoRegionArguments >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<typename ConcrentType>
struct mlir::OpTrait::NoRegionArguments< ConcrentType >

This trait provides a verifier for ops that are expecting their regions to not have any arguments.

Definition at line 1352 of file OpDefinition.h.

Member Function Documentation

◆ verifyTrait()

template<typename ConcrentType >
static LogicalResult mlir::OpTrait::NoRegionArguments< ConcrentType >::verifyTrait ( Operation op)
inlinestatic

Definition at line 1353 of file OpDefinition.h.


The documentation for this struct was generated from the following file: