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 378 /// getNumPlusOperands - Return the number of output operands that have a "+"
380 unsigned AsmStmt::getNumPlusOperands() const {
581 getNumOutputs() + getNumPlusOperands() + getNumInputs();
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 61 milliseconds