Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1322 mlir::Type symTy; in verifySymbolUses() local
1324 symTy = g.getSymType(); in verifySymbolUses()
1328 symTy = f.getFunctionType(); in verifySymbolUses()
1334 if (!resultType || symTy != resultType.getPointee()) in verifySymbolUses()
1336 << resultType.getPointee() << "' does not match type " << symTy in verifySymbolUses()