Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp182 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()
275 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
344 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
366 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
394 << Info.getConstraintStr() in ActOnGCCAsmStmt()
416 << toString(IntResult, 10) << Info.getConstraintStr() in ActOnGCCAsmStmt()
427 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
454 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
558 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
573 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp633 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1031 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function