Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp775 unsigned numComps = getNumComponentsForDim(dim); in getNumSizeComponents() local
777 return arrayed ? numComps + 1 : numComps; in getNumSizeComponents()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1653 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1655 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1656 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2475 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2477 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()