Home
last modified time | relevance | path

Searched refs:getConstraintStr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaStmtAsm.cpp123 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
153 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
163 << Info.getConstraintStr() in ActOnGCCAsmStmt()
171 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
192 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
/external/clang/lib/Basic/
DTargetInfo.cpp323 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h471 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function