| /freebsd/sys/dev/qat/qat_api/include/lac/ |
| H A D | cpa_cy_ecsm2.h | 77 CpaCyEcFieldType fieldType; member 122 CpaCyEcFieldType fieldType; member 162 CpaCyEcFieldType fieldType; member 198 CpaCyEcFieldType fieldType; member 236 CpaCyEcFieldType fieldType; member 276 CpaCyEcFieldType fieldType; member 320 CpaCyEcFieldType fieldType; member 356 CpaCyEcFieldType fieldType; member 404 CpaCyEcFieldType fieldType; member
|
| H A D | cpa_cy_ecdsa.h | 83 CpaCyEcFieldType fieldType; member 126 CpaCyEcFieldType fieldType; member 177 CpaCyEcFieldType fieldType; member 233 CpaCyEcFieldType fieldType; member
|
| H A D | cpa_cy_ec.h | 217 CpaCyEcFieldType fieldType; member 331 CpaCyEcFieldType fieldType; member 511 CpaCyEcFieldType fieldType; member
|
| H A D | cpa_cy_ecdh.h | 95 CpaCyEcFieldType fieldType; member
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenRecordLayoutBuilder.cpp | 698 mlir::Type fieldType; in lowerUnion() local 702 fieldType = getBitfieldStorageType(field->getBitWidthValue()); in lowerUnion() 703 setBitFieldInfo(field, CharUnits::Zero(), fieldType); in lowerUnion() 705 fieldType = getStorageType(field); in lowerUnion() 724 storageType = fieldType; in lowerUnion() 734 if (!storageType || getAlignment(fieldType) > getAlignment(storageType) || in lowerUnion() 735 (getAlignment(fieldType) == getAlignment(storageType) && in lowerUnion() 736 getSize(fieldType) > getSize(storageType))) in lowerUnion() 737 storageType = fieldType; in lowerUnion() 741 fieldTypes.push_back(fieldType); in lowerUnion()
|
| H A D | CIRGenClass.cpp | 85 QualType fieldType = field->getType(); in emitMemberInitializer() local 104 cgf.getContext().getAsConstantArrayType(fieldType); in emitMemberInitializer() 289 QualType fieldType = field->getType(); in emitInitializerForField() local 290 switch (getEvaluationKind(fieldType)) { in emitInitializerForField() 309 QualType::DestructionKind dtorKind = fieldType.isDestructedType(); in emitInitializerForField()
|
| H A D | CIRGenExpr.cpp | 47 mlir::Type fieldType = convertType(field->getType()); in emitAddrOfFieldStorage() local 48 auto fieldPtr = cir::PointerType::get(fieldType); in emitAddrOfFieldStorage() 363 mlir::Type fieldType, in getAddrOfBitFieldStorage() argument 366 cir::PointerType fieldPtr = cir::PointerType::get(fieldType); in getAddrOfBitFieldStorage() 388 QualType fieldType = in emitLValueForBitField() local 393 return LValue::makeBitfield(addr, info, fieldType, fieldBaseInfo); in emitLValueForBitField() 402 QualType fieldType = field->getType(); in emitLValueForField() local 435 if (fieldType->isReferenceType()) { in emitLValueForField() 445 LValue lv = makeAddrLValue(addr, fieldType, fieldBaseInfo); in emitLValueForField() 460 QualType fieldType = field->getType(); in emitLValueForFieldInitialization() local [all …]
|
| H A D | CIRGenFunction.h | 554 mlir::Type fieldType, unsigned index);
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_asn1.c | 51 ASN1_OBJECT *fieldType; member 133 } ASN1_ADB_END(X9_62_FIELDID, 0, fieldType, 0, &fieldID_def_tt, NULL); 136 ASN1_SIMPLE(X9_62_FIELDID, fieldType, ASN1_OBJECT), 188 ASN1_OBJECT_free(field->fieldType); in ec_asn1_group2fieldid() 193 if ((field->fieldType = OBJ_nid2obj(nid)) == NULL) { in ec_asn1_group2fieldid() 521 || params->fieldID->fieldType == NULL in EC_GROUP_new_from_ecparameters() 551 tmp = OBJ_obj2nid(params->fieldID->fieldType); in EC_GROUP_new_from_ecparameters()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 320 QualType fieldType, BlockCaptureEntityKind CopyKind, in BlockLayoutChunk() 325 FieldType(fieldType), CopyKind(CopyKind), DisposeKind(DisposeKind), in BlockLayoutChunk() 391 QualType fieldType, in addBlockLayout() argument 397 align, size, capture, type, fieldType, BlockCaptureEntityKind::None, in addBlockLayout() 407 computeCopyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout() 409 computeDestroyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout() 410 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout() 542 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType() 934 QualType type = capture.fieldType(); in EmitBlockLiteral() 1268 capture.fieldType()->isReferenceType()) && in GetAddrOfBlockDecl() [all …]
|
| H A D | CGBlocks.h | 201 QualType fieldType() const { in fieldType() function
|
| H A D | CGDebugInfo.cpp | 1955 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields() local 1959 elements.push_back(fieldType); in CollectRecordLambdaFields() 5557 llvm::DIType *fieldType; in EmitDeclareOfBlockLiteralArgVariable() local 5563 fieldType = in EmitDeclareOfBlockLiteralArgVariable() 5565 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() 5566 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable() 5568 llvm::DINode::FlagZero, fieldType); in EmitDeclareOfBlockLiteralArgVariable() 5571 fieldType = createFieldType(name, variable->getType(), loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable() 5574 fields.push_back(fieldType); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5227 QualType fieldType = field->getType(); in visitField() local 5231 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() 5233 fieldType = arrayType->getElementType(); in visitField() 5236 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() 5238 fieldType = arrayType->getElementType(); in visitField() 5241 assert(!fieldType->isArrayType() && "ivar of non-constant array type?"); in visitField() 5249 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() 5273 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), fieldType); in visitField() 5278 assert(CGM.getContext().getTypeSizeInChars(fieldType) == in visitField()
|
| H A D | CGExpr.cpp | 5187 QualType fieldType = in EmitLValueForField() local 5191 return LValue::MakeBitfield(Addr, Info, fieldType, FieldBaseInfo, in EmitLValueForField()
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 53 !Alias id-fieldType ansi-X9-62 1 54 X9-62_id-fieldType 1 : prime-field 55 X9-62_id-fieldType 2 : characteristic-two-field
|