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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp421 /// getNumPlusOperands - Return the number of output operands that have a "+"
423 unsigned AsmStmt::getNumPlusOperands() const { function in class:AsmStmt
645 unsigned NumOperands = getNumOutputs() + getNumPlusOperands() +
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2799 /// getNumPlusOperands - Return the number of output operands that have a "+"
2801 unsigned getNumPlusOperands() const;

Completed in 174 milliseconds