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

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

Completed in 38 milliseconds