Searched refs:numExprs (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1506 unsigned numComps, unsigned numExprs) {
1508 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs));
1509 return new (Mem) OffsetOfExpr(numComps, numExprs);
1505 CreateEmpty(const ASTContext &C, unsigned numComps, unsigned numExprs) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7445 unsigned numExprs; local
7452 numExprs = PE->getNumExprs();
7458 numExprs = 1;
7476 if (numExprs == 1) {
7485 else if (numExprs < numElems) {
7491 initExprs.append(exprs, exprs + numExprs);
7498 numExprs == 1) {
7508 initExprs.append(exprs, exprs + numExprs);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2432 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
2434 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}

Completed in 122 milliseconds