Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGVTables.h69 unsigned NumComponents,
HDCGVTables.cpp481 unsigned NumComponents, in CreateVTableInitializer() argument
498 for (unsigned I = 0; I != NumComponents; ++I) { in CreateVTableInitializer()
593 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents); in CreateVTableInitializer()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp9939 unsigned NumComponents, in BuildBuiltinOffsetOf() argument
9963 if (NumComponents != 1) in BuildBuiltinOffsetOf()
9965 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd); in BuildBuiltinOffsetOf()
9972 for (unsigned i = 0; i != NumComponents; ++i) { in BuildBuiltinOffsetOf()
10117 unsigned NumComponents, in ActOnBuiltinOffsetOf() argument
10128 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, CompPtr, NumComponents, in ActOnBuiltinOffsetOf()
HDTreeTransform.h1561 unsigned NumComponents, in RebuildOffsetOfExpr() argument
1564 NumComponents, RParenLoc); in RebuildOffsetOfExpr()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3527 unsigned NumComponents,
3534 unsigned NumComponents,