HomeSort by: relevance | last modified time | path
    Searched refs:getNumPlusOperands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 481 /// getNumPlusOperands - Return the number of output operands that have a "+"
483 unsigned AsmStmt::getNumPlusOperands() const {
704 unsigned NumOperands = getNumOutputs() + getNumPlusOperands() +
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2879 /// getNumPlusOperands - Return the number of output operands that have a "+"
2881 unsigned getNumPlusOperands() const;

Completed in 22 milliseconds