Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp654 if (hasVoidReturn()) in getReturnType()
663 if (hasVoidReturn()) in getReturnTypes()
672 bool FuncType::hasVoidReturn() const { return !getOptionalReturnType(); } in hasVoidReturn() function in FuncType
H A DCIRDialect.cpp747 if (fnType.hasVoidReturn() && op->getNumResults() != 0) in verifyCallCommInSymbolUses()
751 if (!fnType.hasVoidReturn() && op->getNumResults() != 1) in verifyCallCommInSymbolUses()
755 if (!fnType.hasVoidReturn() && in verifyCallCommInSymbolUses()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp283 if (!cgf.curFn.getFunctionType().hasVoidReturn()) { in emitReturn()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td454 bool hasVoidReturn() const;