Home
last modified time | relevance | path

Searched refs:numComps (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp785 unsigned numComps = getNumComponentsForDim(dim); in getNumSizeComponents() local
787 return arrayed ? numComps + 1 : numComps; in getNumSizeComponents()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1641 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1643 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1644 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2459 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2461 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()