HomeSort by: relevance | last modified time | path
    Searched defs:getOutputExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 449 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
451 return gccAsmStmt->getOutputExpr(i);
453 return msAsmStmt->getOutputExpr(i);
500 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
817 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2877 const Expr *getOutputExpr(unsigned i) const;
3081 Expr *getOutputExpr(unsigned i);
3083 const Expr *getOutputExpr(unsigned i) const {
3084 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
3242 Expr *getOutputExpr(unsigned i);
3244 const Expr *getOutputExpr(unsigned i) const {
3245 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);

Completed in 24 milliseconds