Home
last modified time | relevance | path

Searched refs:getNumExprs (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DReplaceCallExpr.cpp86 unsigned int getNumExprs(void) { in getNumExprs() function in ExprCountVisitor
407 unsigned int RVNumExprs = ECVisitor.getNumExprs(); in hasBadEffect()
420 Num = ECVisitor.getNumExprs(); in hasBadEffect()
/dports/math/z3/z3-z3-4.8.13/src/api/java/
H A DGoal.java141 public int getNumExprs() in getNumExprs() method in Goal
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/java/
H A DGoal.java141 public int getNumExprs() in getNumExprs() method in Goal
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dnullptr.cxx277 if (e2->getNumExprs() != 1) { in visitCXXCtorInitializer()
H A Dsinglevalfields.cxx549 if (parenListExpr->getNumExprs() == 1) in getExprValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dnullptr.cxx277 if (e2->getNumExprs() != 1) { in visitCXXCtorInitializer()
H A Dsinglevalfields.cxx531 if (parenListExpr->getNumExprs() == 1) in getExprValue()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h5131 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5134 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5147 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5162 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5166 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h5175 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5178 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5191 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5206 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5210 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h5175 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5178 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5191 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5206 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5210 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h4950 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
4953 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
4966 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
4981 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
4985 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExpr.h5558 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5561 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5574 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5589 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5593 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h5552 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5555 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5568 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5583 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5587 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h5482 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5485 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5498 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5513 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5517 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h5389 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5392 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5405 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5420 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5424 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DExpr.h5508 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5511 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5524 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5539 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5543 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h5552 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5555 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5568 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5583 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5587 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DExpr.h5479 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5482 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5495 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5510 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5514 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExpr.h5552 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5555 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5568 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5583 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5587 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h5482 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5485 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5498 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5513 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5517 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h5552 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5555 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5568 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5583 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5587 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DExpr.h5552 unsigned getNumExprs() const { return ParenListExprBits.NumExprs; } in getNumExprs() function
5555 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
5568 return llvm::makeArrayRef(getExprs(), getNumExprs()); in exprs()
5583 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
5587 getTrailingObjects<Stmt *>() + getNumExprs()); in children()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h4812 unsigned getNumExprs() const { return NumExprs; }
4815 assert(Init < getNumExprs() && "Initializer access out of range!");
4820 assert(Init < getNumExprs() && "Initializer access out of range!");
4827 return llvm::makeArrayRef(getExprs(), getNumExprs());
/dports/www/node10/node-v10.24.1/deps/v8/tools/gcmole/
H A Dgcmole.cc760 return Par(expr, expr->getNumExprs(), expr->getExprs(), env); in DECL_VISIT_EXPR()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp335 NumArgs = ParenList->getNumExprs(); in PrintConstructorInitializers()

123456789