Home
last modified time | relevance | path

Searched defs:hasTrait (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DTypeSupport.h63 HasTraitFn &&hasTrait, in get()
90 bool hasTrait() const { in hasTrait() function
95 bool hasTrait(TypeID traitID) const { return hasTraitFn(traitID); } in hasTrait() function
114 HasTraitFn &&hasTrait, in AbstractType()
H A DAttributeSupport.h62 HasTraitFn &&hasTrait, in get()
90 bool hasTrait() const { in hasTrait() function
95 bool hasTrait(TypeID traitID) const { return hasTraitFn(traitID); } in hasTrait() function
H A DStorageUniquerSupport.h75 bool hasTrait(TypeID traitID) { in hasTrait() function
85 inline bool hasTrait(TypeID traitID) { in hasTrait() function
H A DTypes.h200 bool hasTrait() { hasTrait() function
H A DAttributes.h110 bool hasTrait() { in hasTrait() function
H A DOperationSupport.h279 bool hasTrait() const { hasTrait() function
282 bool hasTrait(TypeID traitID) const { return getImpl()->hasTrait(traitID); } hasTrait() function
544 bool hasTrait(TypeID id) final { return ConcreteOp::getHasTraitFn()(id); } hasTrait() function
H A DExtensibleDialect.h448 bool hasTrait(TypeID id) final { return false; } in hasTrait() function
H A DOperation.h745 bool hasTrait() { hasTrait() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1795 bool RegionAndSymbolInvalidationTraits::hasTrait(SymbolRef Sym, hasTrait() function in RegionAndSymbolInvalidationTraits
1804 bool RegionAndSymbolInvalidationTraits::hasTrait(const MemRegion *MR, hasTrait() function in RegionAndSymbolInvalidationTraits
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp824 bool OperationName::UnregisteredOpModel::hasTrait(TypeID) { return false; } hasTrait() function in OperationName::UnregisteredOpModel