Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGRecordLayoutBuilder.cpp489 llvm::Type *fieldType = LayoutUnionField(*field, layout); in LayoutUnion() local
491 if (!fieldType) in LayoutUnion()
502 Types.getDataLayout().getABITypeAlignment(fieldType)); in LayoutUnion()
504 Types.getDataLayout().getTypeAllocSize(fieldType)); in LayoutUnion()
510 unionType = fieldType; in LayoutUnion()
839 llvm::Type *fieldType) { in AppendField() argument
841 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(fieldType)); in AppendField()
843 FieldTypes.push_back(fieldType); in AppendField()
HDCGDebugInfo.cpp828 llvm::DIType fieldType in CollectRecordLambdaFields() local
832 elements.push_back(fieldType); in CollectRecordLambdaFields()
842 llvm::DIType fieldType in CollectRecordLambdaFields() local
846 elements.push_back(fieldType); in CollectRecordLambdaFields()
905 llvm::DIType fieldType in CollectRecordNormalField() local
910 elements.push_back(fieldType); in CollectRecordNormalField()
3030 llvm::DIType fieldType; in EmitDeclareOfBlockLiteralArgVariable() local
3036 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset); in EmitDeclareOfBlockLiteralArgVariable()
3037 fieldType = DBuilder.createPointerType(fieldType, ptrInfo.first); in EmitDeclareOfBlockLiteralArgVariable()
3038 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
[all …]
HDCGExpr.cpp2489 QualType fieldType = in EmitLValueForField() local
2491 return LValue::MakeBitfield(Addr, Info, fieldType, base.getAlignment()); in EmitLValueForField()
/trueos/crypto/openssl/crypto/ec/
HDec_asn1.c158 ASN1_OBJECT *fieldType; member
234 } ASN1_ADB_END(X9_62_FIELDID, 0, fieldType, 0, &fieldID_def_tt, NULL);
237 ASN1_SIMPLE(X9_62_FIELDID, fieldType, ASN1_OBJECT),
320 if (field->fieldType != NULL) in ec_asn1_group2fieldid()
321 ASN1_OBJECT_free(field->fieldType); in ec_asn1_group2fieldid()
327 if ((field->fieldType = OBJ_nid2obj(nid)) == NULL) { in ec_asn1_group2fieldid()
698 if (!params->fieldID || !params->fieldID->fieldType || in ec_asn1_parameters2group()
723 tmp = OBJ_obj2nid(params->fieldID->fieldType); in ec_asn1_parameters2group()
/trueos/crypto/openssl/crypto/objects/
HDobjects.txt40 !Alias id-fieldType ansi-X9-62 1
41 X9-62_id-fieldType 1 : prime-field
42 X9-62_id-fieldType 2 : characteristic-two-field