Searched refs:fieldType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp494 llvm::Type *fieldType = LayoutUnionField(*field, layout); local
496 if (!fieldType)
507 Types.getDataLayout().getABITypeAlignment(fieldType));
509 Types.getDataLayout().getTypeAllocSize(fieldType));
515 unionType = fieldType;
854 llvm::Type *fieldType) {
856 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(fieldType));
858 FieldTypes.push_back(fieldType);
853 AppendField(CharUnits fieldOffset, llvm::Type *fieldType) argument
H A DCGDebugInfo.cpp819 llvm::DIType fieldType local
823 elements.push_back(fieldType);
833 llvm::DIType fieldType local
837 elements.push_back(fieldType);
901 llvm::DIType fieldType local
906 elements.push_back(fieldType);
2777 llvm::DIType fieldType; local
2783 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset);
2784 fieldType = DBuilder.createPointerType(fieldType, ptrInf
[all...]
H A DCGExpr.cpp2527 QualType fieldType = local
2529 return LValue::MakeBitfield(Addr, Info, fieldType, base.getAlignment());
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c155 ASN1_OBJECT *fieldType; member in struct:x9_62_fieldid_st
231 } ASN1_ADB_END(X9_62_FIELDID, 0, fieldType, 0, &fieldID_def_tt, NULL);
234 ASN1_SIMPLE(X9_62_FIELDID, fieldType, ASN1_OBJECT),
309 if (field->fieldType != NULL)
310 ASN1_OBJECT_free(field->fieldType);
316 if ((field->fieldType = OBJ_nid2obj(nid)) == NULL)
757 if (!params->fieldID || !params->fieldID->fieldType ||
786 tmp = OBJ_obj2nid(params->fieldID->fieldType);

Completed in 278 milliseconds