Home
last modified time | relevance | path

Searched refs:TERNARY (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DTernaryOp.h32 TernaryOp() : Operator(Operator::TERNARY, TYPE) { in TernaryOp()
DOperator.h28 enum Arity { NULLARY, UNARY, BINARY, TERNARY }; enumerator
/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp62 case Operator::TERNARY: { in eval()