Searched refs:fieldType (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/lib/libcrypto/ec/ |
| H A D | ec_asn1.c | 106 ASN1_OBJECT *fieldType; 305 .offset = offsetof(X9_62_FIELDID, fieldType), 316 .offset = offsetof(X9_62_FIELDID, fieldType), 317 .field_name = "fieldType", 659 if ((field->fieldType = OBJ_nid2obj(NID_X9_62_prime_field)) == NULL) { in ec_asn1_group2curve() 899 if ((nid = OBJ_obj2nid(fieldid->fieldType)) == NID_undef) { in ec_asn1_parameters2group() 100 ASN1_OBJECT *fieldType; global() member
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 336 QualType fieldType, BlockCaptureEntityKind CopyKind, in BlockLayoutChunk() 341 FieldType(fieldType), CopyKind(CopyKind), DisposeKind(DisposeKind), in BlockLayoutChunk() 407 QualType fieldType, in addBlockLayout() argument 413 align, size, capture, type, fieldType, BlockCaptureEntityKind::None, in addBlockLayout() 423 computeCopyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout() 425 computeDestroyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout() 426 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout() 558 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType() 920 QualType type = capture.fieldType(); in EmitBlockLiteral() 1271 capture.fieldType()->isReferenceType()) && in GetAddrOfBlockDecl() [all …]
|
| H A D | CGBlocks.h | 200 QualType fieldType() const { in fieldType() function
|
| H A D | CGDebugInfo.cpp | 1547 llvm::DIType *fieldType = createFieldType( in CollectRecordLambdaFields() local 1551 elements.push_back(fieldType); in CollectRecordLambdaFields() 4970 llvm::DIType *fieldType; in EmitDeclareOfBlockLiteralArgVariable() local 4976 fieldType = in EmitDeclareOfBlockLiteralArgVariable() 4978 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() 4979 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable() 4981 llvm::DINode::FlagZero, fieldType); in EmitDeclareOfBlockLiteralArgVariable() 4984 fieldType = createFieldType(name, variable->getType(), loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable() 4987 fields.push_back(fieldType); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjCMac.cpp | 5352 QualType fieldType = field->getType(); in visitField() local 5356 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() 5358 fieldType = arrayType->getElementType(); in visitField() 5361 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() 5363 fieldType = arrayType->getElementType(); in visitField() 5366 assert(!fieldType->isArrayType() && "ivar of non-constant array type?"); in visitField() 5373 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() 5397 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), fieldType); in visitField() 5402 assert(CGM.getContext().getTypeSizeInChars(fieldType) in visitField()
|
| H A D | CGExpr.cpp | 4386 QualType fieldType = in EmitLValueForField() local 4390 return LValue::MakeBitfield(Addr, Info, fieldType, FieldBaseInfo, in EmitLValueForField()
|
| /openbsd-src/lib/libcrypto/objects/ |
| H A D | objects.txt | 40 !Alias id-fieldType ansi-X9-62 1 41 X9-62_id-fieldType 1 : prime-field 42 X9-62_id-fieldType 2 : characteristic-two-field
|