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.cpp184 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()
278 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
347 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
369 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
402 << Info.getConstraintStr() in ActOnGCCAsmStmt()
424 << toString(IntResult, 10) << Info.getConstraintStr() in ActOnGCCAsmStmt()
435 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
462 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
566 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
581 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp715 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1077 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function