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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp182 << EType << is_input_expr << Info.getConstraintStr()
275 << Info.getConstraintStr();
336 << Info.getConstraintStr();
358 << Info.getConstraintStr();
386 << Info.getConstraintStr()
401 << Info.getConstraintStr()
418 << InputExpr->getType() << Info.getConstraintStr()
439 << Info.getConstraintStr());
528 StringRef ConstraintStr = Info.getConstraintStr();
543 StringRef ConstraintStr = Info.getConstraintStr();
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp544 const char *Name = Info.getConstraintStr().c_str();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h859 const std::string &getConstraintStr() const { return ConstraintStr; } function in struct:clang::TargetInfo::ConstraintInfo

Completed in 78 milliseconds