Searched defs:argumentType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/ |
H A D | Syntax.cpp | 14 ParseResult mlir::parseSemiFunctionType(OpAsmParser &parser, Type &argumentType, in parseSemiFunctionType() argument 28 parseSemiFunctionType(OpAsmParser & parser,Type & argumentType,SmallVectorImpl<Type> & resultTypes) parseSemiFunctionType() argument 56 printSemiFunctionType(OpAsmPrinter & printer,Operation * op,Type argumentType,TypeRange resultType) printSemiFunctionType() argument 72 printSemiFunctionType(OpAsmPrinter & printer,Operation * op,Type argumentType,Type resultType) printSemiFunctionType() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
H A D | TypeMismatchCheck.cpp | 230 static const Type *argumentType(const CallExpr *const CE, const size_t Idx) { in argumentType() function
|