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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp371 /// getNumPlusOperands - Return the number of output operands that have a "+"
373 unsigned AsmStmt::getNumPlusOperands() const { function in class:AsmStmt
561 getNumOutputs() + getNumPlusOperands() + getNumInputs();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1440 /// getNumPlusOperands - Return the number of output operands that have a "+"
1442 unsigned getNumPlusOperands() const;

Completed in 67 milliseconds