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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2508 std::string InOutConstraints; local
2634 InOutConstraints += ',';
2640 Info, Dest, InputExpr->getType(), InOutConstraints,
2655 InOutConstraints += llvm::utostr(i);
2657 InOutConstraints += OutputConstraint;
2756 Constraints += InOutConstraints;

Completed in 180 milliseconds