Searched refs:VAArgExpr (Results 1 – 20 of 20) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 30 class ValistChecker : public Checker<check::PreCall, check::PreStmt<VAArgExpr>, 52 void checkPreStmt(const VAArgExpr *VAA, CheckerContext &C) const; 186 void ValistChecker::checkPreStmt(const VAArgExpr *VAA, in checkPreStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 40 class VAArgExpr; variable 127 ExprDependence computeDependence(VAArgExpr *E);
|
| H A D | Expr.h | 4638 class VAArgExpr : public Expr { 4643 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() function 4651 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() function
|
| H A D | RecursiveASTVisitor.h | 2641 DEF_TRAVERSE_STMT(VAArgExpr, {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 98 def VAArgExpr : StmtNode<Expr>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 352 ComplexPairTy VisitVAArgExpr(VAArgExpr *E); 1382 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
|
| H A D | CGExprAgg.cpp | 225 void VisitVAArgExpr(VAArgExpr *E); 1307 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
|
| H A D | CodeGenFunction.h | 2833 Address EmitVAArg(VAArgExpr *VE, Address &VAListAddr); 4017 LValue EmitVAArgExprLValue(const VAArgExpr *E);
|
| H A D | CGExprScalar.cpp | 892 Value *VisitVAArgExpr(VAArgExpr *VE); 5011 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
|
| H A D | CGExpr.cpp | 1559 return EmitVAArgExprLValue(cast<VAArgExpr>(E)); in EmitLValueHelper() 5605 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
|
| H A D | CGCall.cpp | 5918 Address CodeGenFunction::EmitVAArg(VAArgExpr *VE, Address &VAListAddr) { in EmitVAArg()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 362 bool IsStmtEquivalent(const VAArgExpr *E1, const VAArgExpr *E2) { in IsStmtEquivalent()
|
| H A D | ComputeDependence.cpp | 226 ExprDependence clang::computeDependence(VAArgExpr *E) { in computeDependence()
|
| H A D | StmtProfile.cpp | 1529 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { in VisitVAArgExpr()
|
| H A D | StmtPrinter.cpp | 1816 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { in VisitVAArgExpr()
|
| H A D | ASTImporter.cpp | 570 ExpectedStmt VisitVAArgExpr(VAArgExpr *E); 7170 ExpectedStmt ASTNodeImporter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr() 7181 return new (Importer.getToContext()) VAArgExpr( in VisitVAArgExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1309 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr() 3187 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1245 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11940 TreeTransform<Derived>::TransformVAArgExpr(VAArgExpr *E) { in TransformVAArgExpr()
|
| H A D | SemaExpr.cpp | 17449 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
|