Home
last modified time | relevance | path

Searched refs:Arity (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h30 enum Arity { enum
97 Operator(Arity pArity, Type pType);
105 Arity arity() const { return m_Arity; } in arity()
125 Arity m_Arity;
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp76 Operator::Operator(Arity pArity, in Operator()