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.cpp1117 unsigned numComps = getNumComponentsForDim(dim); in getNumSizeComponents() local
1119 return arrayed ? numComps + 1 : numComps; in getNumSizeComponents()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1666 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1668 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1669 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2543 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2545 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()