Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp999 unsigned numComps = getNumComponentsForDim(dim); in getNumSizeComponents() local
1001 return arrayed ? numComps + 1 : numComps; in getNumSizeComponents()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1671 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1673 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1674 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2493 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2495 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()