Searched defs:getNumPlusOperands (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp350 /// getNumPlusOperands - Return the number of output operands that have a "+"
352 unsigned AsmStmt::getNumPlusOperands() const { function in class:AsmStmt
540 getNumOutputs() + getNumPlusOperands() + getNumInputs();

Completed in 221 milliseconds