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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp351 /// getNumPlusOperands - Return the number of output operands that have a "+"
353 unsigned AsmStmt::getNumPlusOperands() const { function in class:AsmStmt
541 getNumOutputs() + getNumPlusOperands() + getNumInputs();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1429 /// getNumPlusOperands - Return the number of output operands that have a "+"
1431 unsigned getNumPlusOperands() const;

Completed in 51 milliseconds