Home
last modified time | relevance | path

Searched defs:LogicalResult (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Support/
DLogicalResult.h19 struct LogicalResult { struct
21 LogicalResult(ResultEnum v) : value(v) {} in LogicalResult() function
64 operator LogicalResult() const { return success(this->hasValue()); } in LogicalResult() function
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h53 using LogicalResult = Type<TypeCategory::Logical, 4>; variable
/external/llvm-project/mlir/include/mlir/IR/
DOpDefinition.h41 ParseResult(LogicalResult result = success()) : LogicalResult(result) {} in LogicalResult() function