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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1829 unsigned InputNo; local
1830 for (InputNo = 0; InputNo != S.getNumInputs(); ++InputNo) {
1831 TargetInfo::ConstraintInfo &Input = InputConstraintInfos[InputNo];
1835 assert(InputNo != S.getNumInputs() && "Didn't find matching input!");
1837 QualType InputTy = S.getInputExpr(InputNo)->getType();

Completed in 59 milliseconds