Searched refs:getNumPlusOperands (Results 1 - 2 of 2) 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();
/external/clang/include/clang/AST/
H A DStmt.h1452 /// getNumPlusOperands - Return the number of output operands that have a "+"
1454 unsigned getNumPlusOperands() const;

Completed in 68 milliseconds