| /freebsd/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; 185 void ValistChecker::checkPreStmt(const VAArgExpr *VAA, in checkPreStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 40 class VAArgExpr; variable 129 ExprDependence computeDependence(VAArgExpr *E);
|
| H A D | Expr.h | 4885 class VAArgExpr : public Expr { 4890 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() function 4898 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() function
|
| H A D | RecursiveASTVisitor.h | 2742 DEF_TRAVERSE_STMT(VAArgExpr, {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 99 def VAArgExpr : StmtNode<Expr>;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 404 ComplexPairTy VisitVAArgExpr(VAArgExpr *E); 1467 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
|
| H A D | CGExprAgg.cpp | 230 void VisitVAArgExpr(VAArgExpr *E); 1462 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
|
| H A D | CodeGenFunction.h | 3078 RValue EmitVAArg(VAArgExpr *VE, Address &VAListAddr, 4388 LValue EmitVAArgExprLValue(const VAArgExpr *E);
|
| H A D | CGExprScalar.cpp | 949 Value *VisitVAArgExpr(VAArgExpr *VE); 5708 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
|
| H A D | CGExpr.cpp | 1612 return EmitVAArgExprLValue(cast<VAArgExpr>(E)); in EmitLValueHelper() 6167 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
|
| H A D | CGCall.cpp | 6210 RValue CodeGenFunction::EmitVAArg(VAArgExpr *VE, Address &VAListAddr, in EmitVAArg()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 226 ExprDependence clang::computeDependence(VAArgExpr *E) { in computeDependence()
|
| H A D | ASTStructuralEquivalence.cpp | 374 bool IsStmtEquivalent(const VAArgExpr *E1, const VAArgExpr *E2) { in IsStmtEquivalent()
|
| H A D | StmtProfile.cpp | 1581 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { in VisitVAArgExpr()
|
| H A D | StmtPrinter.cpp | 2000 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { in VisitVAArgExpr()
|
| H A D | ASTImporter.cpp | 623 ExpectedStmt VisitVAArgExpr(VAArgExpr *E); 7619 ExpectedStmt ASTNodeImporter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr() 7630 return new (Importer.getToContext()) VAArgExpr( in VisitVAArgExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1320 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr() 3371 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1264 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 13911 TreeTransform<Derived>::TransformVAArgExpr(VAArgExpr *E) { in TransformVAArgExpr()
|
| H A D | SemaExpr.cpp | 16809 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2358 …eader14VisitVAArgExprEPNS_9VAArgExprE", "clang::ASTStmtReader::VisitVAArgExpr(clang::VAArgExpr*)"}, 2666 …riter14VisitVAArgExprEPNS_9VAArgExprE", "clang::ASTStmtWriter::VisitVAArgExpr(clang::VAArgExpr*)"}, 3150 …KNS_9VAArgExprE", "clang::CodeGen::CodeGenFunction::EmitVAArgExprLValue(clang::VAArgExpr const*)"},
|