Searched refs:FieldTypes (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 38 SmallVector<llvm::Type *, 16> FieldTypes; member in __anon714869f80111::CGRecordLayoutBuilder 219 FieldTypes.clear(); in Layout() 359 unsigned FieldIndex = FieldTypes.size(); in LayoutBitfields() 433 Fields[D] = FieldTypes.size(); in LayoutField() 575 NonVirtualBases[base] = (FieldTypes.size() - 1); in LayoutNonVirtualBase() 591 VirtualBases[base] = (FieldTypes.size() - 1); in LayoutVirtualBase() 735 FieldTypes.push_back(getByteArrayType(NumBytes)); in ComputeNonVirtualBaseType() 739 FieldTypes, "", Packed); in ComputeNonVirtualBaseType() 744 FieldTypes.pop_back(); in ComputeNonVirtualBaseType() 842 FieldTypes.push_back(fieldType); in AppendField() [all …]
|
D | CodeGenModule.cpp | 2389 QualType FieldTypes[3]; in GetAddrOfConstantString() local 2392 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString() 2394 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString() 2396 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString() 2403 FieldTypes[i], /*TInfo=*/0, in GetAddrOfConstantString() 2467 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 2480 FieldTypes[i], /*TInfo=*/0, in getObjCFastEnumerationStateType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4474 QualType FieldTypes[4]; in getCFConstantStringType() local 4477 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType() 4479 FieldTypes[1] = IntTy; in getCFConstantStringType() 4481 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringType() 4483 FieldTypes[3] = LongTy; in getCFConstantStringType() 4490 FieldTypes[i], /*TInfo=*/0, in getCFConstantStringType() 4530 QualType FieldTypes[] = { in getBlockDescriptorType() local 4544 FieldTypes[i], /*TInfo=*/0, in getBlockDescriptorType() 4569 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 4587 FieldTypes[i], /*TInfo=*/0, in getBlockDescriptorExtendedType() [all …]
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 2568 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()
|
D | RewriteModernObjC.cpp | 3074 QualType FieldTypes[2]; in getSuperStructType() local 3077 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 3079 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType() 3086 FieldTypes[i], 0, in getSuperStructType() 3102 QualType FieldTypes[4]; in getConstantStringStructType() local 3105 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 3107 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 3109 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 3111 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 3119 FieldTypes[i], 0, in getConstantStringStructType()
|