HomeSort by relevance Sort by last modified time
    Searched refs:getNumPlusOperands (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Stmt.cpp 376 /// getNumPlusOperands - Return the number of output operands that have a "+"
378 unsigned AsmStmt::getNumPlusOperands() const {
579 getNumOutputs() + getNumPlusOperands() + getNumInputs();
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 93 milliseconds