Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp182 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()
278 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
335 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
353 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
377 << Info.getConstraintStr() in ActOnGCCAsmStmt()
385 << Info.getConstraintStr() << InputExpr->getSourceRange()); in ActOnGCCAsmStmt()
394 << Info.getConstraintStr() << InputExpr->getSourceRange()); in ActOnGCCAsmStmt()
415 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
436 << Info.getConstraintStr()); in ActOnGCCAsmStmt()
519 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp528 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h824 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function