Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_precomputes.h148 lac_sym_hash_precomp_type_t opType; member
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc_chain.h194 CpaDcChainSessionType opType; member
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp306 static LogicalResult checkConstantTypes(mlir::Operation *op, mlir::Type opType, in checkConstantTypes() argument
309 if (!mlir::isa<cir::PointerType>(opType)) in checkConstantTypes()
317 opType)) in checkConstantTypes()
324 if (!mlir::isa<cir::BoolType>(opType)) in checkConstantTypes()
326 << opType << ") must be '!cir.bool' for '" << attrType << "'"; in checkConstantTypes()
332 if (at.getType() != opType) { in checkConstantTypes()
334 << opType << ") does not match value type (" << at.getType() in checkConstantTypes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2033 QualType opType) { in getTargetFieldForToUnionCast() argument
2035 return getTargetFieldForToUnionCast(RD, opType); in getTargetFieldForToUnionCast()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3744 QualType opType);
3746 QualType opType);