Home
last modified time | relevance | path

Searched refs:getOutputConstraintLiteral (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1668 const StringLiteral *getOutputConstraintLiteral(unsigned i) const { in getOutputConstraintLiteral() function
1671 StringLiteral *getOutputConstraintLiteral(unsigned i) { in getOutputConstraintLiteral() function
DRecursiveASTVisitor.h1990 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOutputConstraintLiteral(I));
/external/clang/lib/AST/
DStmt.cpp405 return getOutputConstraintLiteral(i)->getString(); in getOutputConstraint()
DStmtProfile.cpp170 VisitStringLiteral(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
DStmtPrinter.cpp400 VisitStringLiteral(Node->getOutputConstraintLiteral(i)); in VisitGCCAsmStmt()
DASTImporter.cpp4847 Importer.Import(S->getOutputConstraintLiteral(I))); in VisitGCCAsmStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp252 Record.AddStmt(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h6535 Constraints.push_back(S->getOutputConstraintLiteral(I)); in TransformGCCAsmStmt()