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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2008 std::string InOutConstraints; local
2105 InOutConstraints += ',';
2109 InOutConstraints,
2122 InOutConstraints += llvm::utostr(i);
2124 InOutConstraints += OutputConstraint;
2219 Constraints += InOutConstraints;

Completed in 112 milliseconds