Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp29 class ValistChecker : public Checker<check::PreCall, check::PreStmt<VAArgExpr>,
51 void checkPreStmt(const VAArgExpr *VAA, CheckerContext &C) const;
186 void ValistChecker::checkPreStmt(const VAArgExpr *VAA, in checkPreStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h39 class VAArgExpr; variable
121 ExprDependence computeDependence(VAArgExpr *E);
H A DExpr.h4555 class VAArgExpr : public Expr {
4560 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, in VAArgExpr() function
4568 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() function
H A DRecursiveASTVisitor.h2507 DEF_TRAVERSE_STMT(VAArgExpr, {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td97 def VAArgExpr : StmtNode<Expr>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp325 ComplexPairTy VisitVAArgExpr(VAArgExpr *E);
1098 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
H A DCGExprAgg.cpp205 void VisitVAArgExpr(VAArgExpr *E);
1279 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
H A DCodeGenFunction.h2711 Address EmitVAArg(VAArgExpr *VE, Address &VAListAddr);
3839 LValue EmitVAArgExprLValue(const VAArgExpr *E);
H A DCGExprScalar.cpp851 Value *VisitVAArgExpr(VAArgExpr *VE);
4646 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { in VisitVAArgExpr()
H A DCGExpr.cpp1315 return EmitVAArgExprLValue(cast<VAArgExpr>(E)); in EmitLValue()
5018 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
H A DCGCall.cpp5508 Address CodeGenFunction::EmitVAArg(VAArgExpr *VE, Address &VAListAddr) { in EmitVAArg()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp331 bool IsStmtEquivalent(const VAArgExpr *E1, const VAArgExpr *E2) { in IsStmtEquivalent()
H A DComputeDependence.cpp208 ExprDependence clang::computeDependence(VAArgExpr *E) { in computeDependence()
H A DStmtProfile.cpp1383 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { in VisitVAArgExpr()
H A DStmtPrinter.cpp1629 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { in VisitVAArgExpr()
H A DASTImporter.cpp580 ExpectedStmt VisitVAArgExpr(VAArgExpr *E);
6544 ExpectedStmt ASTNodeImporter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
6555 return new (Importer.getToContext()) VAArgExpr( in VisitVAArgExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1279 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
2985 S = new (Context) VAArgExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1138 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { in VisitVAArgExpr()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2037 void VisitVAArgExpr(const VAArgExpr *E);
2847 void EnqueueVisitor::VisitVAArgExpr(const VAArgExpr *E) { in VisitVAArgExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h11206 TreeTransform<Derived>::TransformVAArgExpr(VAArgExpr *E) { in TransformVAArgExpr()
H A DSemaExpr.cpp15735 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS); in BuildVAArgExpr()