Home
last modified time | relevance | path

Searched refs:VAArgExpr (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp30 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 DComputeDependence.h40 class VAArgExpr; variable
128 ExprDependence computeDependence(VAArgExpr *E);
H A DExpr.h4691 class VAArgExpr : public Expr {
4696 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() function
4704 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() function
H A DRecursiveASTVisitor.h2699 DEF_TRAVERSE_STMT(VAArgExpr, {
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td98 def VAArgExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp411 ComplexPairTy VisitVAArgExpr(VAArgExpr *E);
1460 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
H A DCGExprAgg.cpp224 void VisitVAArgExpr(VAArgExpr *E);
1328 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
H A DCodeGenFunction.h3031 RValue EmitVAArg(VAArgExpr *VE, Address &VAListAddr,
4268 LValue EmitVAArgExprLValue(const VAArgExpr *E);
H A DCGExprScalar.cpp911 Value *VisitVAArgExpr(VAArgExpr *VE);
5370 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
H A DCGExpr.cpp1551 return EmitVAArgExprLValue(cast<VAArgExpr>(E)); in EmitLValueHelper()
5699 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
H A DCGCall.cpp6018 RValue CodeGenFunction::EmitVAArg(VAArgExpr *VE, Address &VAListAddr, in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp372 bool IsStmtEquivalent(const VAArgExpr *E1, const VAArgExpr *E2) { in IsStmtEquivalent()
H A DComputeDependence.cpp226 ExprDependence clang::computeDependence(VAArgExpr *E) { in computeDependence()
H A DStmtProfile.cpp1540 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { in VisitVAArgExpr()
H A DStmtPrinter.cpp1862 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { in VisitVAArgExpr()
H A DASTImporter.cpp571 ExpectedStmt VisitVAArgExpr(VAArgExpr *E);
7272 ExpectedStmt ASTNodeImporter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
7283 return new (Importer.getToContext()) VAArgExpr( in VisitVAArgExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1306 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
3244 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1245 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12793 TreeTransform<Derived>::TransformVAArgExpr(VAArgExpr *E) { in TransformVAArgExpr()
H A DSemaExpr.cpp16439 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()