Home
last modified time | relevance | path

Searched refs:getOutputConstraintLiteral (Results 1 – 16 of 16) 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/llvm-project/clang/include/clang/AST/
DStmt.h3070 const StringLiteral *getOutputConstraintLiteral(unsigned i) const { in getOutputConstraintLiteral() function
3073 StringLiteral *getOutputConstraintLiteral(unsigned i) { in getOutputConstraintLiteral() function
DRecursiveASTVisitor.h2185 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOutputConstraintLiteral(I));
/external/llvm-project/clang/lib/AST/
DStmt.cpp508 return getOutputConstraintLiteral(i)->getString(); in getOutputConstraint()
DStmtProfile.cpp315 VisitStringLiteral(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
DStmtPrinter.cpp435 VisitStringLiteral(Node->getOutputConstraintLiteral(i)); in VisitGCCAsmStmt()
DASTImporter.cpp5969 if (auto OutputOrErr = import(S->getOutputConstraintLiteral(I))) in VisitGCCAsmStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp252 Record.AddStmt(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp300 Record.AddStmt(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h6535 Constraints.push_back(S->getOutputConstraintLiteral(I)); in TransformGCCAsmStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7525 Constraints.push_back(S->getOutputConstraintLiteral(I)); in TransformGCCAsmStmt()