Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp183 << EType << is_input_expr << Info.getConstraintStr() in checkExprMemoryConstraintCompat()
276 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
345 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
367 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
400 << Info.getConstraintStr() in ActOnGCCAsmStmt()
422 << toString(IntResult, 10) << Info.getConstraintStr() in ActOnGCCAsmStmt()
433 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
460 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
564 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
579 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp713 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1055 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function