Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp346 const Expr *AsmStmt::getOutputExpr(unsigned i) const { in getOutputExpr() function in AsmStmt
348 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
350 return msAsmStmt->getOutputExpr(i); in getOutputExpr()
397 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in GCCAsmStmt
676 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in MSAsmStmt
DStmtPrinter.cpp402 Visit(Node->getOutputExpr(i)); in VisitGCCAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1476 const Expr *getOutputExpr(unsigned i) const;
1675 Expr *getOutputExpr(unsigned i);
1677 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
1678 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
1791 Expr *getOutputExpr(unsigned i);
1793 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
1794 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
/external/llvm-project/clang/lib/AST/
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
DStmtPrinter.cpp437 Visit(Node->getOutputExpr(i)); in VisitGCCAsmStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h2873 const Expr *getOutputExpr(unsigned i) const;
3077 Expr *getOutputExpr(unsigned i);
3079 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3080 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
3238 Expr *getOutputExpr(unsigned i);
3240 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3241 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2236 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
2332 const Expr *InputExpr = S.getOutputExpr(i); in EmitAsmStmt()
2402 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt()
2579 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
/external/clang/lib/CodeGen/
DCGStmt.cpp1854 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
1915 const Expr *InputExpr = S.getOutputExpr(i); in EmitAsmStmt()
1978 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp419 return StmtError(Diag(NS->getOutputExpr(i)->getLocStart(), in ActOnGCCAsmStmt()
DTreeTransform.h6538 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp547 targetDiag(NS->getOutputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
DTreeTransform.h7528 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp301 Record.AddStmt(S->getOutputExpr(I)); in VisitGCCAsmStmt()
341 Record.AddStmt(S->getOutputExpr(I)); in VisitMSAsmStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp253 Record.AddStmt(S->getOutputExpr(I)); in VisitGCCAsmStmt()
290 Record.AddStmt(S->getOutputExpr(I)); in VisitMSAsmStmt()