Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp178 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()
314 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
382 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
404 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
434 << Info.getConstraintStr() in ActOnGCCAsmStmt()
456 << toString(IntResult, 10) << Info.getConstraintStr() in ActOnGCCAsmStmt()
467 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
494 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
602 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
617 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp755 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1140 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function