Searched defs:InOutConstraints (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1794 std::string InOutConstraints; local
1863 InOutConstraints += ',';
1867 InOutConstraints,
1876 InOutConstraints += llvm::utostr(i);
1878 InOutConstraints += OutputConstraint;
1951 Constraints += InOutConstraints;

Completed in 73 milliseconds