Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp133 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
190 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
208 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
227 << Info.getConstraintStr() in ActOnGCCAsmStmt()
234 << Info.getConstraintStr() << InputExpr->getSourceRange()); in ActOnGCCAsmStmt()
239 << Result.toString(10) << Info.getConstraintStr() in ActOnGCCAsmStmt()
254 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
275 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
367 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
378 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp444 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h552 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function