Lines Matching defs:constraints
522 /// output operand. All output constraints are known to be non-empty (either
545 /// constraints, these can be empty.
617 // "Simple" inline asms have no constraints or operands, just convert the asm
859 StringLiteral **constraints, Expr **exprs,
876 std::copy(constraints, constraints + NumConstraints, Constraints);
886 ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs,
892 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
901 ArrayRef<StringRef> constraints,
908 assert(exprs.size() == constraints.size());
919 std::transform(constraints.begin(), constraints.end(), Constraints,