Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp151 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
208 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
227 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
246 << Info.getConstraintStr() in ActOnGCCAsmStmt()
253 << Info.getConstraintStr() << InputExpr->getSourceRange()); in ActOnGCCAsmStmt()
258 << Result.toString(10) << Info.getConstraintStr() in ActOnGCCAsmStmt()
273 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
294 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
376 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
387 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/external/clang/lib/Basic/
DTargetInfo.cpp444 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h552 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function