Home
last modified time | relevance | path

Searched refs:ConstexprValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp119 if (properties & ConstexprValue) in writeDeclTo()
151 if (properties & ConstexprValue) in writeDeclTo()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h296 ConstexprValue = 0x20, enumerator
299 Constexpr = ConstexprValue | Inline,