Home
last modified time | relevance | path

Searched refs:isUnspecified (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_write.c519 #define isUnspecified(tif, f) \ macro
529 isUnspecified(tif, FIELD_TILEDIMENSIONS) ? in TIFFSetupStrips()
533 isUnspecified(tif, FIELD_ROWSPERSTRIP) ? in TIFFSetupStrips()
556 #undef isUnspecified
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h63 bool isUnspecified() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp403 if (!matcher.isUnspecified()) { in emitOperandMatch()
479 if (!matcher.isUnspecified()) { in emitAttributeMatch()
896 if (leaf.isUnspecified() || leaf.isOperandMatcher()) { in handleOpArgument()
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp33 bool DagLeaf::isUnspecified() const { in isUnspecified() function in DagLeaf