Home
last modified time | relevance | path

Searched refs:getOutputExpr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp449 const Expr *AsmStmt::getOutputExpr(unsigned i) const { in getOutputExpr() function in AsmStmt
451 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
453 return msAsmStmt->getOutputExpr(i); in getOutputExpr()
500 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in GCCAsmStmt
817 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in MSAsmStmt
H A DStmtPrinter.cpp436 Visit(Node->getOutputExpr(i)); in VisitGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2877 const Expr *getOutputExpr(unsigned i) const;
3081 Expr *getOutputExpr(unsigned i);
3083 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3084 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
3242 Expr *getOutputExpr(unsigned i);
3244 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3245 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2266 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
2362 const Expr *InputExpr = S.getOutputExpr(i); in EmitAsmStmt()
2432 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt()
2639 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp562 targetDiag(NS->getOutputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
H A DTreeTransform.h7619 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp302 Record.AddStmt(S->getOutputExpr(I)); in VisitGCCAsmStmt()
342 Record.AddStmt(S->getOutputExpr(I)); in VisitMSAsmStmt()