Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
409 << Info.getConstraintStr() in ActOnGCCAsmStmt()
426 << InputExpr->getType() << Info.getConstraintStr() in ActOnGCCAsmStmt()
453 << Info.getConstraintStr(); in ActOnGCCAsmStmt()
557 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
572 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp577 const char *Name = Info.getConstraintStr().c_str(); in validateOutputConstraint()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h969 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() function