Home
last modified time | relevance | path

Searched refs:BITWISE_OR (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h51 BITWISE_OR = 19, enumerator
193 Operator& Operator::create<Operator::BITWISE_OR>();
DBinaryOp.h92 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp251 Operator& Operator::create<Operator::BITWISE_OR>() { in create()
252 static BinaryOp<Operator::BITWISE_OR> op; in create()
DBinaryOp.cpp149 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval( in eval()
DScriptParser.yy753 &Operator::create<Operator::BITWISE_OR>());