Searched refs:NumComponents (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h94 unsigned NumComponents; member in class:clang::CodeGen::CGBitFieldInfo
100 CGBitFieldInfo(unsigned Size, unsigned NumComponents, AccessInfo *_Components, argument
101 bool IsSigned) : Size(Size), NumComponents(NumComponents),
103 assert(NumComponents <= 3 && "invalid number of components!");
104 for (unsigned i = 0; i != NumComponents; ++i)
139 unsigned getNumComponents() const { return NumComponents; }
H A DCGVTables.h71 unsigned NumComponents,
H A DCGRecordLayoutBuilder.cpp273 unsigned NumComponents = 0; local
325 assert(NumComponents < 3 && "Unexpected number of components!");
326 CGBitFieldInfo::AccessInfo &AI = Components[NumComponents++];
353 return CGBitFieldInfo(FieldSize, NumComponents, Components, IsSigned);
1145 OS << " NumComponents:" << getNumComponents();
H A DCGVTables.cpp508 unsigned NumComponents,
525 for (unsigned I = 0; I != NumComponents; ++I) {
610 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents);
506 CreateVTableInitializer(const CXXRecordDecl *RD, const VTableComponent *Components, unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, unsigned NumVTableThunks) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp8655 unsigned NumComponents,
8680 if (NumComponents != 1)
8682 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
8689 for (unsigned i = 0; i != NumComponents; ++i) {
8821 unsigned NumComponents,
8832 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, CompPtr, NumComponents,
8652 BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, TypeSourceInfo *TInfo, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
8816 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
H A DTreeTransform.h1446 unsigned NumComponents,
1449 NumComponents, RParenLoc);
1443 RebuildOffsetOfExpr(SourceLocation OperatorLoc, TypeSourceInfo *Type, Sema::OffsetOfComponent *Components, unsigned NumComponents, SourceLocation RParenLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h2851 unsigned NumComponents,
2858 unsigned NumComponents,

Completed in 361 milliseconds