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

  /frameworks/compile/mclinker/include/mcld/Script/
NullaryOp.h 24 * \brief This class defines the interfaces to an nullary operator token.
32 NullaryOp() : Operator(Operator::NULLARY, TYPE) {}
Operator.h 28 enum Arity { NULLARY, UNARY, BINARY, TERNARY };
122 /* Nullary operator */
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 41 case Operator::NULLARY: {

Completed in 595 milliseconds