Searched refs:fieldType (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGRecordLayoutBuilder.cpp | 489 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()
|
| HD | CGDebugInfo.cpp | 828 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 …]
|
| HD | CGExpr.cpp | 2489 QualType fieldType = in EmitLValueForField() local 2491 return LValue::MakeBitfield(Addr, Info, fieldType, base.getAlignment()); in EmitLValueForField()
|
| /trueos/crypto/openssl/crypto/ec/ |
| HD | ec_asn1.c | 158 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/ |
| HD | 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
|