Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp38 SmallVector<llvm::Type *, 16> FieldTypes; member in __anon74463cb60111::CGRecordLayoutBuilder
220 FieldTypes.clear(); in Layout()
360 unsigned FieldIndex = FieldTypes.size(); in LayoutBitfields()
434 Fields[D] = FieldTypes.size(); in LayoutField()
576 NonVirtualBases[base] = (FieldTypes.size() - 1); in LayoutNonVirtualBase()
592 VirtualBases[base] = (FieldTypes.size() - 1); in LayoutVirtualBase()
736 FieldTypes.push_back(getByteArrayType(NumBytes)); in ComputeNonVirtualBaseType()
740 FieldTypes, "", Packed); in ComputeNonVirtualBaseType()
745 FieldTypes.pop_back(); in ComputeNonVirtualBaseType()
843 FieldTypes.push_back(fieldType); in AppendField()
[all …]
DCodeGenModule.cpp2464 QualType FieldTypes[3]; in GetAddrOfConstantString() local
2467 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString()
2469 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString()
2471 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString()
2478 FieldTypes[i], /*TInfo=*/0, in GetAddrOfConstantString()
2542 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
2555 FieldTypes[i], /*TInfo=*/0, in getObjCFastEnumerationStateType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp4500 QualType FieldTypes[4]; in getCFConstantStringType() local
4503 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType()
4505 FieldTypes[1] = IntTy; in getCFConstantStringType()
4507 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringType()
4509 FieldTypes[3] = LongTy; in getCFConstantStringType()
4516 FieldTypes[i], /*TInfo=*/0, in getCFConstantStringType()
4556 QualType FieldTypes[] = { in getBlockDescriptorType() local
4570 FieldTypes[i], /*TInfo=*/0, in getBlockDescriptorType()
4595 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local
4613 FieldTypes[i], /*TInfo=*/0, in getBlockDescriptorExtendedType()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2568 QualType FieldTypes[2]; in getSuperStructType() local
2571 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2573 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType()
2580 FieldTypes[i], 0, in getSuperStructType()
2596 QualType FieldTypes[4]; in getConstantStringStructType() local
2599 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
2601 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
2603 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
2605 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
2613 FieldTypes[i], 0, in getConstantStringStructType()
DRewriteModernObjC.cpp3090 QualType FieldTypes[2]; in getSuperStructType() local
3093 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
3095 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
3102 FieldTypes[i], 0, in getSuperStructType()
3118 QualType FieldTypes[4]; in getConstantStringStructType() local
3121 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3123 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
3125 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
3127 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
3135 FieldTypes[i], 0, in getConstantStringStructType()