Home
last modified time | relevance | path

Searched defs:srcType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp273 mlir::Value emitConversionToBool(mlir::Value src, QualType srcType, in emitConversionToBool()
316 mlir::Value emitScalarCast(mlir::Value src, QualType srcType, in emitScalarCast()
630 emitScalarConversion(mlir::Value src, QualType srcType, QualType dstType, in emitScalarConversion()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp376 mlir::Type srcType = getSrc().getType(); in verify() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp479 QualType srcType = src->getType(); in tryDiagnoseOverloadedCast() local
H A DAnalysisBasedWarnings.cpp2489 QualType srcType = ECE->getSubExpr()->getType(); in handleUnsafeOperation() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp600 mlir::Type srcType = castOp.getSrc().getType(); in matchAndRewrite() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c86663 SQLITE_PRIVATE void sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType){