/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 40 class VAArgExpr; variable 127 ExprDependence computeDependence(VAArgExpr *E);
|
H A D | Expr.h | 4640 class VAArgExpr : public Expr { 4645 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() function 4653 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() function
|
H A D | RecursiveASTVisitor.h | 2638 DEF_TRAVERSE_STMT(VAArgExpr, {
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 98 def VAArgExpr : StmtNode<Expr>;
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 344 ComplexPairTy VisitVAArgExpr(VAArgExpr *E); 1271 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
|
H A D | CGExprAgg.cpp | 220 void VisitVAArgExpr(VAArgExpr *E); 1304 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
|
H A D | CodeGenFunction.h | 2768 Address EmitVAArg(VAArgExpr *VE, Address &VAListAddr); 3908 LValue EmitVAArgExprLValue(const VAArgExpr *E);
|
H A D | CGExprScalar.cpp | 884 Value *VisitVAArgExpr(VAArgExpr *VE); 4894 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
|
H A D | CGExpr.cpp | 1303 return EmitVAArgExprLValue(cast<VAArgExpr>(E)); in EmitLValue() 5190 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
|
H A D | CGCall.cpp | 5689 Address CodeGenFunction::EmitVAArg(VAArgExpr *VE, Address &VAListAddr) { in EmitVAArg()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 226 ExprDependence clang::computeDependence(VAArgExpr *E) { in computeDependence()
|
H A D | ASTStructuralEquivalence.cpp | 340 bool IsStmtEquivalent(const VAArgExpr *E1, const VAArgExpr *E2) { in IsStmtEquivalent()
|
H A D | StmtProfile.cpp | 1493 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { in VisitVAArgExpr()
|
H A D | StmtPrinter.cpp | 1802 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { in VisitVAArgExpr()
|
H A D | ASTImporter.cpp | 615 ExpectedStmt VisitVAArgExpr(VAArgExpr *E); 6921 ExpectedStmt ASTNodeImporter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr() 6932 return new (Importer.getToContext()) VAArgExpr( in VisitVAArgExpr()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1280 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr() 3104 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 1145 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2135 void VisitVAArgExpr(const VAArgExpr *E); 2989 void EnqueueVisitor::VisitVAArgExpr(const VAArgExpr *E) { in VisitVAArgExpr()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 11723 TreeTransform<Derived>::TransformVAArgExpr(VAArgExpr *E) { in TransformVAArgExpr()
|
H A D | SemaExpr.cpp | 16931 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()
|